Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
builtin/notes: refactor note file path into struct note_data
[gitweb.git]
/
send-pack.h
diff --git
a/send-pack.h
b/send-pack.h
index 8e843924cf5beba6ee680149910cd357cffc73e3..56354577467acfe1bf98652f6bfad9ad7e5db851 100644
(file)
--- a/
send-pack.h
+++ b/
send-pack.h
@@
-2,6
+2,7
@@
#define SEND_PACK_H
struct send_pack_args {
+ const char *url;
unsigned verbose:1,
quiet:1,
porcelain:1,
@@
-11,6
+12,7
@@
struct send_pack_args {
use_thin_pack:1,
use_ofs_delta:1,
dry_run:1,
+ push_cert:1,
stateless_rpc:1;
};