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

@ -14,7 +14,7 @@
static int line_termination = '\n';
static int checkout_stage; /* default to checkout stage0 */
static int to_tempfile;
static char topath[4][PATH_MAX + 1];
static char topath[4][TEMPORARY_FILENAME_LENGTH + 1];
static struct checkout state;