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-24object-store.h: reduce unnecessary includesElijah Newren
2023-04-11treewide: remove cache.h inclusion due to object.h changesElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
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 "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
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
2023-02-24alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2022-10-13run-command API: don't fall back on online_cpus()Æ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-06-17i18n: fix mismatched camelCase config variablesJiang Xin
2022-06-16submodule-config: avoid memory leakJohannes Schindelin
2022-05-17dir API: add a generalized path_match_flags() functionÆvar Arnfjörð Bjarmason
2022-02-26Merge branch 'ja/i18n-common-messages'Junio C Hamano
2022-02-05i18n: factorize "invalid value" messagesJean-Noël Avila
2022-02-04branch: add --recurse-submodules option for branch creationGlen Choo
2021-09-08submodule-config: pass repo upon blob config readJonathan Tan
2021-04-27hash: provide per-algorithm null OIDsbrian m. carlson
2020-11-02hashmap: provide deallocation function namesElijah Newren
2020-08-18fetch: avoid reading submodule config until neededJonathan Tan
2020-04-11parse_config_key(): return subsection len as size_tJeff King
2020-02-18Merge branch 'mr/show-config-scope'Junio C Hamano
2020-02-10submodule-config: add subomdule config scopeMatthew Rogers
2020-01-18submodule-config: add skip_if_read option to repo_read_gitmodules()Matheus Tavares
2019-12-16fix-typo: consecutive-word duplicationsryenus
2019-12-06Sync with 2.23.1Johannes Schindelin
2019-12-06Sync with 2.21.1Johannes Schindelin
2019-12-06Sync with 2.19.3Johannes Schindelin
2019-12-06Sync with 2.18.2Johannes Schindelin
2019-12-06Sync with 2.17.3Johannes Schindelin
2019-12-06Sync with 2.15.4Johannes Schindelin
2019-12-06submodule: reject submodule.update = !command in .gitmodulesJonathan Nieder
2019-10-07hashmap: remove type arg from hashmap_{get,put,remove}_entryEric Wong
2019-10-07OFFSETOF_VAR macro to simplify hashmap iteratorsEric Wong
2019-10-07hashmap: introduce hashmap_free_entriesEric Wong
2019-10-07hashmap: hashmap_{put,remove} return hashmap_entry *Eric 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_put takes "struct hashmap_entry *"Eric Wong
2019-10-07hashmap_remove takes "const struct hashmap_entry *"Eric Wong
2019-10-07hashmap_get takes "const 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-04-16submodule-config.c: use repo_get_oid for reading .gitmodulesNguyễn Thái Ngọc Duy
2019-02-20completion: add more parameter value completionNguyễn Thái Ngọc Duy
2018-11-13Merge branch 'ao/submodule-wo-gitmodules-checked-out'Junio C Hamano