summaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-02-27 19:55:43 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-02-27 19:55:43 (GMT)
commitd87aa329354be3d93c70547f4ed6fe52103ed1b5 (patch)
tree981efea5f8888f4ae1bdde5cef3c0f2e3530c5eb /cache.h
parentf79ff5c975499089b03904a6619923683262bf22 (diff)
parent2156435ff22437909cda825f1901dceb198fef19 (diff)
downloadgit-d87aa329354be3d93c70547f4ed6fe52103ed1b5.zip
git-d87aa329354be3d93c70547f4ed6fe52103ed1b5.tar.gz
git-d87aa329354be3d93c70547f4ed6fe52103ed1b5.tar.bz2
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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cache.h b/cache.h
index 922bed9..7769f05 100644
--- a/cache.h
+++ b/cache.h
@@ -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 */