"Kris Shannon" [off-list ref] writes:
quoted hunk
Signed-off-by: Kris Shannon <redacted>
---
Documentation/RelNotes-1.6.0.2.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Documentation/RelNotes-1.6.0.2.txt
b/Documentation/RelNotes-1.6.0.2.txt
index 686e607..a862305 100644
--- a/Documentation/RelNotes-1.6.0.2.txt
+++ b/Documentation/RelNotes-1.6.0.2.txt
@@ -30,7 +30,7 @@ Fixes since v1.6.0.1
* "git for-each-ref refs/heads/" did not work as expected.
-* "git log --grep=pattern -i" did not ignore case.
+* "git log -i --grep=pattern" did not ignore case.
Hmm, that's right. We evaluate from left to right ;-)