]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/rev-list.c
rev-list: support --no-filter argument
authorJeff Hostetler <jeffhost@microsoft.com>
Tue, 5 Dec 2017 16:50:14 +0000 (16:50 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 5 Dec 2017 17:44:37 +0000 (09:44 -0800)
commitf4371a883fa2d740d6b3cd436f62c9b56f13432e
tree3d4adf06a24546df273175d6890c9fd8d9f457ba
parent4875c9791e787af07992d3ba30061885322b7d11
rev-list: support --no-filter argument

Teach rev-list to support --no-filter to override a
previous --filter=<filter_spec> argument.  This is
to be consistent with commands that use OPT_PARSE
macros.

Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/rev-list-options.txt
builtin/rev-list.c