]> git.ipfire.org Git - thirdparty/git.git/commit - git-filter-branch.sh
doc: list filter-branch subdirectory-filter first
authorDavid Glasser <glasser@davidglasser.net>
Tue, 17 Oct 2017 09:45:15 +0000 (09:45 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Oct 2017 00:10:15 +0000 (09:10 +0900)
commit07c4984508865984fdfdedf2e1cdf86328221af4
tree30ec28a2b50879a665819d1506352100274a0b24
parent4010f1d1b782eb7585e0e0abcefa794bd5ff29a0
doc: list filter-branch subdirectory-filter first

The docs claim that filters are applied in the listed order, so
subdirectory-filter should come first.

For consistency, apply the same order to the SYNOPSIS and the script's usage, as
well as the switch while parsing arguments.

Add missing --prune-empty to the script's usage.

Signed-off-by: David Glasser <glasser@davidglasser.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-filter-branch.txt
git-filter-branch.sh