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-26treewide: remove unnecessary includes in source filesElijah Newren
2023-07-06Merge branch 'cw/strbuf-cleanup'Junio C Hamano
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren
2023-06-12object-name: move related functions to object-nameCalvin Wan
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-24object-store.h: reduce unnecessary includesElijah Newren
2023-04-24commit.h: reduce unnecessary includesElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-11treewide: be explicit about dependence on advice.hElijah 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-28Merge branch 'fc/oid-quietly-parse-upstream'Junio C Hamano
2023-03-28libs: use "struct repository *" argument, not "the_repository"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "pretty.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 "cache.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-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-18Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano
2023-03-16object-name: fix quiet @{u} parsingFelipe Contreras
2023-02-24object-name: mark unused parameters in disambiguate callbacksJeff King
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19refs: mark unused reflog callback parametersJeff King
2022-08-19refs: mark unused each_ref_fn parametersJeff King
2022-04-26object-name: diagnose trees in index properlyDerrick Stolee
2022-04-26object-name: reject trees found in the indexDerrick Stolee
2022-02-26Merge branch 'ab/date-mode-release'Junio C Hamano
2022-02-26Merge branch 'ab/ambiguous-object-name'Junio C Hamano
2022-02-16date API: create a date.h, split from cache.hÆvar Arnfjörð Bjarmason
2022-01-27object-name: re-use "struct strbuf" in show_ambiguous_object()Ævar Arnfjörð Bjarmason
2022-01-27object-name: iterate ambiguous objects before showing headerÆvar Arnfjörð Bjarmason
2022-01-27object-name: show date for ambiguous tag objectsÆvar Arnfjörð Bjarmason
2022-01-27object-name: make ambiguous object output translatableÆvar Arnfjörð Bjarmason
2022-01-27object-name: explicitly handle bad tags in show_ambiguous_object()Ævar Arnfjörð Bjarmason
2022-01-27object-name: explicitly handle OBJ_BAD in show_ambiguous_object()Ævar Arnfjörð Bjarmason
2021-12-31cat-file: use GET_OID_ONLY_TO_DIE in --(textconv|filters)Ævar Arnfjörð Bjarmason
2021-12-31object-name.c: don't have GET_OID_ONLY_TO_DIE imply *_QUIETLYÆvar Arnfjörð Bjarmason
2021-08-25advice: remove read uses of most global `advice_` variablesBen Boeckel
2021-07-08oidtree: a crit-bit tree for odb_loose_cacheEric Wong
2021-01-05object-name.c: rename from sha1-name.cMartin Ågren