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 | Merge branch 'rc/maint-http-no-head-pack-check' into maint (diff) | |
| parent | check_path(): allow symlinked directories to checkout-index --prefix (diff) | |
| download | git-bba287531b3a845faa032a8fef3e6d70d185c89b.tar.gz git-bba287531b3a845faa032a8fef3e6d70d185c89b.zip | |
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 */ |
