diff options
author | Adam Brewster <adambrewster@gmail.com> | 2009-10-01 20:52:11 -0400 |
---|---|---|
committer | Jeff King <peff@peff.net> | 2009-10-02 03:58:24 -0400 |
commit | e3679ab4a80b7c6e1eb83f3540cff72ff6426b09 (patch) | |
tree | b291d5da87cbd9c393a147ac07dc81f6f99a01f1 /Documentation | |
parent | 5322ef2006cc93ad76140ff742cd96e74c1ec09b (diff) | |
download | git-e3679ab4a80b7c6e1eb83f3540cff72ff6426b09.tar.gz git-e3679ab4a80b7c6e1eb83f3540cff72ff6426b09.tar.xz |
filter-branch: add --prune-empty to option summary
Signed-off-by: Adam Brewster <adambrewster@gmail.com>
Signed-off-by: Jeff King <peff@peff.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-filter-branch.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/git-filter-branch.txt b/Documentation/git-filter-branch.txt index 32ea8564a..2b40babb6 100644 --- a/Documentation/git-filter-branch.txt +++ b/Documentation/git-filter-branch.txt @@ -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>...] |