diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-08-21 23:28:55 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-08-21 23:28:55 -0700 |
commit | b95d0a2f8cb2923fed417e649a66c7372b968248 (patch) | |
tree | dfeb2f5f2e8c756d34cece809ff0f7ef428c9fda /cache.h | |
parent | Merge branch 'so/http-user-agent' (diff) | |
parent | split_cmdline: Allow caller to access error string (diff) | |
download | tgif-b95d0a2f8cb2923fed417e649a66c7372b968248.tar.xz |
Merge branch 'gb/split-cmdline-errmsg'
* gb/split-cmdline-errmsg:
split_cmdline: Allow caller to access error string
Diffstat (limited to 'cache.h')
-rw-r--r-- | cache.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1099,6 +1099,8 @@ void overlay_tree_on_cache(const char *tree_name, const char *prefix); char *alias_lookup(const char *alias); int split_cmdline(char *cmdline, const char ***argv); +/* Takes a negative value returned by split_cmdline */ +const char *split_cmdline_strerror(int cmdline_errno); /* builtin/merge.c */ int checkout_fast_forward(const unsigned char *from, const unsigned char *to); |