* [PATCH] Fix typo in release notes for 1.6.0.3
@ 2008-09-29 14:58 Miklos Vajna
2008-09-29 15:08 ` Shawn O. Pearce
0 siblings, 1 reply; 3+ messages in thread
From: Miklos Vajna @ 2008-09-29 14:58 UTC (permalink / raw)
To: spearce; +Cc: git
Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
---
Documentation/RelNotes-1.6.0.3.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Documentation/RelNotes-1.6.0.3.txt b/Documentation/RelNotes-1.6.0.3.txt
index 46e13a4..a374690 100644
--- a/Documentation/RelNotes-1.6.0.3.txt
+++ b/Documentation/RelNotes-1.6.0.3.txt
@@ -16,7 +16,7 @@ Fixes since v1.6.0.2
* Behaviour of "git diff --quiet" was inconsistent with "diff --exit-code"
with the output redirected to /dev/null.
-* "git stash apply sash@{1}" was fixed to error out. Prior versions
+* "git stash apply stash@{1}" was fixed to error out. Prior versions
would have applied stash@{0} incorrectly.
* "git for-each-ref --format=%(subject)" fixed for commits with no
--
1.6.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] Fix typo in release notes for 1.6.0.3
2008-09-29 14:58 [PATCH] Fix typo in release notes for 1.6.0.3 Miklos Vajna
@ 2008-09-29 15:08 ` Shawn O. Pearce
2008-09-29 18:15 ` Miklos Vajna
0 siblings, 1 reply; 3+ messages in thread
From: Shawn O. Pearce @ 2008-09-29 15:08 UTC (permalink / raw)
To: Miklos Vajna; +Cc: git
Miklos Vajna <vmiklos@frugalware.org> wrote:
> diff --git a/Documentation/RelNotes-1.6.0.3.txt b/Documentation/RelNotes-1.6.0.3.txt
> index 46e13a4..a374690 100644
> --- a/Documentation/RelNotes-1.6.0.3.txt
> +++ b/Documentation/RelNotes-1.6.0.3.txt
> @@ -16,7 +16,7 @@ Fixes since v1.6.0.2
> * Behaviour of "git diff --quiet" was inconsistent with "diff --exit-code"
> with the output redirected to /dev/null.
>
> -* "git stash apply sash@{1}" was fixed to error out. Prior versions
> +* "git stash apply stash@{1}" was fixed to error out. Prior versions
> would have applied stash@{0} incorrectly.
Actually maybe that typo was a good thing. The commit was about
erroring out on typos rather than silently applying stash@{0}.
--
Shawn.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-09-29 18:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-29 14:58 [PATCH] Fix typo in release notes for 1.6.0.3 Miklos Vajna
2008-09-29 15:08 ` Shawn O. Pearce
2008-09-29 18:15 ` Miklos Vajna
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).