Skip to content

Commit 7e75a63

Browse files
Martin Ågrengitster
authored andcommitted
RelNotes 2.20: drop spurious double quote
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]>
1 parent 7a49e44 commit 7e75a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/RelNotes/2.20.0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ Fixes since v2.19
578578

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

0 commit comments

Comments
 (0)