Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'nd/worktree-list-fixup' into maint
[gitweb.git]
/
fetch-pack.h
diff --git
a/fetch-pack.h
b/fetch-pack.h
index f7eadb21eb909c7e5eb72d4674972004c4dafa0f..c912e3d321c6a80952dbcd266786d1042a49e579 100644
(file)
--- a/
fetch-pack.h
+++ b/
fetch-pack.h
@@
-11,6
+11,8
@@
struct fetch_pack_args {
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;