Browse Source

Merge branch 'maint'

* maint:
  filter-branch: Fix error message for --prune-empty --commit-filter
maint
Junio C Hamano 15 years ago
parent
commit
618d18b5aa
  1. 2
      git-filter-branch.sh

2
git-filter-branch.sh

@ -207,7 +207,7 @@ t,) @@ -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

Loading…
Cancel
Save