diff options
author | Todd Zullinger <tmz@pobox.com> | 2008-07-30 13:48:33 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-07-30 11:42:01 -0700 |
commit | 5354a56fe70420c147f930e0f7f1decbae685d19 (patch) | |
tree | bbff775593fd38a42f46825e47b66ce1f898e78f /Documentation | |
parent | Fix merge name generation in "merge in C" (diff) | |
download | tgif-5354a56fe70420c147f930e0f7f1decbae685d19.tar.xz |
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-send-email.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt index afbb294a7f..e2437f30ca 100644 --- a/Documentation/git-send-email.txt +++ b/Documentation/git-send-email.txt @@ -56,7 +56,7 @@ The --cc option must be repeated for each user you want on the cc list. --from:: Specify the sender of the emails. This will default to - the value GIT_COMMITTER_IDENT, as returned by "git-var -l". + the value GIT_COMMITTER_IDENT, as returned by "git var -l". The user will still be prompted to confirm this entry. --in-reply-to:: |