diff options
author | Scott R Parish <srp@srparish.net> | 2007-10-27 01:36:49 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-10-29 20:51:36 -0700 |
commit | 3d7e2d857a570b1d6368285f95b67994fc95629e (patch) | |
tree | dc85c34b8b298faa3105f4fbe758bbdedd540714 /builtin.h | |
parent | 09149c7809a37a52b38d8d7a0621e2fb8943d8fe (diff) | |
download | git-3d7e2d857a570b1d6368285f95b67994fc95629e.tar.gz |
"git" returns 1; "git help" and "git help -a" return 0
Signed-off-by: Scott R Parish <srp@srparish.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin.h')
-rw-r--r-- | builtin.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ extern const char git_version_string[]; extern const char git_usage_string[]; +extern void list_common_cmds_help(void); extern void help_unknown_cmd(const char *cmd); extern int write_tree(unsigned char *sha1, int missing_ok, const char *prefix); extern void prune_packed_objects(int); |