Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-02-27 22:55:43 +0300
committerJunio C Hamano <gitster@pobox.com>2008-02-27 22:55:43 +0300
commitd87aa329354be3d93c70547f4ed6fe52103ed1b5 (patch)
tree981efea5f8888f4ae1bdde5cef3c0f2e3530c5eb /cache.h
parentf79ff5c975499089b03904a6619923683262bf22 (diff)
parent2156435ff22437909cda825f1901dceb198fef19 (diff)
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 922bed9212..7769f055e9 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 */