Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] Make "git shortlog" understand raw logs
[gitweb.git]
/
path.c
diff --git
a/path.c
b/path.c
index 142e575e5c293b92ff8a5612c7acc86d050c1119..f788028a63dbd9b34563d2589697f4b5d65b8648 100644
(file)
--- a/
path.c
+++ b/
path.c
@@
-45,7
+45,7
@@
char *git_path(const char *fmt, ...)
va_list args;
unsigned len;
- git_dir = g
i
tenv(GIT_DIR_ENVIRONMENT);
+ git_dir = g
e
tenv(GIT_DIR_ENVIRONMENT);
if (!git_dir) git_dir = DEFAULT_GIT_DIR_ENVIRONMENT;
len = strlen(git_dir);
if (len > PATH_MAX-100)