]> git.ipfire.org Git - thirdparty/git.git/commit - list-objects-filter-options.h
list-objects-filter-options: support --no-filter
authorJeff Hostetler <jeffhost@microsoft.com>
Tue, 5 Dec 2017 16:50:13 +0000 (16:50 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 5 Dec 2017 17:44:36 +0000 (09:44 -0800)
commit4875c9791e787af07992d3ba30061885322b7d11
tree0f8136c4e7c50d7120dc9548af8d5fa755777735
parent1dde5fa2b254663b3944053c67e45a1903682a80
list-objects-filter-options: support --no-filter

Teach opt_parse_list_objects_filter() to take --no-filter
option and to free the contents of struct filter_options.
This command line argument will be automatically inherited
by commands using OPT_PARSE_LIST_OBJECTS_FILTER(); this
includes pack-objects.

Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-pack-objects.txt
list-objects-filter-options.c
list-objects-filter-options.h