diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-09-16 14:26:40 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-09-16 14:26:40 -0700 |
commit | bba287531b3a845faa032a8fef3e6d70d185c89b (patch) | |
tree | e234c232ce0b8acef3f43fa34c036e68522b5612 /cache.h | |
parent | 4197ce3c6d943759e1088a0298b64571b4bc725a (diff) | |
parent | da02ca508b842e61c71d920310ff30bbe0238993 (diff) | |
download | git-bba287531b3a845faa032a8fef3e6d70d185c89b.tar.gz |
Merge branch 'jc/maint-checkout-index-to-prefix' into maint
* jc/maint-checkout-index-to-prefix:
check_path(): allow symlinked directories to checkout-index --prefix
Diffstat (limited to 'cache.h')
-rw-r--r-- | cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -469,7 +469,7 @@ extern int index_path(unsigned char *sha1, const char *path, struct stat *st, in extern void fill_stat_cache_info(struct cache_entry *ce, struct stat *st); /* "careful lstat()" */ -extern int check_path(const char *path, int len, struct stat *st); +extern int check_path(const char *path, int len, struct stat *st, int skiplen); #define REFRESH_REALLY 0x0001 /* ignore_valid */ #define REFRESH_UNMERGED 0x0002 /* allow unmerged */ |