summaryrefslogtreecommitdiff
path: root/connect.c
Commit message (Expand)AuthorAgeFilesLines
* Sync with 2.23.1Johannes Schindelin2019-12-061-1/+1
|\
| * Sync with 2.21.1Johannes Schindelin2019-12-061-1/+1
| |\
| | * Sync with 2.20.2Johannes Schindelin2019-12-061-1/+1
| | |\
| | | * Sync with 2.19.3Johannes Schindelin2019-12-061-1/+1
| | | |\
| | | | * Sync with 2.18.2Johannes Schindelin2019-12-061-1/+1
| | | | |\
| | | | | * Sync with 2.17.3Johannes Schindelin2019-12-061-1/+1
| | | | | |\
| | | | | | * Sync with 2.15.4Johannes Schindelin2019-12-061-1/+1
| | | | | | |\
| | | | | | | * Sync with 2.14.6Johannes Schindelin2019-12-061-1/+1
| | | | | | | |\
| | | | | | | | * mingw: handle `subst`-ed "DOS drives"Johannes Schindelin2019-12-051-1/+1
* | | | | | | | | mingw: support UNC in git clone file://server/share/repoTorsten Bögershausen2019-08-261-0/+4
|/ / / / / / / /
* | | | | | | | trace2:data: add trace2 transport child classificationJeff Hostetler2019-02-221-0/+3
|/ / / / / / /
* | | | | | | pack-protocol.txt: accept error packets in any contextMasaya Suzuki2019-01-021-3/+0
|/ / / / / /
* | | | | | convert "oidcmp() == 0" to oideq()Jeff King2018-08-291-1/+1
|/ / / / /
* | | | | connect.c: mark more strings for translationNguyễn Thái Ngọc Duy2018-07-231-35/+39
* | | | | Update messages in preparation for i18nNguyễn Thái Ngọc Duy2018-07-231-11/+10
|/ / / /
* | | | Merge branch 'nd/command-list'Junio C Hamano2018-06-011-0/+1
|\ \ \ \
| * | | | Move declaration for alias.c to alias.hNguyễn Thái Ngọc Duy2018-05-211-0/+1
| |/ / /
* | | | Merge branch 'bw/server-options'Junio C Hamano2018-05-231-1/+8
|\ \ \ \
| * | | | ls-remote: send server options when using protocol v2Brandon Williams2018-04-241-1/+8
* | | | | Merge branch 'nd/warn-more-for-devs'Junio C Hamano2018-05-081-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | connect.c: mark die_initial_contact() NORETURNNguyễn Thái Ngọc Duy2018-04-161-1/+1
| |/ / /
* | | | connect: don't request v2 when pushingBrandon Williams2018-03-151-0/+8
* | | | connect: refactor git_connect to only get the protocol version onceBrandon Williams2018-03-151-12/+15
* | | | fetch-pack: support shallow requestsBrandon Williams2018-03-151-0/+22
* | | | connect: request remote refs using v2Brandon Williams2018-03-151-5/+133
* | | | protocol: introduce enum protocol_version value protocol_v2Brandon Williams2018-03-141-0/+3
* | | | connect: discover protocol version outside of get_remote_headsBrandon Williams2018-03-141-17/+10
* | | | connect: convert get_remote_heads to use struct packet_readerBrandon Williams2018-03-141-78/+95
|/ / /
* | | connect: correct style of C-style commentjn/ssh-wrappersJonathan Nieder2017-11-211-1/+2
* | | ssh: 'simple' variant does not support --portJonathan Nieder2017-11-211-3/+12
* | | ssh: 'simple' variant does not support -4/-6Jonathan Nieder2017-11-211-3/+22
* | | ssh: 'auto' variant to select between 'ssh' and 'simple'Jonathan Nieder2017-11-211-7/+25
* | | connect: split ssh option computation to its own functionJonathan Nieder2017-11-211-28/+37
* | | connect: split ssh command line options into separate functionJonathan Nieder2017-11-211-53/+60
* | | connect: split git:// setup into a separate functionJonathan Nieder2017-11-211-44/+59
* | | connect: move no_fork fallback to git_tcp_connectJonathan Nieder2017-11-211-15/+21
* | | ssh: introduce a 'simple' ssh variantBrandon Williams2017-10-171-47/+61
* | | connect: tell server that the client understands v1Brandon Williams2017-10-171-5/+32
* | | connect: teach client to recognize v1 server responseBrandon Williams2017-10-171-4/+26
* | | connect: in ref advertisement, shallows are lastJonathan Tan2017-09-271-66/+123
|/ /
* | connect: release strbuf on error return in git_connect()Rene Scharfe2017-09-071-1/+3
|/
* Merge tag 'v2.13.5' into maintJunio C Hamano2017-08-041-0/+11
|\
| * Merge tag 'v2.12.4' into maintJunio C Hamano2017-08-011-0/+11
| |\
| | * Merge tag 'v2.10.4' into maint-2.11Junio C Hamano2017-07-301-0/+11
| | |\
| | | * Merge tag 'v2.9.5' into maint-2.10Junio C Hamano2017-07-301-0/+11
| | | |\
| | | | * Merge tag 'v2.7.6' into maint-2.8Junio C Hamano2017-07-301-0/+11
| | | | |\
| | | | | * connect: reject paths that look like command line optionsJeff King2017-07-281-0/+3
| | | | | * connect: reject dashed arguments for proxy commandsJeff King2017-07-281-0/+5
| | | | | * connect: factor out "looks like command line option" checkJeff King2017-07-281-1/+1
| | | | | * connect: reject ssh hostname that begins with a dashJunio C Hamano2017-07-281-0/+3