Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
receive-pack: fix deadlock when we cannot create tmpdir
[gitweb.git]
/
fetch-pack.h
diff --git
a/fetch-pack.h
b/fetch-pack.h
index 4d0adb0b9712b82919e76537ab817d03e481c740..c912e3d321c6a80952dbcd266786d1042a49e579 100644
(file)
--- a/
fetch-pack.h
+++ b/
fetch-pack.h
@@
-10,6
+10,9
@@
struct fetch_pack_args {
const char *uploadpack;
int unpacklimit;
int depth;
+ const char *deepen_since;
+ const struct string_list *deepen_not;
+ unsigned deepen_relative:1;
unsigned quiet:1;
unsigned keep_pack:1;
unsigned lock_pack:1;