]> git.ipfire.org Git - thirdparty/git.git/commitdiff
filter-branch: add --prune-empty to option summary
authorAdam Brewster <adambrewster@gmail.com>
Fri, 2 Oct 2009 00:52:11 +0000 (20:52 -0400)
committerJeff King <peff@peff.net>
Fri, 2 Oct 2009 07:58:24 +0000 (03:58 -0400)
Signed-off-by: Adam Brewster <adambrewster@gmail.com>
Signed-off-by: Jeff King <peff@peff.net>
Documentation/git-filter-branch.txt

index 32ea8564a5d0c5ffebb251353569aeda8c02f651..2b40babb6ba1c5eb99ae2cc7748854f5e4dcd864 100644 (file)
@@ -12,6 +12,7 @@ SYNOPSIS
        [--index-filter <command>] [--parent-filter <command>]
        [--msg-filter <command>] [--commit-filter <command>]
        [--tag-name-filter <command>] [--subdirectory-filter <directory>]
+       [--prune-empty]
        [--original <namespace>] [-d <directory>] [-f | --force]
        [--] [<rev-list options>...]