Skip to content

Commit a6d39f2

Browse files
newrengitster
authored andcommitted
git-filter-branch.txt: correct argument name typo
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent da72936 commit a6d39f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-filter-branch.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ create hoards of confusing empty commits
649649
commits from before the filtering operation are also pruned instead of
650650
just pruning commits that became empty due to filtering rules.
651651

652-
* If --prune empty is specified, sometimes empty commits are missed
652+
* If --prune-empty is specified, sometimes empty commits are missed
653653
and left around anyway (a somewhat rare bug, but it happens...)
654654

655655
* A minor issue, but users who have a goal to update all names and

0 commit comments

Comments
 (0)