Skip to content

Commit 618d18b

Browse files
committed
Merge branch 'maint'
* maint: filter-branch: Fix error message for --prune-empty --commit-filter
2 parents c8089af + 5da8171 commit 618d18b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-filter-branch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ t,)
207207
,*)
208208
;;
209209
*)
210-
die "Cannot set --prune-empty and --filter-commit at the same time"
210+
die "Cannot set --prune-empty and --commit-filter at the same time"
211211
esac
212212

213213
case "$force" in

0 commit comments

Comments
 (0)