]> git.ipfire.org Git - thirdparty/git.git/commit - t/t6018-rev-list-glob.sh
rev-parse: introduce --exclude=<glob> to tame wildcards
authorJunio C Hamano <gitster@pobox.com>
Fri, 1 Nov 2013 19:13:01 +0000 (12:13 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 1 Nov 2013 20:09:45 +0000 (13:09 -0700)
commit9dc01bf0631b51dfe497d57942a9085e0808e205
tree219613f78b4449d6924e69e9bd3e3848ee53f89d
parentff32d3420a550d3811e745af7f2ccc77fb026b7b
rev-parse: introduce --exclude=<glob> to tame wildcards

Teach "rev-parse" the same "I'm going to glob, but omit the ones
that match these patterns" feature as "rev-list".

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-rev-parse.txt
builtin/rev-parse.c
t/t6018-rev-list-glob.sh