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 <martin.agren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Martin Ågren committed
Dec 3, 2018 at 21:21 UTC
7e75a63d7400b780cbc794d205c0880c893ff7de
1 file changed
+1
-1
Documentation/RelNotes/2.20.0.txt
+1
-1
@@ -578,7 +578,7 @@ Fixes since v2.19
578
579
* "git rev-parse --exclude=* --branches --branches" (i.e. first
580
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)
582
worked as expected, but "--exclude=* --all --all" did not work the
583
same way, which has been fixed.
584
(merge 5221048092 ag/rev-parse-all-exclude-fix later to maint).