Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-26http.h: remove unnecessary includeElijah Newren
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-07-14http-push: mark unused parameter in xml callbackJeff King
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-05-10Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano
2023-04-24diff.h: reduce unnecessary includesElijah Newren
2023-04-24commit.h: reduce unnecessary includesElijah Newren
2023-04-11treewide: remove cache.h inclusion due to object.h changesElijah Newren
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-18http: mark unused parameter in fill_active_slot() callbacksJeff King
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-01-17http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTIONJeff King
2023-01-17http-push: prefer CURLOPT_UPLOAD to CURLOPT_PUTJeff King
2022-06-08Merge branch 'ab/plug-leak-in-revisions'Junio C Hamano
2022-05-21Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano
2022-04-14revisions API users: use release_revisions() in http-push.cÆvar Arnfjörð Bjarmason
2022-02-26object-file API: add a format_object_header() functionÆvar Arnfjörð Bjarmason
2021-07-31http: rename CURLOPT_FILE to CURLOPT_WRITEDATAÆvar Arnfjörð Bjarmason
2021-07-30http: drop support for curl < 7.16.0Jeff King
2021-05-10Merge branch 'bc/hash-transition-interop-part-1'Junio C Hamano
2021-04-27http-push: set algorithm when reading object IDbrian m. carlson
2021-04-13lookup_unknown_object(): take a repository argumentJeff King
2021-03-14use CALLOC_ARRAYRené Scharfe
2020-07-31strvec: rename struct fieldsJeff King
2020-07-29strvec: fix indentation in renamed callsJeff King
2020-07-29strvec: convert more callers away from argv_array nameJeff King
2020-07-29strvec: rename files from argv-array to strvecJeff King
2020-07-07Merge branch 'bc/http-push-flagsfix'Junio C Hamano
2020-06-24http-push: ensure unforced pushes fail when data would be lostbrian m. carlson
2020-06-11http: refactor finish_http_pack_request()Jonathan Tan
2019-10-15http-push: simplify deleting a list itemRené Scharfe
2019-06-20object: convert lookup_object() to use object_idJeff King
2019-06-20object: convert lookup_unknown_object() to use object_idJeff King
2019-05-19Merge branch 'cb/http-push-null-in-message-fix'Junio C Hamano
2019-05-15http-push: prevent format overflow warning with gcc >= 9Carlo Marcelo Arenas Belón
2019-04-01http-push: remove remaining uses of sha1_to_hexbrian m. carlson
2019-04-01http-push: convert to use the_hash_algobrian m. carlson
2019-04-01object-store: rename and expand packed_git's sha1 memberbrian m. carlson
2019-02-07Merge branch 'jk/loose-object-cache-oid'Junio C Hamano
2019-02-07Merge branch 'ds/push-sparse-tree-walk'Junio C Hamano
2019-01-18list-objects: consume sparse tree walkDerrick Stolee