mirror of
https://github.com/git/git.git
synced 2026-01-17 22:26:32 +00:00
Reintegrate: do not fail when garbage is found in the orignal
This commit is contained in:
@@ -91,7 +91,7 @@ show_merge () {
|
||||
;;
|
||||
*)
|
||||
echo 2>&1 "Huh?: $msg"
|
||||
exit 1
|
||||
return
|
||||
;;
|
||||
esac &&
|
||||
tip=$(git rev-parse --verify "refs/$merge_hier$branch" 2>/dev/null) &&
|
||||
|
||||
Reference in New Issue
Block a user