Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Add uploadpack configuration info to remote.
[gitweb.git]
/
remote.h
diff --git
a/remote.h
b/remote.h
index 17b8b5b5d5469419842be3d41d528ba88c987a3e..72c91537839e6c31d6063035da0f52af245d7d58 100644
(file)
--- a/
remote.h
+++ b/
remote.h
@@
-16,6
+16,7
@@
struct remote {
int fetch_refspec_nr;
const char *receivepack;
+ const char *uploadpack;
};
struct remote *remote_get(const char *name);