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
This commit is contained in:
Junio C Hamano
2013-10-30 12:10:56 -07:00
3 changed files with 18 additions and 6 deletions

View File

@ -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 {