summaryrefslogtreecommitdiffstats
path: root/pretty.c
AgeCommit message (Expand)AuthorLines
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano-1/+0
2023-07-17Merge branch 'rs/userformat-find-requirements-simplify'Junio C Hamano-4/+2
2023-07-17Merge branch 'rs/pretty-format-double-negation-fix'Junio C Hamano-3/+3
2023-07-07pretty: use strchr(3) in userformat_find_requirements()René Scharfe-4/+2
2023-07-07pretty: avoid double negative in format_commit_item()René Scharfe-3/+3
2023-07-06Merge branch 'gc/config-context'Junio C Hamano-0/+1
2023-07-06Merge branch 'cw/strbuf-cleanup'Junio C Hamano-0/+1
2023-07-06Merge branch 'rs/strbuf-expand-step'Junio C Hamano-43/+56
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan-1/+0
2023-06-28config: add ctx arg to config_fn_tGlen Choo-0/+1
2023-06-21diff.h: remove unnecessary include of oidset.hElijah Newren-0/+1
2023-06-18strbuf: simplify strbuf_expand_literal_cb()René Scharfe-2/+2
2023-06-18replace strbuf_expand() with strbuf_expand_step()René Scharfe-29/+43
2023-06-18pretty: factor out expand_separator()René Scharfe-14/+13
2023-06-12object-name: move related functions to object-nameCalvin Wan-0/+1
2023-04-11treewide: remove cache.h inclusion due to pager.h changesElijah Newren-1/+1
2023-04-11pager.h: move declarations for pager.c functions from cache.hElijah Newren-0/+1
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano-4/+6
2023-03-28post-cocci: adjust comments for recent repo_* migrationÆvar Arnfjörð Bjarmason-1/+1
2023-03-28cocci: apply the "pretty.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-1/+2
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-2/+3
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren-0/+1
2023-03-17Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano-1/+2
2023-02-24userformat_want_item(): mark unused parameterJeff King-1/+2
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren-0/+1
2022-12-13Sync with Git 2.37.5Junio C Hamano-11/+52
2022-12-13Merge branch 'maint-2.34' into maint-2.35Junio C Hamano-11/+52
2022-12-13Merge branch 'maint-2.33' into maint-2.34Junio C Hamano-11/+52
2022-12-13Sync with Git 2.32.5Junio C Hamano-11/+52
2022-12-13Sync with Git 2.31.6Junio C Hamano-11/+52
2022-12-13Sync with Git 2.30.7Junio C Hamano-11/+52
2022-12-09pretty: restrict input lengths for padding and wrapping formatsPatrick Steinhardt-0/+26
2022-12-09utf8: fix truncated string lengths in `utf8_strnwidth()`Patrick Steinhardt-2/+2
2022-12-09pretty: fix integer overflow in wrapping formatPatrick Steinhardt-1/+3
2022-12-09pretty: fix adding linefeed when placeholder is not expandedPatrick Steinhardt-1/+13
2022-12-09pretty: fix out-of-bounds read when parsing invalid padding formatPatrick Steinhardt-1/+1
2022-12-09pretty: fix out-of-bounds read when left-flushing with stealingPatrick Steinhardt-1/+1
2022-12-09pretty: fix out-of-bounds write caused by integer overflowPatrick Steinhardt-5/+6
2022-09-14Merge branch 'ab/unused-annotation'Junio C Hamano-1/+1
2022-09-14Merge branch 'jk/unused-annotation'Junio C Hamano-1/+2
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason-1/+1
2022-08-29format-patch: allow forcing the use of in-body From: headerJunio C Hamano-0/+2
2022-08-29pretty: separate out the logic to decide the use of in-body fromJunio C Hamano-1/+9
2022-08-19config: mark unused callback parametersJeff King-1/+2
2022-07-10gpg-interface: add function for converting trust level to stringJaydeep Das-17/+1
2021-12-15Merge branch 'es/pretty-describe-more'Junio C Hamano-10/+48
2021-11-01Merge branch 'hm/paint-hits-in-log-grep'Junio C Hamano-12/+89
2021-11-01pretty: add abbrev option to %(describe)Eli Schwartz-0/+15