summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorMartin Ågren <martin.agren@gmail.com>2018-12-03 20:21:51 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-12-04 02:26:40 (GMT)
commit7e75a63d7400b780cbc794d205c0880c893ff7de (patch)
tree35c76c65ed9635c2abc23cde8cf4d4c1f61d89fc /Documentation/RelNotes
parent7a49e44465cc0d878af04a585d07a97783b76000 (diff)
downloadgit-7e75a63d7400b780cbc794d205c0880c893ff7de.zip
git-7e75a63d7400b780cbc794d205c0880c893ff7de.tar.gz
git-7e75a63d7400b780cbc794d205c0880c893ff7de.tar.bz2
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>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.20.0.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RelNotes/2.20.0.txt b/Documentation/RelNotes/2.20.0.txt
index 201135d..e71fe3d 100644
--- a/Documentation/RelNotes/2.20.0.txt
+++ b/Documentation/RelNotes/2.20.0.txt
@@ -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).