aboutsummaryrefslogtreecommitdiff
path: root/fetch-pack.c
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-10-29 13:44:54 -0800
committerJunio C Hamano <junkio@cox.net>2006-10-29 13:44:54 -0800
commit01cff2d2ca77dc050973e1fc4702119a715cc919 (patch)
tree794f24dc8da73f5e976a10469d313cb96b59ff28 /fetch-pack.c
parentce8590748b918687abc4c7cd2d432dd23f07ae40 (diff)
parentb89c4e93cc1939493c2bb9b6c3f60eabaf653eff (diff)
downloadgit-01cff2d2ca77dc050973e1fc4702119a715cc919.tar.gz
git-01cff2d2ca77dc050973e1fc4702119a715cc919.tar.xz
Merge early part of branch 'np/index-pack' into sp/keep-pack
Diffstat (limited to 'fetch-pack.c')
-rw-r--r--fetch-pack.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fetch-pack.c b/fetch-pack.c
index 474d54520..8720ed42e 100644
--- a/fetch-pack.c
+++ b/fetch-pack.c
@@ -518,8 +518,6 @@ int main(int argc, char **argv)
}
if (!dest)
usage(fetch_pack_usage);
- if (keep_pack)
- use_thin_pack = 0;
pid = git_connect(fd, dest, exec);
if (pid < 0)
return 1;