437 Commits (5602b500c3cd9ac308bf9af0d5f0a79bd2195346)

Author SHA1 Message Date
brian m. carlson 6161ce7bbe bundle: detect hash algorithm when reading refs 5 years ago
Jonathan Tan 9da69a6539 fetch-pack: support more than one pack lockfile 5 years ago
brian m. carlson 7c97af4d64 transport: add a hash algorithm member 5 years ago
Denton Liu b0df0c16ea stateless-connect: send response end packet 5 years ago
Denton Liu dde72f94bc transport: extract common fetch_pack() call 5 years ago
Jiang Xin 46701bde69 send-pack: mark failure of atomic push properly 5 years ago
Jiang Xin 7dcbeaa0df send-pack: fix inconsistent porcelain output 5 years ago
Jeff King fe299ec5ae oid_array: rename source file from sha1-array 5 years ago
Jeff King 4d8cab95cc transport: don't flush when disconnecting stateless-rpc helper 5 years ago
Junio C Hamano 360c7ba330 transport: push codepath can take arbitrary repository 6 years ago
Josh Steadmon 25e4b8099c push: add trace2 instrumentation 6 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 7 years ago
brian m. carlson fbd0e37cde transport: use parse_oid_hex instead of a constant 7 years ago
Taylor Blau 40f327faf5 transport.c: introduce core.alternateRefsPrefixes 7 years ago
Taylor Blau 89284c1d6c transport.c: introduce core.alternateRefsCommand 7 years ago
Taylor Blau 1e5f31d444 transport.c: extract 'fill_alternate_refs_command' 7 years ago
Jeff King bdf4276c91 transport: drop refnames from for_each_alternate_ref 7 years ago
Jonathan Tan 6ab4055775 transport: list refs before fetch if necessary 7 years ago
Jonathan Tan 0177565148 transport: do not list refs if possible 7 years ago
Jonathan Tan 99bcb883cb transport: allow skipping of ref listing 7 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