mirror of
https://github.com/git/git.git
synced 2024-12-03 23:14:23 +08:00
Merge my and Petr's git-merge-one-file-script modifications
This commit is contained in:
commit
566487c8a6
@ -23,6 +23,7 @@ case "${1:-.}${2:-.}${3:-.}" in
|
|||||||
"$1..")
|
"$1..")
|
||||||
echo "WARNING: $4 is removed in both branches."
|
echo "WARNING: $4 is removed in both branches."
|
||||||
echo "WARNING: This is a potential rename conflict."
|
echo "WARNING: This is a potential rename conflict."
|
||||||
|
rm -f -- "$4" &&
|
||||||
exec git-update-cache --remove -- "$4"
|
exec git-update-cache --remove -- "$4"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user