| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-06-14 | global: introduce `USE_THE_REPOSITORY_VARIABLE` macro | Patrick Steinhardt | 1 | -0/+2 |
| 2024-06-14 | global: ensure that object IDs are always padded | Patrick Steinhardt | 1 | -0/+1 |
| 2024-06-14 | hash: require hash algorithm in `oidread()` and `oidclr()` | Patrick Steinhardt | 1 | -1/+1 |
| 2024-03-28 | Merge branch 'eb/hash-transition' | Junio C Hamano | 1 | -1/+1 |
| 2024-02-28 | commit-reach(repo_in_merge_bases_many): report missing commits | Johannes Schindelin | 1 | -1/+4 |
| 2024-01-26 | Merge branch 'es/some-up-to-date-messages-must-stay' | Junio C Hamano | 1 | -0/+2 |
| 2024-01-12 | messages: mark some strings with "up-to-date" not to touch | Junio C Hamano | 1 | -0/+2 |
| 2023-12-26 | http.h: remove unnecessary include | Elijah Newren | 1 | -0/+1 |
| 2023-12-26 | treewide: remove unnecessary includes in source files | Elijah Newren | 1 | -2/+0 |
| 2023-10-02 | tree-walk: init_tree_desc take an oid to get the hash algorithm | Eric W. Biederman | 1 | -1/+1 |
| 2023-07-13 | http-push: mark unused parameter in xml callback | Jeff King | 1 | -1/+1 |
| 2023-06-21 | object-store-ll.h: split this header out of object-store.h | Elijah Newren | 1 | -1/+1 |
| 2023-05-09 | Merge branch 'en/header-split-cache-h-part-2' | Junio C Hamano | 1 | -0/+2 |
| 2023-04-25 | Merge branch 'en/header-split-cache-h' | Junio C Hamano | 1 | -1/+1 |
| 2023-04-24 | diff.h: reduce unnecessary includes | Elijah Newren | 1 | -0/+1 |
| 2023-04-24 | commit.h: reduce unnecessary includes | Elijah Newren | 1 | -0/+1 |
| 2023-04-11 | treewide: remove cache.h inclusion due to object.h changes | Elijah Newren | 1 | -1/+1 |
| 2023-04-06 | Merge branch 'en/header-split-cleanup' | Junio C Hamano | 1 | -0/+2 |
| 2023-04-06 | Merge branch 'ab/remove-implicit-use-of-the-repository' | Junio C Hamano | 1 | -7/+9 |
| 2023-04-04 | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-... | Junio C Hamano | 1 | -7/+9 |
| 2023-03-28 | cocci: apply the "object-store.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -5/+6 |
| 2023-03-28 | cocci: apply the "commit.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -1/+2 |
| 2023-03-28 | cocci: apply the "commit-reach.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2023-03-21 | setup.h: move declarations for setup.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | environment.h: move declarations for environment.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-17 | http: mark unused parameter in fill_active_slot() callbacks | Jeff King | 1 | -1/+1 |
| 2023-02-23 | cache.h: remove dependence on hex.h; make other files include it explicitly | Elijah Newren | 1 | -0/+1 |
| 2023-02-06 | Sync with 2.36.5 | Johannes Schindelin | 1 | -3/+3 |
| 2023-02-06 | Sync with 2.35.7 | Johannes Schindelin | 1 | -3/+3 |
| 2023-02-06 | http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTION | Jeff King | 1 | -2/+2 |
| 2023-02-06 | http-push: prefer CURLOPT_UPLOAD to CURLOPT_PUT | Jeff King | 1 | -1/+1 |
| 2023-01-17 | http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTION | Jeff King | 1 | -2/+2 |
| 2023-01-17 | http-push: prefer CURLOPT_UPLOAD to CURLOPT_PUT | Jeff King | 1 | -1/+1 |
| 2022-06-07 | Merge branch 'ab/plug-leak-in-revisions' | Junio C Hamano | 1 | -1/+2 |
| 2022-05-20 | Merge branch 'ep/maint-equals-null-cocci' | Junio C Hamano | 1 | -6/+6 |
| 2022-05-02 | tree-wide: apply equals-null.cocci | Junio C Hamano | 1 | -6/+6 |
| 2022-04-13 | revisions API users: use release_revisions() in http-push.c | Ævar Arnfjörð Bjarmason | 1 | -1/+2 |
| 2022-02-25 | object-file API: add a format_object_header() function | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2021-07-30 | http: rename CURLOPT_FILE to CURLOPT_WRITEDATA | Ævar Arnfjörð Bjarmason | 1 | -3/+3 |
| 2021-07-30 | http: drop support for curl < 7.16.0 | Jeff King | 1 | -23/+0 |
| 2021-05-10 | Merge branch 'bc/hash-transition-interop-part-1' | Junio C Hamano | 1 | -0/+2 |
| 2021-04-27 | http-push: set algorithm when reading object ID | brian m. carlson | 1 | -0/+2 |
| 2021-04-13 | lookup_unknown_object(): take a repository argument | Jeff King | 1 | -1/+1 |
| 2021-03-13 | use CALLOC_ARRAY | René Scharfe | 1 | -2/+2 |
| 2020-07-30 | strvec: rename struct fields | Jeff King | 1 | -1/+1 |
| 2020-07-28 | strvec: fix indentation in renamed calls | Jeff King | 1 | -1/+1 |
| 2020-07-28 | strvec: convert more callers away from argv_array name | Jeff King | 1 | -6/+6 |
| 2020-07-28 | strvec: rename files from argv-array to strvec | Jeff King | 1 | -1/+1 |
| 2020-07-06 | Merge branch 'bc/http-push-flagsfix' | Junio C Hamano | 1 | -4/+4 |
| 2020-06-23 | http-push: ensure unforced pushes fail when data would be lost | brian m. carlson | 1 | -4/+4 |
| 2020-06-10 | http: refactor finish_http_pack_request() | Jonathan Tan | 1 | -2/+6 |
| 2019-10-15 | http-push: simplify deleting a list item | René Scharfe | 1 | -4/+4 |
| 2019-06-20 | object: convert lookup_object() to use object_id | Jeff King | 1 | -1/+1 |
| 2019-06-20 | object: convert lookup_unknown_object() to use object_id | Jeff King | 1 | -1/+1 |
| 2019-05-19 | Merge branch 'cb/http-push-null-in-message-fix' | Junio C Hamano | 1 | -2/+2 |
| 2019-05-15 | http-push: prevent format overflow warning with gcc >= 9 | Carlo Marcelo Arenas Belón | 1 | -2/+2 |
| 2019-04-01 | http-push: remove remaining uses of sha1_to_hex | brian m. carlson | 1 | -4/+4 |
| 2019-04-01 | http-push: convert to use the_hash_algo | brian m. carlson | 1 | -10/+10 |
| 2019-04-01 | object-store: rename and expand packed_git's sha1 member | brian m. carlson | 1 | -1/+2 |
| 2019-02-06 | Merge branch 'jk/loose-object-cache-oid' | Junio C Hamano | 1 | -1/+1 |
| 2019-02-06 | Merge branch 'ds/push-sparse-tree-walk' | Junio C Hamano | 1 | -1/+1 |
| 2019-01-17 | list-objects: consume sparse tree walk | Derrick Stolee | 1 | -1/+1 |
| 2019-01-15 | tree-walk: store object_id in a separate member | brian m. carlson | 1 | -2/+2 |
| 2019-01-08 | http: use struct object_id instead of bare sha1 | Jeff King | 1 | -1/+1 |
| 2018-11-12 | Upcast size_t variables to uintmax_t when printing | Torsten Bögershausen | 1 | -1/+1 |
| 2018-10-19 | Merge branch 'nd/the-index' | Junio C Hamano | 1 | -1/+1 |
| 2018-09-21 | revision.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2018-09-17 | Merge branch 'jk/cocci' | Junio C Hamano | 1 | -1/+1 |
| 2018-08-29 | convert "oidcmp() == 0" to oideq() | Jeff King | 1 | -1/+1 |
| 2018-07-20 | commit.h: remove method declarations | Derrick Stolee | 1 | -1/+1 |
| 2018-06-29 | tag: add repository argument to deref_tag | Stefan Beller | 1 | -1/+1 |
| 2018-06-29 | tree: add repository argument to lookup_tree | Stefan Beller | 1 | -1/+2 |
| 2018-06-29 | blob: add repository argument to lookup_blob | Stefan Beller | 1 | -1/+2 |
| 2018-06-29 | object: add repository argument to lookup_object | Stefan Beller | 1 | -1/+1 |
| 2018-06-29 | object: add repository argument to parse_object | Stefan Beller | 1 | -2/+4 |
| 2018-05-30 | Merge branch 'bw/ref-prefix-for-configured-refspec' | Junio C Hamano | 1 | -10/+8 |
| 2018-05-23 | Merge branch 'ds/lazy-load-trees' | Junio C Hamano | 1 | -1/+1 |
| 2018-05-18 | remote: convert match_push_refs to take a struct refspec | Brandon Williams | 1 | -2/+1 |
| 2018-05-18 | http-push: store refspecs in a struct refspec | Brandon Williams | 1 | -9/+8 |
| 2018-04-11 | exec_cmd: rename to use dash in file name | Stefan Beller | 1 | -1/+1 |
| 2018-04-11 | Merge branch 'sb/object-store' | Junio C Hamano | 1 | -0/+1 |
| 2018-04-11 | treewide: replace maybe_tree with accessor methods | Derrick Stolee | 1 | -1/+1 |
| 2018-04-11 | treewide: rename tree to maybe_tree | Derrick Stolee | 1 | -1/+1 |
| 2018-04-11 | Merge branch 'bw/c-plus-plus' into ds/lazy-load-trees | Junio C Hamano | 1 | -1/+1 |
| 2018-03-26 | object-store: move packed_git and packed_git_mru to object store | Stefan Beller | 1 | -0/+1 |
| 2018-03-14 | sha1_file: convert read_sha1_file to struct object_id | brian m. carlson | 1 | -1/+1 |
| 2018-03-06 | Merge branch 'bw/c-plus-plus' | Junio C Hamano | 1 | -1/+1 |
| 2018-02-14 | object: rename function 'typename' to 'type_name' | Brandon Williams | 1 | -1/+1 |
| 2018-01-24 | http-push: improve error log | Patryk Obara | 1 | -0/+4 |
| 2017-11-01 | http-push: use hex_to_bytes() | René Scharfe | 1 | -6/+4 |
| 2017-10-07 | Merge branch 'tg/memfixes' | Junio C Hamano | 1 | -1/+1 |
| 2017-10-04 | http-push: fix construction of hex value from path | Thomas Gummerer | 1 | -1/+1 |
| 2017-09-22 | consistently use "fallthrough" comments in switches | Jeff King | 1 | -0/+1 |
| 2017-08-23 | pack: move find_sha1_pack() | Jonathan Tan | 1 | -0/+1 |
| 2017-06-16 | coccinelle: make use of the "type" FREE_AND_NULL() rule | Ævar Arnfjörð Bjarmason | 1 | -16/+8 |
| 2017-05-08 | object: convert parse_object* to take struct object_id | brian m. carlson | 1 | -2/+2 |
| 2017-05-08 | http-push: convert process_ls_object and descendants to object_id | brian m. carlson | 1 | -11/+11 |
| 2017-05-08 | Convert lookup_tree to struct object_id | brian m. carlson | 1 | -1/+1 |
| 2017-05-08 | Convert lookup_blob to struct object_id | brian m. carlson | 1 | -1/+1 |
| 2017-05-08 | Convert lookup_commit* to struct object_id | brian m. carlson | 1 | -2/+3 |
| 2017-05-08 | http-push: convert some static functions to struct object_id | brian m. carlson | 1 | -12/+12 |
| 2017-03-18 | http-push: don't check return value of lookup_unknown_object() | René Scharfe | 1 | -5/+3 |
| 2016-09-08 | Merge branch 'jk/common-main' into maint | Junio C Hamano | 1 | -7/+3 |
| 2016-08-01 | use strbuf_addstr() for adding constant strings to a strbuf | René Scharfe | 1 | -1/+1 |
| 2016-07-06 | Merge branch 'jk/common-main-2.8' into jk/common-main | Junio C Hamano | 1 | -7/+3 |
| 2016-07-01 | common-main: call git_setup_gettext() | Jeff King | 1 | -2/+0 |
| 2016-07-01 | common-main: call git_extract_argv0_path() | Jeff King | 1 | -2/+0 |
| 2016-07-01 | add an extra level of indirection to main() | Jeff King | 1 | -3/+3 |
| 2016-05-06 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -2/+2 |
| 2016-04-27 | http: support sending custom HTTP headers | Johannes Schindelin | 1 | -5/+5 |
| 2016-04-25 | struct name_entry: use struct object_id instead of unsigned char sha1[20] | brian m. carlson | 1 | -2/+2 |
| 2016-02-12 | http-push: stop using name_path | Jeff King | 1 | -16/+7 |
| 2015-11-20 | Remove get_object_hash. | brian m. carlson | 1 | -10/+10 |
| 2015-11-20 | Convert struct object to object_id | brian m. carlson | 1 | -11/+11 |
| 2015-11-20 | Add several uses of get_object_hash. | brian m. carlson | 1 | -10/+10 |
| 2015-11-20 | ref_newer: convert to use struct object_id | brian m. carlson | 1 | -2/+2 |
| 2015-11-20 | Convert struct ref to use object_id. | brian m. carlson | 1 | -22/+22 |
| 2015-10-05 | drop strcpy in favor of raw sha1_to_hex | Jeff King | 1 | -4/+2 |
| 2015-10-05 | http-push: use an argv_array for setup_revisions | Jeff King | 1 | -22/+10 |
| 2015-09-25 | http-push: use strbuf instead of fwrite_buffer | Jeff King | 1 | -16/+5 |
| 2015-09-25 | http-push: replace strcat with xsnprintf | Jeff King | 1 | -4/+4 |
| 2015-09-25 | use xsnprintf for generating git object headers | Jeff King | 1 | -1/+1 |
| 2015-09-25 | convert trivial sprintf / strcpy calls to xsnprintf | Jeff King | 1 | -1/+1 |
| 2015-03-27 | Merge branch 'sb/leaks' | Junio C Hamano | 1 | -1/+0 |
| 2015-03-23 | http-push: remove unneeded cleanup | Stefan Beller | 1 | -1/+0 |
| 2015-03-17 | Merge branch 'rs/deflate-init-cleanup' | Junio C Hamano | 1 | -1/+0 |
| 2015-03-05 | zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw} | René Scharfe | 1 | -1/+0 |
| 2015-01-14 | http-push: trim trailing newline from remote symref | Jeff King | 1 | -0/+3 |
| 2014-07-22 | Merge branch 'ah/fix-http-push' into maint | Junio C Hamano | 1 | -1/+1 |
| 2014-07-16 | Merge branch 'ah/fix-http-push' | Junio C Hamano | 1 | -1/+1 |
| 2014-07-13 | http-push.c: make CURLOPT_IOCTLDATA a usable pointer | Abbaad Haider | 1 | -1/+1 |
| 2014-07-09 | Merge branch 'jk/xstrfmt' | Junio C Hamano | 1 | -17/+7 |
| 2014-06-20 | http-push: refactor parsing of remote object names | Jeff King | 1 | -15/+23 |
| 2014-06-20 | use skip_prefix to avoid magic numbers | Jeff King | 1 | -5/+6 |
| 2014-06-19 | use xstrfmt to replace xmalloc + sprintf | Jeff King | 1 | -13/+5 |
| 2014-06-19 | use xstrdup instead of xmalloc + strcpy | Jeff King | 1 | -4/+2 |
| 2014-05-27 | http-push.c: rearrange xcalloc arguments | Brian Gesiak | 1 | -1/+1 |
| 2014-03-25 | object.h: centralize object flag allocation | Nguyễn Thái Ngọc Duy | 1 | -2/+1 |
| 2013-12-05 | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 1 | -2/+2 |
| 2013-10-30 | Merge branch 'jk/http-auth-redirects' | Junio C Hamano | 1 | -2/+2 |
| 2013-09-30 | http: refactor options to http_get_* | Jeff King | 1 | -2/+2 |
| 2013-09-20 | Merge branch 'nd/fetch-into-shallow' | Junio C Hamano | 1 | -1/+1 |
| 2013-09-17 | Merge branch 'jk/free-tree-buffer' | Junio C Hamano | 1 | -2/+1 |
| 2013-08-28 | list-objects: reduce one argument in mark_edges_uninteresting | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2013-07-19 | http-push.c::add_send_request(): do not initialize transfer_request | Stefan Beller | 1 | -1/+1 |
| 2013-06-06 | clear parsed flag when we free tree buffers | Jeff King | 1 | -2/+1 |
| 2013-04-06 | http: drop http_error function | Jeff King | 1 | -1/+1 |
| 2013-04-06 | http: simplify http_error helper function | Jeff King | 1 | -1/+1 |
| 2013-02-11 | Allow building with xmlparse.h | Matt Kraai | 1 | -0/+4 |
| 2013-02-10 | Merge branch 'sp/smart-http-content-type-check' | Junio C Hamano | 1 | -2/+2 |
| 2013-02-04 | Verify Content-Type from smart HTTP servers | Shawn Pearce | 1 | -2/+2 |
| 2012-11-26 | xml_entities(): use function strbuf_addstr_xml_quoted() | Michael Haggerty | 1 | -22/+1 |
| 2012-09-11 | Merge branch 'jc/merge-bases' | Junio C Hamano | 1 | -2/+1 |
| 2012-08-27 | http-push: use in_merge_bases() for fast-forward check | Junio C Hamano | 1 | -2/+1 |
| 2012-05-22 | http-push: do not access git_default_email directly | Jeff King | 1 | -1/+1 |
| 2012-04-30 | remove superfluous newlines in error messages | Pete Wyckoff | 1 | -2/+2 |
| 2011-12-19 | Merge branch 'ab/enable-i18n' | Junio C Hamano | 1 | -0/+2 |
| 2011-12-13 | http-push: enable "proactive auth" | Jeff King | 1 | -1/+1 |
| 2011-12-05 | i18n: add infrastructure for translating Git with gettext | Ævar Arnfjörð Bjarmason | 1 | -0/+2 |
| 2011-10-21 | Merge branch 'jc/match-refs-clarify' | Junio C Hamano | 1 | -2/+2 |
| 2011-10-17 | Merge branch 'jk/http-auth' | Junio C Hamano | 1 | -9/+1 |
| 2011-10-15 | http_init: accept separate URL parameter | Jeff King | 1 | -9/+1 |
| 2011-10-13 | Merge branch 'nd/maint-autofix-tag-in-head' | Junio C Hamano | 1 | -4/+4 |
| 2011-09-18 | Accept tags in HEAD or MERGE_HEAD | Nguyễn Thái Ngọc Duy | 1 | -4/+4 |
| 2011-09-12 | rename "match_refs()" to "match_push_refs()" | Junio C Hamano | 1 | -2/+2 |
| 2011-08-25 | whitespace: have SP on both sides of an assignment "=" | Junio C Hamano | 1 | -1/+1 |
| 2011-08-16 | Merge branch 'jc/zlib-wrap' into maint | Junio C Hamano | 1 | -8/+8 |
| 2011-07-19 | Merge branch 'jc/zlib-wrap' | Junio C Hamano | 1 | -8/+8 |
| 2011-06-10 | zlib: zlib can only process 4GB at a time | Junio C Hamano | 1 | -1/+1 |
| 2011-06-10 | zlib: wrap deflateBound() too | Junio C Hamano | 1 | -1/+1 |
| 2011-06-10 | zlib: wrap deflate side of the API | Junio C Hamano | 1 | -6/+6 |
| 2011-05-04 | http-push: refactor curl_easy_setup madness | Dan McGee | 1 | -96/+48 |
| 2011-05-04 | http-push: use const for strings in signatures | Dan McGee | 1 | -4/+4 |
| 2011-03-16 | standardize brace placement in struct definitions | Jonathan Nieder | 1 | -10/+5 |
| 2010-11-26 | http-push: add trailing slash at arg-parse time, instead of later on | Tay Ray Chuan | 1 | -13/+2 |
| 2010-11-26 | http-push: check path length before using it | Tay Ray Chuan | 1 | -2/+10 |
| 2010-11-26 | http-push: Normalise directory names when pushing to some WebDAV servers | Tay Ray Chuan | 1 | -0/+4 |
| 2010-05-31 | enums: omit trailing comma for portability | Gary V. Vaughan | 1 | -1/+1 |
| 2010-03-02 | http-push: remove "|| 1" to enable verbose check | Tay Ray Chuan | 1 | -1/+1 |
| 2009-11-22 | Disable CURLOPT_NOBODY before enabling CURLOPT_PUT and CURLOPT_POST | Martin Storsjö | 1 | -1/+1 |
| 2009-11-20 | Merge branch 'sp/smart-http' | Junio C Hamano | 1 | -3/+28 |
| 2009-11-10 | Show usage string for 'git http-push -h' | Jonathan Nieder | 1 | -2/+4 |
| 2009-10-30 | Move WebDAV HTTP push under remote-curl | Shawn O. Pearce | 1 | -2/+27 |
| 2009-10-30 | http-push: fix check condition on http.c::finish_http_pack_request() | Tay Ray Chuan | 1 | -1/+1 |
| 2009-07-06 | http-push: fix xml_entities() string parsing overrun | Hunter, D. Seth | 1 | -0/+2 |
| 2009-06-20 | Fix various sparse warnings in the git source code | Linus Torvalds | 1 | -1/+1 |
| 2009-06-13 | Merge branch 'rc/http-push' | Junio C Hamano | 1 | -492/+93 |
| 2009-06-13 | Merge branch 'rc/maint-http-local-slot-fix' | Junio C Hamano | 1 | -0/+6 |
| 2009-06-13 | Merge branch 'cb/match_refs_internal_tail' | Junio C Hamano | 1 | -7/+4 |
| 2009-06-06 | http*: add helper methods for fetching objects (loose) | Tay Ray Chuan | 1 | -198/+15 |
| 2009-06-06 | http*: add helper methods for fetching packs | Tay Ray Chuan | 1 | -84/+26 |
| 2009-06-06 | http*: add http_get_info_packs | Tay Ray Chuan | 1 | -170/+9 |
| 2009-06-06 | http-push.c::fetch_symref(): use the new http API | Mike Hommey | 1 | -17/+3 |
| 2009-06-06 | http-push.c::remote_exists(): use the new http API | Mike Hommey | 1 | -19/+12 |
| 2009-06-06 | http*: move common variables and macros to http.[ch] | Tay Ray Chuan | 1 | -7/+1 |
| 2009-06-06 | http-push: do not SEGV after fetching a bad pack idx file | Tay Ray Chuan | 1 | -0/+2 |
| 2009-06-06 | http*: copy string returned by sha1_to_hex | Tay Ray Chuan | 1 | -23/+24 |
| 2009-06-06 | http-push, http-walker: style fixes | Tay Ray Chuan | 1 | -19/+29 |
| 2009-06-06 | http-push: fix missing "#ifdef USE_CURL_MULTI" around "is_running_queue" | Tay Ray Chuan | 1 | -0/+2 |
| 2009-06-06 | http-push: send out fetch requests on queue | Tay Ray Chuan | 1 | -11/+26 |