Miklos Vajna <vmiklos@xxxxxxxxxxxxxx> 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. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html