Git fork

diff.h: move declaration for global in diff.c from cache.h

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>

authored by

Elijah Newren and committed by
Junio C Hamano
eaa966db fbffdfb1

+2 -3
-3
cache.h
··· 523 523 const struct pathspec *pathspec, int include_sparse, 524 524 int flags); 525 525 526 - /* diff.c */ 527 - extern int diff_auto_refresh_index; 528 - 529 526 /* ls-files */ 530 527 void overlay_tree_on_index(struct index_state *istate, 531 528 const char *tree_name, const char *prefix);
+2
diff.h
··· 701 701 int insertions, int deletions); 702 702 void setup_diff_pager(struct diff_options *); 703 703 704 + extern int diff_auto_refresh_index; 705 + 704 706 #endif /* DIFF_H */