Skip to content

Commit

Permalink
mergetool: Make git-rm quiet when resolving a deleted file conflict
Browse files Browse the repository at this point in the history
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
  • Loading branch information
Theodore Ts'o committed Mar 29, 2007
1 parent 365cf97 commit 1346c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-mergetool.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ resolve_deleted_merge () {
return
;;
[dD]*)
git-rm -- "$path"
git-rm -- "$path" > /dev/null
cleanup_temp_files
return
;;
Expand Down

0 comments on commit 1346c99

Please sign in to comment.