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-05-10Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano
2023-04-25Merge branch 'jk/protocol-cap-parse-fix'Junio C Hamano
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano
2023-04-24server-info.h: move declarations for server-info.c functions from cache.hElijah Newren
2023-04-15v0 protocol: use size_t for capability length/offsetJeff King
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-11treewide: be explicit about dependence on trace.h & trace2.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-30Merge branch 'sg/parse-options-h-users'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-reach.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-22Merge branch 'ps/receive-pack-unlock-before-die'Junio C Hamano
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-20treewide: include parse-options.h in source filesSZEDER Gábor
2023-03-20Merge branch 'zh/push-to-delete-onelevel-ref'Junio C Hamano
2023-03-18Merge branch 'jc/gpg-lazy-init'Junio C Hamano
2023-03-10receive-pack: fix stale packfile locks when dyingPatrick Steinhardt
2023-03-01push: allow delete single-level refZheNing Hu
2023-03-01receive-pack: fix funny ref error messsageZheNing Hu
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-10gpg-interface: lazily initialize and read the configurationJunio C Hamano
2023-02-07receive-pack: release the linked "struct command *" listÆvar Arnfjörð Bjarmason
2022-11-18receive-pack: only use visible refs for connectivity checkPatrick Steinhardt
2022-11-18refs: get rid of global list of hidden refsPatrick Steinhardt
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19run-command: mark unused async callback parametersJeff King
2022-08-19refs: mark unused each_ref_fn parametersJeff King
2022-06-11Merge branch 'ab/bug-if-bug'Junio C Hamano
2022-06-11Merge branch 'ab/env-array'Junio C Hamano
2022-06-03run-command API: rename "env_array" to "env"Ævar Arnfjörð Bjarmason
2022-06-02receive-pack: use bug() and BUG_if_bug()Ævar Arnfjörð Bjarmason
2022-05-26Merge branch 'tb/receive-pack-code-cleanup'Junio C Hamano
2022-05-21Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano
2022-05-18builtin/receive-pack.c: remove redundant 'if'Taylor Blau
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/string-list-count-in-size-t'Junio C Hamano
2022-03-17Merge branch 'ab/racy-hooks'Junio C Hamano
2022-03-17Merge branch 'ab/object-file-api-updates'Junio C Hamano
2022-03-08hooks: fix an obscure TOCTOU "did we just run a hook?" raceÆvar Arnfjörð Bjarmason
2022-03-07string-list API: change "nr" and "alloc" to "size_t"Ævar Arnfjörð Bjarmason
2022-02-26object-file API: have write_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason
2022-02-19Merge branch 'cb/clear-quarantine-early-on-all-ref-update-errors'Junio C Hamano
2022-02-10Merge branch 'ab/config-based-hooks-2'Junio C Hamano