X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-applymbox.sh;h=6de6932879e9f1298f69e2826f13e1ee231ecea0;hb=942c1f53aef03cb3d8b5c39b38997a379c3fad20;hp=4e77132ab5f73839241c430d6354d5abb8294d85;hpb=b12bbd5986e1fae4120d7a415c1271c0273cad7e;p=git.git diff --git a/git-applymbox.sh b/git-applymbox.sh index 4e77132a..6de69328 100755 --- a/git-applymbox.sh +++ b/git-applymbox.sh @@ -15,6 +15,8 @@ ## Pay a special attention to the commit log message if you do this and ## use a Signoff_file, because applypatch wants to append the sign-off ## message to msg-clean every time it is run. +## +## git-am is supposed to be the newer and better tool for this job. . git-sh-setup || die "Not a git archive"