Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
config: resolve symlinks in conditional include's patterns
[gitweb.git]
/
credential-cache.c
diff --git
a/credential-cache.c
b/credential-cache.c
index cc8a6ee19214b12758fc3d4b39ff4a07f4442d91..774d1469fb533c0e68fec648d7348f3bc7443f24 100644
(file)
--- a/
credential-cache.c
+++ b/
credential-cache.c
@@
-106,7
+106,7
@@
int cmd_main(int argc, const char **argv)
op = argv[0];
if (!socket_path)
- socket_path = expand_user_path("~/.git-credential-cache/socket");
+ socket_path = expand_user_path("~/.git-credential-cache/socket"
, 0
);
if (!socket_path)
die("unable to find a suitable socket path; use --socket");