summaryrefslogtreecommitdiff
path: root/Documentation/technical/api-remote.txt
Commit message (Collapse)AuthorAgeFilesLines
* api-remote.txt: correct section "struct refspec"Michael Haggerty2013-10-241-10/+10
| | | | | | | | | | | * Replace reference to function parse_ref_spec() with references to functions parse_fetch_refspec() and parse_push_refspec(). * Correct description of src and dst: they *do* include the '*' characters. Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* Documentation: the name of the system is 'Git', not 'git'Thomas Ackermann2013-02-011-2/+2
| | | | | Signed-off-by: Thomas Ackermann <th.acker@arcor.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* technical/api-remote: Describe new struct remote member pushurlMichael J Gruber2009-06-091-0/+4
| | | | | | | ...and pushurl_nr Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* API documentation for remote.hDaniel Barkalow2008-02-191-0/+123
Signed-off-by: Daniel Barkalow <barkalow@iabervon.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>