diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-02-27 11:55:43 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-02-27 11:55:43 -0800 |
commit | d87aa329354be3d93c70547f4ed6fe52103ed1b5 (patch) | |
tree | 981efea5f8888f4ae1bdde5cef3c0f2e3530c5eb /cache.h | |
parent | f79ff5c975499089b03904a6619923683262bf22 (diff) | |
parent | 2156435ff22437909cda825f1901dceb198fef19 (diff) | |
download | git-d87aa329354be3d93c70547f4ed6fe52103ed1b5.tar.gz |
Merge branch 'jk/help-alias'
* jk/help-alias:
help: respect aliases
make alias lookup a public, procedural function
help: use parseopt
Diffstat (limited to 'cache.h')
-rw-r--r-- | cache.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -768,4 +768,6 @@ int pathspec_match(const char **spec, char *matched, const char *filename, int s int report_path_error(const char *ps_matched, const char **pathspec, int prefix_offset); void overlay_tree_on_cache(const char *tree_name, const char *prefix); +char *alias_lookup(const char *alias); + #endif /* CACHE_H */ |