diff options
author | Michael J Gruber <git@drmicha.warpmail.net> | 2009-06-09 18:01:36 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-06-09 23:46:47 -0700 |
commit | 056724c6240ce79ff5ef4e91191bf7366dadba88 (patch) | |
tree | 1062a3ae7096ca3cd7b45a6ce980dbf481423a82 | |
parent | e1ca424112d5e8923a4a83af0f79eadbff088b69 (diff) | |
download | git-056724c6240ce79ff5ef4e91191bf7366dadba88.tar.gz |
technical/api-remote: Describe new struct remote member pushurl
...and pushurl_nr
Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/technical/api-remote.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/technical/api-remote.txt b/Documentation/technical/api-remote.txt index 073b22bd83..c54b17db69 100644 --- a/Documentation/technical/api-remote.txt +++ b/Documentation/technical/api-remote.txt @@ -18,6 +18,10 @@ struct remote An array of all of the url_nr URLs configured for the remote +`pushurl`:: + + An array of all of the pushurl_nr push URLs configured for the remote + `push`:: An array of refspecs configured for pushing, with |