My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
329636b
)
git-am: Do not exit silently if committer is unset
author
Stephan Beyer
<s-beyer@gmx.net>
Sat, 12 Jul 2008 15:46:59 +0000
(17:46 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 13 Jul 2008 19:46:18 +0000
(12:46 -0700)
Signed-off-by: Stephan Beyer <s-beyer@gmx.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-am.sh
patch
|
blob
|
history
diff --git
a/git-am.sh
b/git-am.sh
index
2c517ed
..
83b277a
100755
(executable)
--- a/
git-am.sh
+++ b/
git-am.sh
@@
-30,7
+30,8
@@
set_reflog_action am
require_work_tree
cd_to_toplevel
-git var GIT_COMMITTER_IDENT >/dev/null || exit
+git var GIT_COMMITTER_IDENT >/dev/null ||
+ die "You need to set your committer info first"
stop_here () {
echo "$1" >"$dotest/next"