Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
log,diff-tree: add --combined-all-paths option
[gitweb.git]
/
fetch-pack.c
diff --git
a/fetch-pack.c
b/fetch-pack.c
index 5885623eceb0de359bf8eb45af9370497cbe46b9..577faa6229d073768195dff6bcb0f113e5fbd4be 100644
(file)
--- a/
fetch-pack.c
+++ b/
fetch-pack.c
@@
-1007,6
+1007,8
@@
static void add_shallow_requests(struct strbuf *req_buf,
packet_buf_write(req_buf, "deepen-not %s", s->string);
}
}
+ if (args->deepen_relative)
+ packet_buf_write(req_buf, "deepen-relative\n");
}
static void add_wants(int no_dependents, const struct ref *wants, struct strbuf *req_buf)