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-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano
2023-04-22Merge branch 'rn/sparse-describe'Junio C Hamano
2023-04-11object-name.h: move declarations for object-name.c functions from cache.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-04-03describe: enable sparse index for describeRaghul Nanth A
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-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2022-11-21cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason
2022-10-28Merge branch 'ab/doc-synopsis-and-cmd-usage'Junio C Hamano
2022-10-13doc txt & -h consistency: add missing options and labelsÆvar Arnfjörð Bjarmason
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19hashmap: mark unused callback parametersJeff King
2022-08-19refs: mark unused each_ref_fn parametersJeff King
2022-04-14revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason
2022-01-06i18n: turn even more messages into "cannot be used together" onesJean-Noël Avila
2022-01-06i18n: turn "options are incompatible" into "cannot be used together"Jean-Noël Avila
2021-04-27hash: provide per-algorithm null OIDsbrian m. carlson
2021-01-22refs: switch peel_ref() to peel_iterated_oid()Jeff King
2020-07-31strvec: rename struct fieldsJeff King
2020-07-29strvec: fix indentation in renamed callsJeff King
2020-07-29strvec: convert builtin/ callers away from argv_array nameJeff King
2020-07-29strvec: rename files from argv-array to strvecJeff King
2020-03-27Merge branch 'jc/describe-misnamed-annotated-tag'Junio C Hamano
2020-02-26describe: don't abort too early when searching tagsBenno Evers
2020-02-21describe: force long format for a name based on a mislocated tagJunio C Hamano
2019-10-15Merge branch 'ew/hashmap'Junio C Hamano
2019-10-07OFFSETOF_VAR macro to simplify hashmap iteratorsEric Wong
2019-10-07hashmap: use *_entry APIs for iterationEric Wong
2019-10-07hashmap_cmp_fn takes hashmap_entry paramsEric Wong
2019-10-07hashmap_get{,_from_hash} return "struct hashmap_entry *"Eric Wong
2019-10-07hashmap_add takes "struct hashmap_entry *"Eric Wong
2019-10-07hashmap_entry_init takes "struct hashmap_entry *"Eric Wong
2019-10-04treewide: remove duplicate #include directivesRené Scharfe
2019-09-06use get_tagged_oid()René Scharfe
2019-06-20hashmap: convert sha1hash() to oidhash()Jeff King
2019-06-20describe: fix accidental oid/hash type-punningJeff King
2019-02-07Merge branch 'ss/describe-dirty-in-the-right-directory'Junio C Hamano
2019-02-04describe: setup working tree for --dirtySebastian Staudt
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy
2019-01-14read-cache.c: replace update_index_if_able with repo_&Nguyễn Thái Ngọc Duy
2018-11-06refresh_index: remove unnecessary calls to preload_index()Ben Peart
2018-10-19Merge branch 'nd/the-index'Junio C Hamano
2018-09-21revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-08-29convert hashmap comparison functions to oideq()Jeff King