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 /var.c | |
parent | 9b6bf4d575e216db9240907940e9f6c619877735 (diff) | |
download | git-5354a56fe70420c147f930e0f7f1decbae685d19.tar.gz git-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 'var.c')
-rw-r--r-- | var.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ */ #include "cache.h" -static const char var_usage[] = "git-var [-l | <variable>]"; +static const char var_usage[] = "git var [-l | <variable>]"; struct git_var { const char *name; |