]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-applymbox.sh
SubmittingPatches: The download location of External Editor has moved
[thirdparty/git.git] / git-applymbox.sh
index 61c8c024c60935b4766b5052461b4c73918a69ec..5569fdcc3463b214411d5a168a00783b0d390044 100755 (executable)
@@ -21,6 +21,8 @@
 USAGE='[-u] [-k] [-q] [-m] (-c .dotest/<num> | mbox) [signoff]'
 . git-sh-setup
 
+git var GIT_COMMITTER_IDENT >/dev/null || exit
+
 keep_subject= query_apply= continue= utf8= resume=t
 while case "$#" in 0) break ;; esac
 do