* [PATCH] Fix thinko in Release Notes
@ 2008-09-04 7:30 Kris Shannon
2008-09-04 7:37 ` Junio C Hamano
0 siblings, 1 reply; 2+ messages in thread
From: Kris Shannon @ 2008-09-04 7:30 UTC (permalink / raw)
To: git; +Cc: gitster
Signed-off-by: Kris Shannon <kris@shannon.id.au>
---
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.
* "git log --pretty="%ad" --date=short" did not use short format when
showing the timestamp.
--
1.6.0.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Fix thinko in Release Notes
2008-09-04 7:30 [PATCH] Fix thinko in Release Notes Kris Shannon
@ 2008-09-04 7:37 ` Junio C Hamano
0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2008-09-04 7:37 UTC (permalink / raw)
To: Kris Shannon; +Cc: git, gitster
"Kris Shannon" <kris@shannon.id.au> writes:
> Signed-off-by: Kris Shannon <kris@shannon.id.au>
> ---
> 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 ;-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-09-04 7:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-04 7:30 [PATCH] Fix thinko in Release Notes Kris Shannon
2008-09-04 7:37 ` Junio C Hamano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).