X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-am.sh;h=872145b92dc7000eb1c87d548a46fa0d9522870d;hb=5c477b972583e96b65ef1613c5d0fb1b90af3d0e;hp=eab4aa891e522539bb145c9702200d3a788e650c;hpb=6aba8fa86562c888719ccf3baf292e0151e53b20;p=git.git diff --git a/git-am.sh b/git-am.sh index eab4aa89..872145b9 100755 --- a/git-am.sh +++ b/git-am.sh @@ -376,6 +376,13 @@ do echo "No changes - did you forget update-index?" stop_here $this fi + unmerged=$(git-ls-files -u) + if test -n "$unmerged" + then + echo "You still have unmerged paths in your index" + echo "did you forget update-index?" + stop_here $this + fi apply_status=0 ;; esac