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-07-14replace: mark unused parameter in each_mergetag_fn callbackJeff King
2023-07-14replace: mark unused parameter in ref callbackJeff King
2023-06-30Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21git-compat-util.h: remove unneccessary include of wildmatch.hElijah Newren
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-06-12repository: create disable_replace_refs()Derrick Stolee
2023-04-11editor: move editor-related functions and declarations into common fileElijah Newren
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah 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-28libs: use "struct repository *" argument, not "the_repository"Æ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-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-24replace-object.h: move read_replace_refs declaration from cache.h to hereElijah Newren
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2022-08-06refs: use ref_namespaces for replace refs baseDerrick Stolee
2022-05-21Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano
2022-05-02Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano
2022-03-17Merge branch 'ab/object-file-api-updates'Junio C Hamano
2022-02-26object-file API: have hash_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason
2022-02-26object-file API: have write_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason
2022-02-05i18n: remove from i18n strings that do not hold translatable partsJean-Noël Avila
2021-11-26run-command API users: use strvec_pushl(), not argv constructionÆvar Arnfjörð Bjarmason
2021-08-25advice: move advice.graftFileDeprecated squashing to commit.[ch]Ævar Arnfjörð Bjarmason
2020-07-31strvec: rename struct fieldsJeff King
2020-07-29strvec: convert builtin/ callers away from argv_array nameJeff King
2020-01-31sha1-file: pass git_hash_algo to hash_object_file()Matheus Tavares
2019-10-11Merge branch 'bc/object-id-part17'Junio C Hamano
2019-09-06use get_tagged_oid()René Scharfe
2019-08-20builtin/replace: make hash size independentbrian m. carlson
2019-05-08Merge branch 'cc/replace-graft-peel-tags'Junio C Hamano
2019-04-15replace: peel tag when passing a tag first to --graftChristian Couder
2019-04-15replace: peel tag when passing a tag as parent to --graftChristian Couder
2019-02-20completion: add more parameter value completionNguyễn Thái Ngọc Duy
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy
2018-12-01Merge branch 'ab/replace-graft-with-replace-advice'Junio C Hamano
2018-11-29advice: don't pointlessly suggest --convert-graft-fileÆvar Arnfjörð Bjarmason
2018-11-21Merge branch 'ds/commit-graph-with-grafts' into maintJunio C Hamano
2018-10-19Merge branch 'nd/the-index'Junio C Hamano
2018-10-16Merge branch 'ds/commit-graph-with-grafts'Junio C Hamano
2018-09-21sha1-file.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King
2018-08-21refs.c: upgrade for_each_replace_ref to be a each_repo_ref_fn callbackStefan Beller
2018-08-16Merge branch 'jk/core-use-replace-refs'Junio C Hamano
2018-08-16Merge branch 'nd/i18n'Junio C Hamano