- bd4232f Merge branch 'ab/struct-init' by Junio C Hamano · 3 years, 8 months ago
- 10b635b bundle: remove "ref_list" in favor of string-list.c API by Ævar Arnfjörð Bjarmason · 3 years, 8 months ago
- 15e7c7d bundle.c: use a temporary variable for OIDs and names by Ævar Arnfjörð Bjarmason · 3 years, 8 months ago
- bc40dfb string-list.h users: change to use *_{nodup,dup}() by Ævar Arnfjörð Bjarmason · 3 years, 8 months ago
- ae1a7ee fetch-pack: signal v2 server that we are done making requests by Jeff King · 3 years, 10 months ago
- 644f4a2 Merge branch 'jt/push-negotiation' by Junio C Hamano · 3 years, 10 months ago
- 9c1e657 fetch: teach independent negotiation (no packfile) by Jonathan Tan · 3 years, 10 months ago
- a819e2b Merge branch 'ow/push-quiet-set-upstream' by Junio C Hamano · 3 years, 11 months ago
- f3cce89 transport: respect verbosity when setting upstream by Øystein Walle · 4 years ago
- 22eee7f Merge branch 'll/clone-reject-shallow' by Junio C Hamano · 4 years ago
- 642a400 Merge branch 'ah/plugleaks' by Junio C Hamano · 4 years ago
- 4fe788b builtin/clone.c: add --reject-shallow option by Li Linchao · 4 years ago
- 68ffe09 transport: also free remote_refs in transport_disconnect() by Andrzej Hunt · 4 years ago
- ca56dad use CALLOC_ARRAY by René Scharfe · 4 years ago
- 3983540 connect, transport: encapsulate arg in struct by Jonathan Tan · 4 years, 1 month ago
- 23bf486 transport: log received server session ID by Josh Steadmon · 4 years, 4 months ago
- 3b990aa push: parse and set flag for "--force-if-includes" by Srinidhi Kaushik · 4 years, 5 months ago
- 99a1f9a push: add reflog check for "--force-if-includes" by Srinidhi Kaushik · 4 years, 5 months ago
- 6c430a6 Merge branch 'jx/proc-receive-hook' by Junio C Hamano · 4 years, 6 months ago
- b4100f3 Merge branch 'jt/lazy-fetch' by Junio C Hamano · 4 years, 6 months ago
- 1702ae6 transport: parse report options for tracking refs by Jiang Xin · 4 years, 7 months ago
- 63518a5 New capability "report-status-v2" for git-push by Jiang Xin · 4 years, 7 months ago
- 917c612 transport: not report a non-head push as a branch by Jiang Xin · 4 years, 7 months ago
- 9dfa8db fetch-pack: remove no_dependents code by Jonathan Tan · 4 years, 7 months ago
- 95e7c38 refspec: make sure stack refspec_item variables are zeroed by Jacob Keller · 4 years, 7 months ago
- c972bf4 strvec: convert remaining callers away from argv_array name by Jeff King · 4 years, 8 months ago
- 1221085 Merge branch 'bc/sha-256-part-2' by Junio C Hamano · 4 years, 8 months ago
- 34e849b Merge branch 'jt/cdn-offload' by Junio C Hamano · 4 years, 9 months ago
- 6161ce7 bundle: detect hash algorithm when reading refs by brian m. carlson · 4 years, 9 months ago
- 9da69a6 fetch-pack: support more than one pack lockfile by Jonathan Tan · 4 years, 9 months ago
- 7c97af4 transport: add a hash algorithm member by brian m. carlson · 4 years, 10 months ago
- b0df0c1 stateless-connect: send response end packet by Denton Liu · 4 years, 10 months ago
- dde72f9 transport: extract common fetch_pack() call by Denton Liu · 4 years, 10 months ago
- 5b6864c Merge branch 'jx/atomic-push' by Junio C Hamano · 4 years, 11 months ago
- 46701bd send-pack: mark failure of atomic push properly by Jiang Xin · 5 years ago
- 7dcbeaa send-pack: fix inconsistent porcelain output by Jiang Xin · 5 years ago
- fe299ec oid_array: rename source file from sha1-array by Jeff King · 5 years ago
- 45f47ff Merge branch 'jk/no-flush-upon-disconnecting-slrpc-transport' by Junio C Hamano · 5 years ago
- 4d8cab9 transport: don't flush when disconnecting stateless-rpc helper by Jeff King · 5 years ago
- 360c7ba transport: push codepath can take arbitrary repository by Junio C Hamano · 5 years ago
- 25e4b80 push: add trace2 instrumentation by Josh Steadmon · 5 years ago
- f67bf53 Merge branch 'jt/avoid-ls-refs-with-http' by Junio C Hamano · 5 years ago
- 627b826 Merge branch 'md/list-objects-filter-combo' by Junio C Hamano · 5 years ago
- fddf2eb transport: teach all vtables to allow fetch first by Jonathan Tan · 6 years ago
- f87ee7f Merge branch 'es/local-atomic-push-failure-with-http' by Junio C Hamano · 6 years ago
- 2581ea3 transport-helper: avoid var decl in for () loop control by Junio C Hamano · 6 years ago
- 3bca1e7 transport-helper: enforce atomic in push_refs_with_push by Emily Shaffer · 6 years ago
- 709dfa6 object-store.h: move for_each_alternate_ref() from transport.h by Jeff King · 6 years ago
- 489fc9e list-objects-filter-options: allow mult. --filter by Matthew DeVore · 6 years ago
- 6d3df8e Merge branch 'jt/clone-server-option' by Junio C Hamano · 6 years ago
- 35eb824 transport: die if server options are unsupported by Jonathan Tan · 6 years ago
- 0f804b0 fetch_pack(): drop unused parameters by Jeff King · 6 years ago
- 6206286 trace2:data: add trace2 hook classification by Jeff Hostetler · 6 years ago
- 17069c7 Merge branch 'ms/packet-err-check' into jt/fetch-v2-sideband by Junio C Hamano · 6 years ago
- cde5554 Merge branch 'nd/the-index' by Junio C Hamano · 6 years ago
- 2d103c3 pack-protocol.txt: accept error packets in any context by Masaya Suzuki · 6 years ago
- 263db40 rename "alternate_object_database" to "object_directory" by Jeff King · 6 years ago
- 74ae4b6 bundle.c: remove the_repository references by Nguyễn Thái Ngọc Duy · 6 years ago
- 6c6d5d0 transport.c: remove implicit dependency on the_index by Nguyễn Thái Ngọc Duy · 6 years ago
- 1443ca9 Merge branch 'nd/submodule-unused-vars' by Junio C Hamano · 6 years ago
- d829d49 Merge branch 'bc/hash-transition-part-15' by Junio C Hamano · 6 years ago
- 6245b98 submodule.c: remove some of the_repository references by Nguyễn Thái Ngọc Duy · 6 years ago
- 465e73f Merge branch 'tb/filter-alternate-refs' by Junio C Hamano · 6 years ago
- 0527fba Merge branch 'jt/avoid-ls-refs' by Junio C Hamano · 6 years ago
- 11877b9 Merge branch 'nd/the-index' by Junio C Hamano · 6 years ago
- fbd0e37 transport: use parse_oid_hex instead of a constant by brian m. carlson · 6 years ago
- 40f327f transport.c: introduce core.alternateRefsPrefixes by Taylor Blau · 6 years ago
- 89284c1 transport.c: introduce core.alternateRefsCommand by Taylor Blau · 6 years ago
- 1e5f31d transport.c: extract 'fill_alternate_refs_command' by Taylor Blau · 6 years ago
- bdf4276 transport: drop refnames from for_each_alternate_ref by Jeff King · 6 years ago
- 6ab4055 transport: list refs before fetch if necessary by Jonathan Tan · 6 years ago
- 0177565 transport: do not list refs if possible by Jonathan Tan · 6 years ago
- 99bcb88 transport: allow skipping of ref listing by Jonathan Tan · 6 years ago
- 174d131 submodule.c: remove implicit dependency on the_index by Nguyễn Thái Ngọc Duy · 6 years ago
- 4a7e27e convert "oidcmp() == 0" to oideq() by Jeff King · 7 years ago
- b160b6e Merge branch 'jt/connectivity-check-after-unshallow' by Junio C Hamano · 7 years ago
- 4bea848 Merge branch 'nd/i18n' by Junio C Hamano · 7 years ago
- 30bf8d9 Merge branch 'jt/fetch-nego-tip' by Junio C Hamano · 7 years ago
- e2842b3 fetch-pack: unify ref in and out param by Jonathan Tan · 7 years ago
- 68e39e4 transport.c: mark more strings for translation by Nguyễn Thái Ngọc Duy · 7 years ago
- 1a07e59 Update messages in preparation for i18n by Nguyễn Thái Ngọc Duy · 7 years ago
- 3390e42 fetch-pack: support negotiation tip whitelist by Jonathan Tan · 7 years ago
- cf1e7c0 fetch-pack: write shallow, then check connectivity by Jonathan Tan · 7 years ago
- 989b8c4 fetch-pack: put shallow info in output parameter by Brandon Williams · 7 years ago
- e12cbea Merge branch 'bw/ref-prefix-for-configured-refspec' by Junio C Hamano · 7 years ago
- 50f08db Merge branch 'js/use-bug-macro' by Junio C Hamano · 7 years ago
- 41267e9 Merge branch 'bw/server-options' by Junio C Hamano · 7 years ago
- 6373cb5 refspec: consolidate ref-prefix generation logic by Brandon Williams · 7 years ago
- 60fba4b submodule: convert push_unpushed_submodules to take a struct refspec by Brandon Williams · 7 years ago
- afb1aed remote: convert check_push_refs to take a struct refspec by Brandon Williams · 7 years ago
- 5c7ec84 remote: convert match_push_refs to take a struct refspec by Brandon Williams · 7 years ago
- 7a78a82 transport: remove transport_verify_remote_names by Brandon Williams · 7 years ago
- 306f22d transport: convert transport_push to take a struct refspec by Brandon Williams · 7 years ago
- e03c4e0 transport: convert transport_push to use struct refspec by Brandon Williams · 7 years ago
- 0ad4a5f refspec: rename struct refspec to struct refspec_item by Brandon Williams · 7 years ago
- ec0cb49 refspec: move refspec parsing logic into its own file by Brandon Williams · 7 years ago
- a56fb3d Merge branch 'js/colored-push-errors' by Junio C Hamano · 7 years ago
- 9bfa0f9 Merge branch 'bw/protocol-v2' by Junio C Hamano · 7 years ago
- 033abf9 Replace all die("BUG: ...") calls by BUG() ones by Johannes Schindelin · 7 years ago
- 5e3548e fetch: send server options when using protocol v2 by Brandon Williams · 7 years ago