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>2015-04-01 00:53:08 +0300
committerJunio C Hamano <gitster@pobox.com>2015-04-01 00:53:08 +0300
commitab0fb57aac6c5b6f074c07c7e2729bcff58cc45d (patch)
tree5a81d44aadaf33d77f4b05a48cd7a4ca9a9ddae7 /cache.h
parenta78fc4af8246e06de4fc10f685a84778cf33aa12 (diff)
parent777c55a61615837d4391facd75cf334b96635801 (diff)
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);