summaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2015-03-31 14:53:08 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2015-03-31 14:53:08 -0700
commitab0fb57aac6c5b6f074c07c7e2729bcff58cc45d (patch)
tree5a81d44aadaf33d77f4b05a48cd7a4ca9a9ddae7 /cache.h
parentMerge branch 'ph/push-doc-cas' into maint (diff)
parentreport_path_error(): move to dir.c (diff)
downloadtgif-ab0fb57aac6c5b6f074c07c7e2729bcff58cc45d.tar.xz
Merge branch 'jc/report-path-error-to-dir' into maint
Code clean-up. * jc/report-path-error-to-dir: report_path_error(): move to dir.c
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cache.h b/cache.h
index 23806394eb..28d769fcaa 100644
--- a/cache.h
+++ b/cache.h
@@ -1577,7 +1577,6 @@ extern int ws_blank_line(const char *line, int len, unsigned ws_rule);
#define ws_tab_width(rule) ((rule) & WS_TAB_WIDTH_MASK)
/* ls-files */
-int report_path_error(const char *ps_matched, const struct pathspec *pathspec, const char *prefix);
void overlay_tree_on_cache(const char *tree_name, const char *prefix);
char *alias_lookup(const char *alias);