projects
/
git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
commit-tree: add the commit.gpgsign option to sign all commits
[git]
/
builtin
/
checkout-index.c
diff --git
a/builtin/checkout-index.c
b/builtin/checkout-index.c
index
69e167b
..
61e75eb
100644
(file)
--- a/
builtin/checkout-index.c
+++ b/
builtin/checkout-index.c
@@
-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;