summaryrefslogtreecommitdiff
path: root/connect.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tb/connect-ipv6-parse-fix'Junio C Hamano2015-04-201-0/+2
|\
| * connect.c: ignore extra colon after hostnametb/connect-ipv6-parse-fixTorsten Bögershausen2015-04-081-0/+2
* | connect.c: do not leak "conn" after showing diagnosisStefan Beller2015-03-101-0/+1
* | Merge branch 'tb/connect-ipv6-parse-fix'Junio C Hamano2015-03-051-44/+70
|\ \ | |/
| * t5500: show user name and host in diag-urlTorsten Bögershausen2015-02-221-12/+23
| * connect.c: allow ssh://user@[2001:db8::1]/repo.gitTorsten Bögershausen2015-02-221-25/+38
* | Merge branch 'rs/simple-cleanups'Junio C Hamano2015-03-051-2/+1
|\ \
| * | connect: use strcmp() for string comparisonRené Scharfe2015-02-221-2/+1
* | | Merge branch 'jk/daemon-interpolate'Junio C Hamano2015-03-031-1/+11
|\ \ \
| * | | git_connect: let user override virtual-host we send to daemonJeff King2015-02-171-1/+11
| |/ /
* | | Merge branch 'mh/simplify-repack-without-refs'Junio C Hamano2014-12-221-1/+1
|\ \ \
| * | | sort_string_list(): rename to string_list_sort()mh/simplify-repack-without-refsMichael Haggerty2014-11-251-1/+1
| | |/ | |/|
* | | git_connect: set ssh shell command in GIT_SSH_COMMANDtq/git-ssh-commandThomas Quinot2014-11-101-3/+12
|/ /
* | Merge branch 'rs/more-uses-of-skip-prefix'Junio C Hamano2014-09-191-10/+6
|\ \
| * | connect: simplify check_ref() using skip_prefix() and starts_with()René Scharfe2014-09-021-10/+6
| |/
* | run-command: introduce child_process_init()René Scharfe2014-08-201-2/+4
* | run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-201-1/+1
|/
* Merge branch 'maint'Junio C Hamano2014-07-211-3/+1
|\
| * use xmemdupz() to allocate copies of strings given by start and lengthRené Scharfe2014-07-211-3/+1
* | use skip_prefix to avoid magic numbersJeff King2014-06-201-5/+6
* | git_connect: use argv_arrayJeff King2014-05-151-18/+10
|/
* Merge branch 'nd/indent-fix-connect-c'Junio C Hamano2014-03-251-1/+1
|\
| * connect.c: SP after "}", not TABnd/indent-fix-connect-cNguyễn Thái Ngọc Duy2014-03-131-1/+1
* | Merge branch 'nd/shallow-clone'Junio C Hamano2014-01-171-9/+13
|\ \
| * | connect.c: teach get_remote_heads to parse "shallow" linesNguyễn Thái Ngọc Duy2013-12-101-1/+11
| * | remote.h: replace struct extra_have_objects with struct sha1_arrayNguyễn Thái Ngọc Duy2013-12-101-9/+3
* | | Merge branch 'tb/clone-ssh-with-colon-for-port'Junio C Hamano2013-12-171-113/+136
|\ \ \ | | |/ | |/|
| * | git_connect(): use common return pointtb/clone-ssh-with-colon-for-portTorsten Bögershausen2013-12-091-58/+50
| * | connect.c: refactor url parsingTorsten Bögershausen2013-12-091-27/+30
| * | git_connect(): refactor the port handling for sshTorsten Bögershausen2013-12-091-34/+13
| * | git fetch: support host:/~repoTorsten Bögershausen2013-12-091-7/+7
| * | git fetch-pack: add --diag-urlTorsten Bögershausen2013-12-091-0/+28
| * | git_connect: factor out discovery of the protocol and its partsJohannes Sixt2013-12-091-27/+53
| * | git_connect: remove artificial limit of a remote commandJohannes Sixt2013-12-091-6/+1
| |/
* | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-withChristian Couder2013-12-051-1/+1
|/
* Merge branch 'jc/upload-pack-send-symref'Junio C Hamano2013-10-301-1/+62
|\
| * connect: annotate refs with their symref information in get_remote_head()Junio C Hamano2013-09-171-0/+60
| * connect.c: make parse_feature_value() staticJunio C Hamano2013-09-171-1/+2
* | Merge branch 'nd/clone-local-with-colon'Jonathan Nieder2013-10-141-1/+1
|\ \
| * | clone: tighten "local paths with colons" check a bitnd/clone-local-with-colonNguyễn Thái Ngọc Duy2013-09-271-1/+1
* | | cache.h: move remote/connect API out of itJunio C Hamano2013-07-081-0/+1
| |/ |/|
* | Merge branch 'nd/clone-local-with-colon'Junio C Hamano2013-06-021-2/+5
|\ \ | |/
| * clone: allow cloning local paths with colons in themNguyễn Thái Ngọc Duy2013-05-071-2/+5
* | teach get_remote_heads to read from a memory bufferJeff King2013-02-241-3/+3
* | pkt-line: share buffer/descriptor reading implementationJeff King2013-02-241-1/+2
* | pkt-line: provide a LARGE_PACKET_MAX static bufferJeff King2013-02-201-2/+2
* | pkt-line: teach packet_read_line to chomp newlinesJeff King2013-02-201-3/+2
* | pkt-line: provide a generic reading function with optionsJeff King2013-02-201-1/+2
|/
* Merge branch 'jc/capabilities'Junio C Hamano2012-08-291-9/+36
|\
| * parse_feature_request: make it easier to see feature valuesJeff King2012-08-131-9/+36