424 Commits (b66e0a1773e941f3cd6b837346dfa98cbb8ddabb)

Author SHA1 Message Date
Junio C Hamano 360c7ba330 transport: push codepath can take arbitrary repository 5 years ago
Josh Steadmon 25e4b8099c push: add trace2 instrumentation 5 years ago
Jonathan Tan fddf2ebe38 transport: teach all vtables to allow fetch first 6 years ago
Junio C Hamano 2581ea3d31 transport-helper: avoid var decl in for () loop control 6 years ago
Emily Shaffer 3bca1e7f9f transport-helper: enforce atomic in push_refs_with_push 6 years ago
Jeff King 709dfa6990 object-store.h: move for_each_alternate_ref() from transport.h 6 years ago
Matthew DeVore 489fc9ee71 list-objects-filter-options: allow mult. --filter 6 years ago
Jonathan Tan 35eb8240b0 transport: die if server options are unsupported 6 years ago
Jeff King 0f804b0bac fetch_pack(): drop unused parameters 6 years ago
Jeff Hostetler 6206286e49 trace2:data: add trace2 hook classification 6 years ago
Masaya Suzuki 2d103c31c2 pack-protocol.txt: accept error packets in any context 6 years ago
Jeff King 263db403fa rename "alternate_object_database" to "object_directory" 6 years ago
Nguyễn Thái Ngọc Duy 74ae4b638d bundle.c: remove the_repository references 6 years ago
Nguyễn Thái Ngọc Duy 6c6d5d0776 transport.c: remove implicit dependency on the_index 6 years ago
Nguyễn Thái Ngọc Duy 6245b98b0e submodule.c: remove some of the_repository references 6 years ago
brian m. carlson fbd0e37cde transport: use parse_oid_hex instead of a constant 6 years ago
Taylor Blau 40f327faf5 transport.c: introduce core.alternateRefsPrefixes 6 years ago
Taylor Blau 89284c1d6c transport.c: introduce core.alternateRefsCommand 6 years ago
Taylor Blau 1e5f31d444 transport.c: extract 'fill_alternate_refs_command' 6 years ago
Jeff King bdf4276c91 transport: drop refnames from for_each_alternate_ref 6 years ago
Jonathan Tan 6ab4055775 transport: list refs before fetch if necessary 6 years ago
Jonathan Tan 0177565148 transport: do not list refs if possible 6 years ago
Jonathan Tan 99bcb883cb transport: allow skipping of ref listing 6 years ago
Nguyễn Thái Ngọc Duy 174d131fc9 submodule.c: remove implicit dependency on the_index 7 years ago
Jeff King 4a7e27e957 convert "oidcmp() == 0" to oideq() 7 years ago
Jonathan Tan e2842b39f4 fetch-pack: unify ref in and out param 7 years ago
Nguyễn Thái Ngọc Duy 68e39e4100 transport.c: mark more strings for translation 7 years ago
Nguyễn Thái Ngọc Duy 1a07e59c3e Update messages in preparation for i18n 7 years ago
Jonathan Tan 3390e42adb fetch-pack: support negotiation tip whitelist 7 years ago
Jonathan Tan cf1e7c0770 fetch-pack: write shallow, then check connectivity 7 years ago
Brandon Williams 989b8c4452 fetch-pack: put shallow info in output parameter 7 years ago
Brandon Williams 6373cb598e refspec: consolidate ref-prefix generation logic 7 years ago
Brandon Williams 60fba4bf16 submodule: convert push_unpushed_submodules to take a struct refspec 7 years ago
Brandon Williams afb1aed403 remote: convert check_push_refs to take a struct refspec 7 years ago
Brandon Williams 5c7ec8462d remote: convert match_push_refs to take a struct refspec 7 years ago
Brandon Williams 7a78a82b6c transport: remove transport_verify_remote_names 7 years ago
Brandon Williams 306f22dbc8 transport: convert transport_push to take a struct refspec 7 years ago
Brandon Williams e03c4e084d transport: convert transport_push to use struct refspec 7 years ago
Brandon Williams 0ad4a5ff50 refspec: rename struct refspec to struct refspec_item 7 years ago
Brandon Williams ec0cb49655 refspec: move refspec parsing logic into its own file 7 years ago
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
Brandon Williams 5e3548ef16 fetch: send server options when using protocol v2 7 years ago
Brandon Williams ff473221b4 ls-remote: send server options when using protocol v2 7 years ago
Ryan Dammrose 960786e761 push: colorize errors 7 years ago
Stefan Beller 0d4a132144 object-store: migrate alternates struct and functions from cache.h 7 years ago
Brandon Williams edc9caf7e2 transport-helper: introduce stateless-connect 7 years ago
Brandon Williams 685fbd3291 fetch-pack: perform a fetch using v2 7 years ago
Brandon Williams 5b872fff18 push: pass ref prefixes when pushing 7 years ago
Brandon Williams 1af8ae1cfa transport: convert transport_get_remote_refs to take a list of ref prefixes 7 years ago
Brandon Williams 834cf34b26 transport: convert get_refs_list to take a list of ref prefixes 7 years ago