- da9502f treewide: remove unnecessary includes for wrapper.h by Calvin Wan · 1 year, 6 months ago
- df6e874 diff.h: remove unnecessary include of oidset.h by Elijah Newren · 1 year, 8 months ago
- e93fc5d treewide: remove cache.h inclusion due to object-name.h changes by Elijah Newren · 1 year, 9 months ago
- dabab1d object-name.h: move declarations for object-name.c functions from cache.h by Elijah Newren · 1 year, 9 months ago
- e7dca80 Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-cache-h by Junio C Hamano · 1 year, 9 months ago
- d850b7a cocci: apply the "cache.h" part of "the_repository.pending" by Ævar Arnfjörð Bjarmason · 1 year, 10 months ago
- 32a8f51 environment.h: move declarations for environment.c functions from cache.h by Elijah Newren · 1 year, 10 months ago
- d5ebb50 wrapper.h: move declarations for wrapper.c functions from cache.h by Elijah Newren · 1 year, 10 months ago
- f394e09 treewide: be explicit about dependence on gettext.h by Elijah Newren · 1 year, 10 months ago
- 41771fa cache.h: remove dependence on hex.h; make other files include it explicitly by Elijah Newren · 1 year, 11 months ago
- 0cfde74 clone: request the 'bundle-uri' command when available by Ævar Arnfjörð Bjarmason · 2 years, 1 month ago
- 2a01bde list-objects-filter: add and use initializers by Jeff King · 2 years, 4 months ago
- 29fda24 run-command API: rename "env_array" to "env" by Ævar Arnfjörð Bjarmason · 2 years, 7 months ago
- 3c7bab0 fetch: add --refetch option by Robert Coup · 2 years, 10 months ago
- 735907b Merge branch 'jk/http-push-status-fix' by Junio C Hamano · 3 years, 2 months ago
- c5c3486 transport-helper: recognize "expecting report" error from send-pack by Jeff King · 3 years, 3 months ago
- 1fd8822 transport: use designated initializers by Ævar Arnfjörð Bjarmason · 3 years, 5 months ago
- 9b1cdd3 transport: rename "fetch" in transport_vtable to "fetch_refs" by Ævar Arnfjörð Bjarmason · 3 years, 5 months ago
- 9c1e657 fetch: teach independent negotiation (no packfile) by Jonathan Tan · 3 years, 8 months ago
- ca56dad use CALLOC_ARRAY by René Scharfe · 3 years, 10 months ago
- 3983540 connect, transport: encapsulate arg in struct by Jonathan Tan · 4 years ago
- 3b990aa push: parse and set flag for "--force-if-includes" by Srinidhi Kaushik · 4 years, 3 months ago
- 99a1f9a push: add reflog check for "--force-if-includes" by Srinidhi Kaushik · 4 years, 3 months ago
- 6c430a6 Merge branch 'jx/proc-receive-hook' by Junio C Hamano · 4 years, 4 months ago
- 63518a5 New capability "report-status-v2" for git-push by Jiang Xin · 4 years, 5 months ago
- 675df19 transport-helper: do not run git-remote-ext etc. in dashed form by Junio C Hamano · 4 years, 5 months ago
- d70a9eb strvec: rename struct fields by Jeff King · 4 years, 6 months ago
- f6d8942 strvec: fix indentation in renamed calls by Jeff King · 4 years, 6 months ago
- c972bf4 strvec: convert remaining callers away from argv_array name by Jeff King · 4 years, 6 months ago
- dbbcd44 strvec: rename files from argv-array to strvec by Jeff King · 4 years, 6 months ago
- 11cbda2 Merge branch 'js/default-branch-name' by Junio C Hamano · 4 years, 6 months ago
- 1221085 Merge branch 'bc/sha-256-part-2' by Junio C Hamano · 4 years, 6 months ago
- 4d04658 send-pack/transport-helper: avoid mentioning a particular branch by Johannes Schindelin · 4 years, 7 months ago
- 9da69a6 fetch-pack: support more than one pack lockfile by Jonathan Tan · 4 years, 7 months ago
- 8b85ee4 transport-helper: implement object-format extensions by brian m. carlson · 4 years, 8 months ago
- dfe1b7f transport-helper: new method reject_atomic_push() by Jiang Xin · 4 years, 9 months ago
- f38b168 transport-helper: mark failure for atomic push by Jiang Xin · 4 years, 9 months ago
- 145136a C: use skip_prefix() to avoid hardcoded string length by Junio C Hamano · 5 years ago
- 67af91c Sync with 2.23.1 by Johannes Schindelin · 5 years ago
- 5421ddd Sync with 2.21.1 by Johannes Schindelin · 5 years ago
- fc346cb Sync with 2.20.2 by Johannes Schindelin · 5 years ago
- d851d94 Sync with 2.19.3 by Johannes Schindelin · 5 years ago
- 7c9fbda Sync with 2.18.2 by Johannes Schindelin · 5 years ago
- 14af7ed Sync with 2.17.3 by Johannes Schindelin · 5 years ago
- bdfef04 Sync with 2.16.6 by Johannes Schindelin · 5 years ago
- 9ac92fe Sync with 2.15.4 by Johannes Schindelin · 5 years ago
- d3ac8c3 Sync with 2.14.6 by Johannes Schindelin · 5 years ago
- 68061e3 fast-import: disallow "feature export-marks" by default by Jeff King · 5 years ago
- d45d771 Merge branch 'bc/smart-http-atomic-push' by Junio C Hamano · 5 years ago
- 6f11942 remote-curl: pass on atomic capability to remote side by brian m. carlson · 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 · 5 years ago
- ac3fda8 transport-helper: skip ls-refs if unnecessary by Jonathan Tan · 5 years ago
- 1a27b78 Merge branch 'es/local-atomic-push-failure-with-http' into maint by Junio C Hamano · 5 years ago
- dae2954 Merge branch 'mh/import-transport-fd-fix' into maint by Junio C Hamano · 5 years ago
- f87ee7f Merge branch 'es/local-atomic-push-failure-with-http' by Junio C Hamano · 5 years ago
- 3bca1e7 transport-helper: enforce atomic in push_refs_with_push by Emily Shaffer · 6 years ago
- cf9ceb5 list-objects-filter-options: make filter_spec a string_list by Matthew DeVore · 6 years ago
- 2a983b2 Merge branch 'mh/import-transport-fd-fix' by Junio C Hamano · 6 years ago
- 8b35542 dup() the input fd for fast-import used for remote helpers by Mike Hommey · 6 years ago
- abd81a3 trace2:data: add trace2 transport child classification by Jeff Hostetler · 6 years ago
- 073312b Merge branch 'js/filter-options-should-use-plain-int' by Junio C Hamano · 6 years ago
- 9f2eba2 Merge branch 'rb/hpe' by Junio C Hamano · 6 years ago
- 87c2d9d filter-options: expand scaled numbers by Josh Steadmon · 6 years ago
- d4c8136 transport-helper: drop read/write errno checks by Jeff King · 7 years ago
- c14e5a1 transport-helper: use xread instead of read by Randall S. Becker · 6 years ago
- 3b33576 style: the opening '{' of a function is in a separate line by Nguyễn Thái Ngọc Duy · 6 years ago
- 9ec8af6 Merge branch 'nd/n18n-fix' by Junio C Hamano · 6 years ago
- 739fb71 transport-helper.c: do not translate a string twice by Nguyễn Thái Ngọc Duy · 6 years ago
- 6ab4055 transport: list refs before fetch if necessary by Jonathan Tan · 6 years ago
- b160b6e Merge branch 'jt/connectivity-check-after-unshallow' by Junio C Hamano · 6 years ago
- 4bea848 Merge branch 'nd/i18n' by Junio C Hamano · 6 years ago
- 30bf8d9 Merge branch 'jt/fetch-nego-tip' by Junio C Hamano · 6 years ago
- e2842b3 fetch-pack: unify ref in and out param by Jonathan Tan · 6 years ago
- 6b5b309 transport-helper.c: mark more strings for translation by Nguyễn Thái Ngọc Duy · 6 years ago
- 1a07e59 Update messages in preparation for i18n by Nguyễn Thái Ngọc Duy · 6 years ago
- 3390e42 fetch-pack: support negotiation tip whitelist by Jonathan Tan · 7 years ago
- 989b8c4 fetch-pack: put shallow info in output parameter by Brandon Williams · 7 years ago
- d000414 remote: convert apply_refspecs to take a struct refspec by Brandon Williams · 7 years ago
- 57f32ac transport-helper: convert 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
- 9bfa0f9 Merge branch 'bw/protocol-v2' by Junio C Hamano · 7 years ago
- edc9caf transport-helper: introduce stateless-connect by Brandon Williams · 7 years ago
- 176e85c transport-helper: refactor process_connect_service by Brandon Williams · 7 years ago
- b1c2edf transport-helper: remove name parameter by Brandon Williams · 7 years ago
- 834cf34 transport: convert get_refs_list to take a list of ref prefixes by Brandon Williams · 7 years ago
- 6bed209 Merge branch 'jh/partial-clone' by Junio C Hamano · 7 years ago
- 2546de2 Merge branch 'jt/transport-hide-vtable' by Junio C Hamano · 7 years ago
- 54b1335 Merge branch 'rs/fmt-merge-msg-leakfix' by Junio C Hamano · 7 years ago
- e967ca3 transport: make transport vtable more private by Jonathan Tan · 7 years ago
- 176cb97 transport-helper: plug strbuf and string_list leaks by René Scharfe · 7 years ago
- 640d8b7 fetch-pack, index-pack, transport: partial clone by Jeff Hostetler · 7 years ago
- 96c6bb5 Merge branch 'jk/write-in-full-fix' into maint by Junio C Hamano · 7 years ago
- 49e6147 refs: convert resolve_ref_unsafe to struct object_id by brian m. carlson · 7 years ago
- 34c290a refs: convert read_ref and read_ref_full to object_id by brian m. carlson · 7 years ago
- ae07777 refs: convert update_ref and refs_update_ref to use struct object_id by brian m. carlson · 7 years ago
- c50424a Merge branch 'jk/write-in-full-fix' by Junio C Hamano · 7 years ago
- d811ba1 Merge branch 'rs/strbuf-leakfix' by Junio C Hamano · 7 years ago