mirror of
https://github.com/git-for-windows/git.git
synced 2025-12-13 16:47:36 -06:00
Merge branch 'maint'
* maint: filter-branch: Fix error message for --prune-empty --commit-filter
This commit is contained in:
commit
618d18b5aa
@ -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
|
esac
|
||||||
|
|
||||||
case "$force" in
|
case "$force" in
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user