summaryrefslogtreecommitdiffstats
path: root/transport.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * push: pass ref prefixes when pushingBrandon Williams2018-03-151-1/+28
| * transport: convert transport_get_remote_refs to take a list of ref prefixesBrandon Williams2018-03-151-2/+5
| * transport: convert get_refs_list to take a list of ref prefixesBrandon Williams2018-03-151-7/+11
| * connect: request remote refs using v2Brandon Williams2018-03-151-1/+1
| * protocol: introduce enum protocol_version value protocol_v2Brandon Williams2018-03-141-0/+9
| * transport: store protocol versionBrandon Williams2018-03-141-9/+26
| * connect: discover protocol version outside of get_remote_headsBrandon Williams2018-03-141-5/+19
| * transport: use get_refs_via_connect to get refsBrandon Williams2018-03-141-14/+4
* | Merge branch 'sb/object-store'Junio C Hamano2018-04-111-0/+1
|\ \
| * | object-store: migrate alternates struct and functions from cache.hStefan Beller2018-03-231-0/+1
* | | Convert find_unique_abbrev* to struct object_idbrian m. carlson2018-03-141-1/+1
* | | strbuf: convert strbuf_add_unique_abbrev to use struct object_idbrian m. carlson2018-03-141-2/+2
|/ /
* | Merge branch 'jh/partial-clone'Junio C Hamano2018-02-131-0/+4
|\ \
| * | fetch-pack, index-pack, transport: partial cloneJeff Hostetler2017-12-081-0/+4
* | | Merge branch 'jh/fsck-promisors'Junio C Hamano2018-02-131-0/+8
|\| | | |/ |/|
| * introduce fetch-object: fetch one promisor objectJonathan Tan2017-12-051-0/+8
* | Merge branch 'jt/transport-hide-vtable'Junio C Hamano2017-12-281-26/+43
|\ \
| * | transport: make transport vtable more privateJonathan Tan2017-12-141-26/+43
* | | Merge branch 'jt/transport-no-more-rsync'Junio C Hamano2017-12-271-8/+1
|\| |
| * | transport: remove unused "push" in vtableJonathan Tan2017-12-121-8/+1
| |/
* / refs: convert update_ref and refs_update_ref to use struct object_idbrian m. carlson2017-10-161-2/+2
|/
* refs: pass NULL to resolve_refdup() if hash is not neededRené Scharfe2017-10-011-2/+1
* refs: pass NULL to resolve_ref_unsafe() if hash is not neededRené Scharfe2017-09-241-2/+1
* Merge branch 'ab/free-and-null'Junio C Hamano2017-06-241-2/+1
|\
| * coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason2017-06-161-2/+1
* | Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\ \ | |/ |/|
| * config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | bundle: convert to struct object_idbrian m. carlson2017-05-021-1/+1
|/
* Merge branch 'bw/push-options-recursively-to-submodules'Junio C Hamano2017-04-191-1/+3
|\