diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-10-30 12:10:56 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-10-30 12:10:56 -0700 |
commit | c02e1e4a079dd8c3cd7ec21e82403867ebf22c19 (patch) | |
tree | e2431e759096e0428c6c919d6e39ce1dc2e0bdc7 /cache.h | |
parent | f9891802624a99b84e5504cb166ee9ffcb6d976d (diff) | |
parent | af2a651d2ecb3967244c9a44a5813a0cf9977df5 (diff) | |
download | git-c02e1e4a079dd8c3cd7ec21e82403867ebf22c19.tar.gz git-c02e1e4a079dd8c3cd7ec21e82403867ebf22c19.tar.xz |
Merge branch 'nd/lift-path-max'
* nd/lift-path-max:
checkout_entry(): clarify the use of topath[] parameter
entry.c: convert checkout_entry to use strbuf
Diffstat (limited to 'cache.h')
-rw-r--r-- | cache.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -976,6 +976,7 @@ struct checkout { refresh_cache:1; }; +#define TEMPORARY_FILENAME_LENGTH 25 extern int checkout_entry(struct cache_entry *ce, const struct checkout *state, char *topath); struct cache_def { |