Browse Source

filter-branch: add --prune-empty to option summary

Signed-off-by: Adam Brewster <adambrewster@gmail.com>
Signed-off-by: Jeff King <peff@peff.net>
maint
Adam Brewster 16 years ago committed by Jeff King
parent
commit
e3679ab4a8
  1. 1
      Documentation/git-filter-branch.txt

1
Documentation/git-filter-branch.txt

@ -12,6 +12,7 @@ SYNOPSIS @@ -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>...]


Loading…
Cancel
Save