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-11treewide: remove cache.h inclusion due to pager.h changesElijah Newren
2023-04-11pager.h: move declarations for pager.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-28post-cocci: adjust comments for recent repo_* migrationÆvar Arnfjörð Bjarmason
2023-03-28cocci: apply the "pretty.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-21environment.h: move declarations for environment.c functions 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-24userformat_want_item(): mark unused parameterJeff King
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-12-13Sync with Git 2.37.5Junio C Hamano
2022-12-13Merge branch 'maint-2.34' into maint-2.35Junio C Hamano
2022-12-13Merge branch 'maint-2.33' into maint-2.34Junio C Hamano
2022-12-13Sync with Git 2.32.5Junio C Hamano
2022-12-13Sync with Git 2.31.6Junio C Hamano
2022-12-13Sync with Git 2.30.7Junio C Hamano
2022-12-09pretty: restrict input lengths for padding and wrapping formatsPatrick Steinhardt
2022-12-09utf8: fix truncated string lengths in `utf8_strnwidth()`Patrick Steinhardt
2022-12-09pretty: fix integer overflow in wrapping formatPatrick Steinhardt
2022-12-09pretty: fix adding linefeed when placeholder is not expandedPatrick Steinhardt
2022-12-09pretty: fix out-of-bounds read when parsing invalid padding formatPatrick Steinhardt
2022-12-09pretty: fix out-of-bounds read when left-flushing with stealingPatrick Steinhardt
2022-12-09pretty: fix out-of-bounds write caused by integer overflowPatrick Steinhardt
2022-09-14Merge branch 'ab/unused-annotation'Junio C Hamano
2022-09-14Merge branch 'jk/unused-annotation'Junio C Hamano
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-30format-patch: allow forcing the use of in-body From: headerJunio C Hamano
2022-08-30pretty: separate out the logic to decide the use of in-body fromJunio C Hamano
2022-08-19config: mark unused callback parametersJeff King
2022-07-11gpg-interface: add function for converting trust level to stringJaydeep Das
2021-12-15Merge branch 'es/pretty-describe-more'Junio C Hamano
2021-11-01Merge branch 'hm/paint-hits-in-log-grep'Junio C Hamano
2021-11-01pretty: add abbrev option to %(describe)Eli Schwartz
2021-11-01pretty: add tag option to %(describe)Eli Schwartz
2021-11-01pretty.c: rework describe options parsing for better extensibilityEli Schwartz
2021-10-30Merge branch 'jk/log-warn-on-bogus-encoding'Junio C Hamano
2021-10-29Revert "logmsg_reencode(): warn when iconv() fails"Junio C Hamano
2021-10-26Merge branch 'fs/ssh-signing'Junio C Hamano
2021-10-09pretty: colorize pattern matches in commit messagesHamza Mahfooz
2021-09-11ssh signing: preliminary refactoring and clean-upFabian Stelzer
2021-08-27logmsg_reencode(): warn when iconv() failsJeff King
2021-06-29log: avoid loading decorations for userformats that don't need itJeff King
2021-04-27pretty: provide human date formatZheNing Hu
2021-03-23Merge branch 'rs/pretty-describe'Junio C Hamano
2021-03-14use CALLOC_ARRAYRené Scharfe
2021-03-12archive: expand only a single %(describe) per archiveRené Scharfe
2021-03-02Merge branch 'hv/trailer-formatting'Junio C Hamano
2021-02-17pretty: add merge and exclude options to %(describe)René Scharfe