Skip to content

Commit

Permalink
RelNotes 2.20: drop spurious double quote
Browse files Browse the repository at this point in the history
We have three double-quote characters, which is one too many or too few.
Dropping the last one seems to match the original intention best.

Signed-off-by: Martin Ågren <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
Martin Ågren authored and gitster committed Dec 4, 2018
1 parent 7a49e44 commit 7e75a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/RelNotes/2.20.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ Fixes since v2.19

* "git rev-parse --exclude=* --branches --branches" (i.e. first
saying "add only things that do not match '*' out of all branches"
and then adding all branches, without any exclusion this time")
and then adding all branches, without any exclusion this time)
worked as expected, but "--exclude=* --all --all" did not work the
same way, which has been fixed.
(merge 5221048092 ag/rev-parse-all-exclude-fix later to maint).
Expand Down

0 comments on commit 7e75a63

Please sign in to comment.