X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=git-am.sh;h=ebfbee59d3dda5ba8a11e35f697e8e48d2565698;hb=0901d5a2ef80996cf64c8afeaec765e1bc09f795;hp=c8b9cbb101f1319b6efd78ff6ae9c63efcdc991b;hpb=e7ec9de67639d7c1715b450f54d297cc38e25867;p=git.git diff --git a/git-am.sh b/git-am.sh index c8b9cbb10..ebfbee59d 100755 --- a/git-am.sh +++ b/git-am.sh @@ -25,7 +25,8 @@ p= pass it through git-apply patch-format= format the patch(es) are in reject pass it through git-apply resolvemsg= override error message when patch failure occurs -r,resolved to be used after a patch failure +continue continue applying patches after resolving a conflict +r,resolved synonyms for --continue skip skip the current patch abort restore the original branch and abort the patching operation. committer-date-is-author-date lie about committer date @@ -318,7 +319,7 @@ do scissors=t ;; --no-scissors) scissors=f ;; - -r|--resolved) + -r|--resolved|--continue) resolved=t ;; --skip) skip=t ;; @@ -775,6 +776,5 @@ do go_next done -git gc --auto - rm -fr "$dotest" +git gc --auto