We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18fd805 + 05bdcfe commit af2fc76Copy full SHA for af2fc76
git-am.sh
@@ -726,6 +726,8 @@ do
726
resolved=
727
git diff-index --quiet --cached HEAD -- && {
728
echo "No changes - did you forget to use 'git add'?"
729
+ echo "If there is nothing left to stage, chances are that something else"
730
+ echo "already introduced the same changes; you might want to skip this patch."
731
stop_here_user_resolve $this
732
}
733
unmerged=$(git ls-files -u)
0 commit comments