diff options
Diffstat (limited to 'git-applymbox.sh')
-rwxr-xr-x | git-applymbox.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/git-applymbox.sh b/git-applymbox.sh index 4e77132ab5..6de6932879 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" |