X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-am.sh;fp=git-am.sh;h=872145b92dc7000eb1c87d548a46fa0d9522870d;hb=c1d1128bef97ae16a6740538abe5fb81c67ed239;hp=eab4aa891e522539bb145c9702200d3a788e650c;hpb=55e1805dffeb5d2a8ccd717b2d07ca8887436a69;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