diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-02-05 09:20:01 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-02-05 09:27:25 -0800 |
commit | 3c8f6c8c4f00414e66076c2c97c834d01f828491 (patch) | |
tree | 983851e2396d04bfb3f640fe3ab07d8d8bfd2dd3 /Documentation/RelNotes-1.7.0.txt | |
parent | 8bff7c5383ed833bd1df9c8d85c00a27af3e5b02 (diff) | |
download | git-3c8f6c8c4f00414e66076c2c97c834d01f828491.tar.gz git-3c8f6c8c4f00414e66076c2c97c834d01f828491.tar.xz |
Revert 30816237 and 7e62265
It seems that we have bad interaction with the code related to
GIT_WORK_TREE and "grep --no-index", and broke running grep inside
the .git directory. For now, just revert it and resurrect it after
1.7.0 ships.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes-1.7.0.txt')
-rw-r--r-- | Documentation/RelNotes-1.7.0.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/RelNotes-1.7.0.txt b/Documentation/RelNotes-1.7.0.txt index 255666f15..f63266261 100644 --- a/Documentation/RelNotes-1.7.0.txt +++ b/Documentation/RelNotes-1.7.0.txt @@ -133,9 +133,6 @@ Updates since v1.6.6 * "git grep" does not rely on external grep anymore. It can use more than one threads to accelerate the operation. - * "git grep" learned "--no-index" option, to search inside contents that - are not managed by git. - * "git grep" learned "--quiet" option. * "git log" and friends learned "--glob=heads/*" syntax that is a more |