Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
tutorial: Fix typo
[gitweb.git]
/
builtin-pack-objects.c
diff --git
a/builtin-pack-objects.c
b/builtin-pack-objects.c
index 79d92289250af25c0518a2fb1877041e0ce59f86..966f843e4357d45b8c9acf96617bdacd8dc1b133 100644
(file)
--- a/
builtin-pack-objects.c
+++ b/
builtin-pack-objects.c
@@
-64,7
+64,7
@@
static char tmpname[PATH_MAX];
static unsigned char pack_file_sha1[20];
static int progress = 1;
static int window = 10;
-static int depth =
1
0;
+static int depth =
5
0;
static int pack_to_stdout;
static int num_preferred_base;
static struct progress progress_state;