Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
grep: fix exit status if external_grep() punts
[gitweb.git]
/
send-pack.h
diff --git
a/send-pack.h
b/send-pack.h
index 83d76c7e35183ded9eec5a56c59d4da549c0b584..1d7b1b3b4f41177dfd6637fcd98a0fc01f310c09 100644
(file)
--- a/
send-pack.h
+++ b/
send-pack.h
@@
-6,6
+6,7
@@
struct send_pack_args {
send_mirror:1,
force_update:1,
use_thin_pack:1,
+ use_ofs_delta:1,
dry_run:1;
};