summaryrefslogtreecommitdiffstats
path: root/commit.c
diff options
context:
space:
mode:
authorSergey Vlasov <vsu@altlinux.ru>2005-09-23 16:28:33 +0400
committerJunio C Hamano <junkio@cox.net>2005-09-23 14:30:45 -0700
commite2b77f026a251a47ebdf634107e76f7b457087af (patch)
tree087a6bf8af105edb27a222540fd0ce8bd1398008 /commit.c
parent[PATCH] git-local-fetch: Avoid calling close(-1) (diff)
downloadgit-e2b77f026a251a47ebdf634107e76f7b457087af.tar.gz
git-e2b77f026a251a47ebdf634107e76f7b457087af.zip
[PATCH] Fix "git-local-fetch -s" with packed source repository
"git-local-fetch -s" did not work with a packed repository, because symlink() happily created a link to a non-existing object file, therefore fetch_file() always returned success, and fetch_pack() was not called. Fixed by calling stat() before symlink() to ensure the file really exists. Signed-off-by: Sergey Vlasov <vsu@altlinux.ru> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions