Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
RelNotes 2.20: drop spurious double quote
author
Martin Ågren
<martin.agren@gmail.com>
Mon, 3 Dec 2018 20:21:51 +0000
(21:21 +0100)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 4 Dec 2018 02:26:40 +0000
(11:26 +0900)
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>
Documentation/RelNotes/2.20.0.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
7a49e44
)
diff --git
a/Documentation/RelNotes/2.20.0.txt
b/Documentation/RelNotes/2.20.0.txt
index 201135d80c11ca76be8fc54c333cf4b4fd01b849..e71fe3dee13ea181f22bd38e3418b8a08cdd0b27 100644
(file)
--- 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"
* "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).
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).