commit | 5354a56fe70420c147f930e0f7f1decbae685d19 | [log] [tgz] |
---|---|---|
author | Todd Zullinger <tmz@pobox.com> | Wed Jul 30 13:48:33 2008 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Jul 30 11:42:01 2008 -0700 |
tree | bbff775593fd38a42f46825e47b66ce1f898e78f | |
parent | 9b6bf4d575e216db9240907940e9f6c619877735 [diff] [blame] |
Replace uses of "git-var" with "git var" Signed-off-by: Todd Zullinger <tmz@pobox.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff --git a/git-am.sh b/git-am.sh index 6aa8192..8f91a97 100755 --- a/git-am.sh +++ b/git-am.sh
@@ -291,7 +291,7 @@ ws=`cat "$dotest/whitespace"` if test "$(cat "$dotest/sign")" = t then - SIGNOFF=`git-var GIT_COMMITTER_IDENT | sed -e ' + SIGNOFF=`git var GIT_COMMITTER_IDENT | sed -e ' s/>.*/>/ s/^/Signed-off-by: /' `