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