mergetool: Make git-rm quiet when resolving a deleted file conflict

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
maint
Theodore Ts'o 2007-03-29 10:05:02 -04:00
parent 365cf979c4
commit 1346c99963
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ resolve_deleted_merge () {
return
;;
[dD]*)
git-rm -- "$path"
git-rm -- "$path" > /dev/null
cleanup_temp_files
return
;;