Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
* maint:
  filter-branch: Fix error message for --prune-empty --commit-filter
  • Loading branch information
Junio C Hamano committed Feb 12, 2010
2 parents c8089af + 5da8171 commit 618d18b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-filter-branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ t,)
,*)
;;
*)
die "Cannot set --prune-empty and --filter-commit at the same time"
die "Cannot set --prune-empty and --commit-filter at the same time"
esac

case "$force" in
Expand Down

0 comments on commit 618d18b

Please sign in to comment.