diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-03-31 14:53:08 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-03-31 14:53:08 -0700 |
commit | ab0fb57aac6c5b6f074c07c7e2729bcff58cc45d (patch) | |
tree | 5a81d44aadaf33d77f4b05a48cd7a4ca9a9ddae7 /cache.h | |
parent | a78fc4af8246e06de4fc10f685a84778cf33aa12 (diff) | |
parent | 777c55a61615837d4391facd75cf334b96635801 (diff) | |
download | git-ab0fb57aac6c5b6f074c07c7e2729bcff58cc45d.tar.gz |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |