summaryrefslogtreecommitdiff
path: root/transport.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-30Merge branch 'bw/ref-prefix-for-configured-refspec'Libravatar Junio C Hamano1-53/+7
2018-05-30Merge branch 'js/use-bug-macro'Libravatar Junio C Hamano1-2/+2
2018-05-23Merge branch 'bw/server-options'Libravatar Junio C Hamano1-1/+2
2018-05-18refspec: consolidate ref-prefix generation logicLibravatar Brandon Williams1-20/+1
2018-05-18submodule: convert push_unpushed_submodules to take a struct refspecLibravatar Brandon Williams1-1/+1
2018-05-18remote: convert check_push_refs to take a struct refspecLibravatar Brandon Williams1-1/+1
2018-05-18remote: convert match_push_refs to take a struct refspecLibravatar Brandon Williams1-3/+1
2018-05-18transport: remove transport_verify_remote_namesLibravatar Brandon Williams1-24/+0
2018-05-18transport: convert transport_push to take a struct refspecLibravatar Brandon Williams1-10/+7
2018-05-18transport: convert transport_push to use struct refspecLibravatar Brandon Williams1-8/+9
2018-05-18refspec: rename struct refspec to struct refspec_itemLibravatar Brandon Williams1-2/+2
2018-05-18refspec: move refspec parsing logic into its own fileLibravatar Brandon Williams1-0/+1
2018-05-08Merge branch 'js/colored-push-errors'Libravatar Junio C Hamano1-1/+66
2018-05-08Merge branch 'bw/protocol-v2'Libravatar Junio C Hamano1-31/+99
2018-05-06Replace all die("BUG: ...") calls by BUG() onesLibravatar Johannes Schindelin1-2/+2
2018-04-24fetch: send server options when using protocol v2Libravatar Brandon Williams1-0/+1
2018-04-24ls-remote: send server options when using protocol v2Libravatar Brandon Williams1-1/+1
2018-04-24Merge branch 'bw/protocol-v2' into HEADLibravatar Junio C Hamano1-31/+99
2018-04-24push: colorize errorsLibravatar Ryan Dammrose1-1/+66
2018-04-11Merge branch 'sb/object-store'Libravatar Junio C Hamano1-0/+1
2018-03-23object-store: migrate alternates struct and functions from cache.hLibravatar Stefan Beller1-0/+1
2018-03-15transport-helper: introduce stateless-connectLibravatar Brandon Williams1-0/+1
2018-03-15fetch-pack: perform a fetch using v2Libravatar Brandon Williams1-2/+5
2018-03-15push: pass ref prefixes when pushingLibravatar Brandon Williams1-1/+28
2018-03-15transport: convert transport_get_remote_refs to take a list of ref prefixesLibravatar Brandon Williams1-2/+5
2018-03-15transport: convert get_refs_list to take a list of ref prefixesLibravatar Brandon Williams1-7/+11
2018-03-15connect: request remote refs using v2Libravatar Brandon Williams1-1/+1
2018-03-14protocol: introduce enum protocol_version value protocol_v2Libravatar Brandon Williams1-0/+9
2018-03-14transport: store protocol versionLibravatar Brandon Williams1-9/+26
2018-03-14connect: discover protocol version outside of get_remote_headsLibravatar Brandon Williams1-5/+19
2018-03-14transport: use get_refs_via_connect to get refsLibravatar Brandon Williams1-14/+4
2018-03-14Convert find_unique_abbrev* to struct object_idLibravatar brian m. carlson1-1/+1
2018-03-14strbuf: convert strbuf_add_unique_abbrev to use struct object_idLibravatar brian m. carlson1-2/+2
2018-02-13Merge branch 'jh/partial-clone'Libravatar Junio C Hamano1-0/+4
2018-02-13Merge branch 'jh/fsck-promisors'Libravatar Junio C Hamano1-0/+8
2017-12-28Merge branch 'jt/transport-hide-vtable'Libravatar Junio C Hamano1-26/+43
2017-12-27Merge branch 'jt/transport-no-more-rsync'Libravatar Junio C Hamano1-8/+1
2017-12-14transport: make transport vtable more privateLibravatar Jonathan Tan1-26/+43
2017-12-12transport: remove unused "push" in vtableLibravatar Jonathan Tan1-8/+1
2017-12-08fetch-pack, index-pack, transport: partial cloneLibravatar Jeff Hostetler1-0/+4
2017-12-05introduce fetch-object: fetch one promisor objectLibravatar Jonathan Tan1-0/+8
2017-10-16refs: convert update_ref and refs_update_ref to use struct object_idLibravatar brian m. carlson1-2/+2
2017-10-01refs: pass NULL to resolve_refdup() if hash is not neededLibravatar René Scharfe1-2/+1
2017-09-24refs: pass NULL to resolve_ref_unsafe() if hash is not neededLibravatar René Scharfe1-2/+1
2017-06-24Merge branch 'ab/free-and-null'Libravatar Junio C Hamano1-2/+1
2017-06-24Merge branch 'bw/config-h'Libravatar Junio C Hamano1-0/+1
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleLibravatar Ævar Arnfjörð Bjarmason1-2/+1
2017-06-15config: don't include config.h by defaultLibravatar Brandon Williams1-0/+1
2017-05-02bundle: convert to struct object_idLibravatar brian m. carlson1-1/+1
2017-04-19Merge branch 'bw/push-options-recursively-to-submodules'Libravatar Junio C Hamano1-1/+3