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
2024-01-09Merge branch 'en/header-cleanup'Junio C Hamano
2024-01-03Merge branch 'la/trailer-cleanups'Junio C Hamano
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-11-26commit-graph: disable GIT_COMMIT_GRAPH_PARANOIA by defaultPatrick Steinhardt
2023-11-01commit: detect commits that exist in commit-graph but not in the ODBPatrick Steinhardt
2023-10-21commit: ignore_non_trailer computes number of bytes to ignoreLinus Arver
2023-07-28Merge branch 'rs/pack-objects-parseopt-fix'Junio C Hamano
2023-07-21pack-objects: fix --no-keep-true-parentsRené Scharfe
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-05-10Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano
2023-05-10Merge branch 'jk/parse-commit-with-malformed-ident'Junio C Hamano
2023-04-27parse_commit(): describe more date-parsing failure modesJeff King
2023-04-27parse_commit(): handle broken whitespace-only timestampJeff King
2023-04-27parse_commit(): parse timestamp from end of lineJeff King
2023-04-24commit.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 "refs.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "object-store.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 "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-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-03-21environment: move comment_line_char 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-02-24prio-queue: mark unused parameters in comparison functionsJeff King
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-07commit.c: free() revs.commit in get_fork_point()Ævar Arnfjörð Bjarmason
2023-01-05Merge branch 'jt/avoid-lazy-fetch-commits'Junio C Hamano
2022-12-26Merge branch 'rs/clear-commit-marks-cleanup'Junio C Hamano
2022-12-15commit: don't lazy-fetch commitsJonathan Tan
2022-12-13commit: skip already cleared parents in clear_commit_marks_1()René Scharfe
2022-10-31Merge branch 'pw/rebase-keep-base-fixes'Taylor Blau
2022-10-17rebase: be stricter when reading state files containing oidsPhillip Wood
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-03Merge branch 'rs/mergesort'Junio C Hamano
2022-07-18commit: use DEFINE_LIST_SORTRené Scharfe
2022-06-17i18n: fix mismatched camelCase config variablesJiang Xin
2022-06-14Merge branch 'jt/unparse-commit-upon-graft-change'Junio C Hamano
2022-06-08Merge branch 'ab/plug-leak-in-revisions'Junio C Hamano
2022-06-06commit,shallow: unparse commits if grafts changedJonathan Tan
2022-04-14cocci: add and apply free_commit_list() rulesÆvar Arnfjörð Bjarmason
2022-03-31Merge branch 'ab/racy-hooks'Junio C Hamano
2022-03-23hooks: fix "invoked hook" regression in a8cc5943338Ævar Arnfjörð Bjarmason
2022-03-18shallow: reset commit grafts when shallow is resetJonathan Tan
2022-03-17Merge branch 'ab/racy-hooks'Junio C Hamano
2022-03-17Merge branch 'ab/object-file-api-updates'Junio C Hamano