filter-repo: filtering note with empty commits and --dry-run

Signed-off-by: Elijah Newren <newren@gmail.com>
pull/13/head
Elijah Newren 6 years ago
parent 3914c1377b
commit a7531af120

@ -1109,7 +1109,9 @@ def get_args():
help='''Do not change the repository. Run `git
fast-export` and filter its output, and save
both the original and the filtered version for
comparison.''')
comparison. Some filtering of empty commits
may not occur due to inability to query the
fast-import backend.''')
parser.add_argument('--debug', action='store_true',
help='''Print additional information about operations
being performed and commands being run. When

Loading…
Cancel
Save