summaryrefslogtreecommitdiffstats
path: root/transport.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nd/the-index'Junio C Hamano2019-01-041-4/+5
|\
| * bundle.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-121-1/+1
| * transport.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-11-121-3/+4
* | rename "alternate_object_database" to "object_directory"Jeff King2018-11-131-1/+1
|/
* Merge branch 'nd/submodule-unused-vars'Junio C Hamano2018-11-061-2/+2
|\
| * submodule.c: remove some of the_repository referencesNguyễn Thái Ngọc Duy2018-10-221-2/+2
* | Merge branch 'bc/hash-transition-part-15'Junio C Hamano2018-10-301-2/+2
|\ \ | |/ |/|
| * transport: use parse_oid_hex instead of a constantbrian m. carlson2018-10-151-3/+4
* | Merge branch 'tb/filter-alternate-refs'Junio C Hamano2018-10-191-8/+30
|\ \
| * | transport.c: introduce core.alternateRefsPrefixesTaylor Blau2018-10-091-0/+5
| * | transport.c: introduce core.alternateRefsCommandTaylor Blau2018-10-091-4/+15
| * | transport.c: extract 'fill_alternate_refs_command'Taylor Blau2018-10-091-6/+12
| * | transport: drop refnames from for_each_alternate_refJeff King2018-10-091-3/+3
* | | Merge branch 'jt/avoid-ls-refs'Junio C Hamano2018-10-191-6/+48
|\ \ \
| * | | transport: list refs before fetch if necessaryJonathan Tan2018-10-071-0/+12
| * | | transport: do not list refs if possibleJonathan Tan2018-10-071-2/+11
| * | | transport: allow skipping of ref listingJonathan Tan2018-10-071-4/+25
| | |/ | |/|
* | | Merge branch 'nd/the-index'Junio C Hamano2018-10-191-3/+6
|\ \ \ | |/ / |/| |
| * | submodule.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-3/+6
| |/
* / convert "oidcmp() == 0" to oideq()Jeff King2018-08-291-1/+1
|/
* Merge branch 'jt/connectivity-check-after-unshallow'Junio C Hamano2018-08-151-28/+6
|\
| * fetch-pack: unify ref in and out paramJonathan Tan2018-08-011-28/+6
* | Merge branch 'nd/i18n'Junio C Hamano2018-08-151-9/+9
|\ \
| * | transport.c: mark more strings for translationNguyễn Thái Ngọc Duy2018-07-231-8/+8
| * | Update messages in preparation for i18nNguyễn Thái Ngọc Duy2018-07-231-4/+4
* | | Merge branch 'jt/fetch-nego-tip'Junio C Hamano2018-08-021-0/+1
|\ \ \ | |_|/ |/| |
| * | fetch-pack: support negotiation tip whitelistJonathan Tan2018-07-031-0/+1
| |/
* | fetch-pack: write shallow, then check connectivityJonathan Tan2018-07-031-0/+1
* | fetch-pack: put shallow info in output parameterBrandon Williams2018-06-281-6/+28
|/
* Merge branch 'bw/ref-prefix-for-configured-refspec'Junio C Hamano2018-05-301-53/+7
|\
| * refspec: consolidate ref-prefix generation logicBrandon Williams2018-05-181-20/+1
| * submodule: convert push_unpushed_submodules to take a struct refspecBrandon Williams2018-05-181-1/+1
| * remote: convert check_push_refs to take a struct refspecBrandon Williams2018-05-181-1/+1
| * remote: convert match_push_refs to take a struct refspecBrandon Williams2018-05-181-3/+1
| * transport: remove transport_verify_remote_namesBrandon Williams2018-05-181-24/+0
| * transport: convert transport_push to take a struct refspecBrandon Williams2018-05-181-10/+7
| * transport: convert transport_push to use struct refspecBrandon Williams2018-05-181-8/+9
| * refspec: rename struct refspec to struct refspec_itemBrandon Williams2018-05-181-2/+2
| * refspec: move refspec parsing logic into its own fileBrandon Williams2018-05-181-0/+1
* | Merge branch 'js/use-bug-macro'Junio C Hamano2018-05-301-2/+2
|\ \
| * | Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-2/+2
* | | Merge branch 'bw/server-options'Junio C Hamano2018-05-231-1/+2
|\ \ \ | |_|/ |/| |
| * | fetch: send server options when using protocol v2Brandon Williams2018-04-241-0/+1
| * | ls-remote: send server options when using protocol v2Brandon Williams2018-04-241-1/+1
| * | Merge branch 'bw/protocol-v2' into HEADJunio C Hamano2018-04-241-31/+99
| |\ \ | | |/ | |/|
* | | Merge branch 'js/colored-push-errors'Junio C Hamano2018-05-081-1/+66
|\ \ \
| * | | push: colorize errorsRyan Dammrose2018-04-241-1/+66
| |/ /
* | | Merge branch 'bw/protocol-v2'Junio C Hamano2018-05-081-31/+99
|\ \ \ | |/ / |/| / | |/
| * transport-helper: introduce stateless-connectBrandon Williams2018-03-151-0/+1
| * fetch-pack: perform a fetch using v2Brandon Williams2018-03-151-2/+5