From: Junio C Hamano Date: Tue, 13 Nov 2018 13:37:23 +0000 (+0900) Subject: Merge branch 'ag/rev-parse-all-exclude-fix' X-Git-Tag: v2.20.0-rc0~44 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=20d04b4419559825160c267fb05cc5c683fbece8;p=git Merge branch 'ag/rev-parse-all-exclude-fix' "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") worked as expected, but "--exclude=* --all --all" did not work the same way, which has been fixed. * ag/rev-parse-all-exclude-fix: rev-parse: clear --exclude list after 'git rev-parse --all' --- 20d04b4419559825160c267fb05cc5c683fbece8