summaryrefslogtreecommitdiffstats
path: root/connect.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-06Sync with 2.23.1Johannes Schindelin1-1/+1
2019-12-06Sync with 2.21.1Johannes Schindelin1-1/+1
2019-12-06Sync with 2.20.2Johannes Schindelin1-1/+1
2019-12-06Sync with 2.19.3Johannes Schindelin1-1/+1
2019-12-06Sync with 2.18.2Johannes Schindelin1-1/+1
2019-12-06Sync with 2.17.3Johannes Schindelin1-1/+1
2019-12-06Sync with 2.15.4Johannes Schindelin1-1/+1
2019-12-06Sync with 2.14.6Johannes Schindelin1-1/+1
2019-12-05mingw: handle `subst`-ed "DOS drives"Johannes Schindelin1-1/+1
2019-08-26mingw: support UNC in git clone file://server/share/repoTorsten Bögershausen1-0/+4
2019-02-22trace2:data: add trace2 transport child classificationJeff Hostetler1-0/+3
2019-01-02pack-protocol.txt: accept error packets in any contextMasaya Suzuki1-3/+0
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King1-1/+1
2018-07-23connect.c: mark more strings for translationNguyễn Thái Ngọc Duy1-35/+39
2018-07-23Update messages in preparation for i18nNguyễn Thái Ngọc Duy1-11/+10
2018-06-01Merge branch 'nd/command-list'Junio C Hamano1-0/+1
2018-05-23Merge branch 'bw/server-options'Junio C Hamano1-1/+8
2018-05-21Move declaration for alias.c to alias.hNguyễn Thái Ngọc Duy1-0/+1
2018-05-08Merge branch 'nd/warn-more-for-devs'Junio C Hamano1-1/+1
2018-04-24ls-remote: send server options when using protocol v2Brandon Williams1-1/+8
2018-04-16connect.c: mark die_initial_contact() NORETURNNguyễn Thái Ngọc Duy1-1/+1
2018-03-15connect: don't request v2 when pushingBrandon Williams1-0/+8
2018-03-15connect: refactor git_connect to only get the protocol version onceBrandon Williams1-12/+15
2018-03-15fetch-pack: support shallow requestsBrandon Williams1-0/+22
2018-03-15connect: request remote refs using v2Brandon Williams1-5/+133
2018-03-14protocol: introduce enum protocol_version value protocol_v2Brandon Williams1-0/+3
2018-03-14connect: discover protocol version outside of get_remote_headsBrandon Williams1-17/+10
2018-03-14connect: convert get_remote_heads to use struct packet_readerBrandon Williams1-78/+95
2017-11-21connect: correct style of C-style commentJonathan Nieder1-1/+2
2017-11-21ssh: 'simple' variant does not support --portJonathan Nieder1-3/+12
2017-11-21ssh: 'simple' variant does not support -4/-6Jonathan Nieder1-3/+22
2017-11-21ssh: 'auto' variant to select between 'ssh' and 'simple'Jonathan Nieder1-7/+25
2017-11-21connect: split ssh option computation to its own functionJonathan Nieder1-28/+37
2017-11-21connect: split ssh command line options into separate functionJonathan Nieder1-53/+60
2017-11-21connect: split git:// setup into a separate functionJonathan Nieder1-44/+59
2017-11-21connect: move no_fork fallback to git_tcp_connectJonathan Nieder1-15/+21
2017-10-17ssh: introduce a 'simple' ssh variantBrandon Williams1-47/+61
2017-10-17connect: tell server that the client understands v1Brandon Williams1-5/+32
2017-10-17connect: teach client to recognize v1 server responseBrandon Williams1-4/+26
2017-09-27connect: in ref advertisement, shallows are lastJonathan Tan1-66/+123
2017-09-07connect: release strbuf on error return in git_connect()Rene Scharfe1-1/+3
2017-08-04Merge tag 'v2.13.5' into maintJunio C Hamano1-0/+11
2017-08-01Merge tag 'v2.12.4' into maintJunio C Hamano1-0/+11
2017-07-30Merge tag 'v2.10.4' into maint-2.11Junio C Hamano1-0/+11
2017-07-30Merge tag 'v2.9.5' into maint-2.10Junio C Hamano1-0/+11
2017-07-30Merge tag 'v2.7.6' into maint-2.8Junio C Hamano1-0/+11
2017-07-28connect: reject paths that look like command line optionsJeff King1-0/+3
2017-07-28connect: reject dashed arguments for proxy commandsJeff King1-0/+5
2017-07-28connect: factor out "looks like command line option" checkJeff King1-1/+1
2017-07-28connect: reject ssh hostname that begins with a dashJunio C Hamano1-0/+3