- 107313e Merge branch 'rs/date-mode-pass-by-value' by Junio C Hamano · 9 months ago
- 9720d23 date: make DATE_MODE thread-safe by René Scharfe · 9 months ago
- d988e80 Merge branch 'bl/pretty-shorthand-config-fix' by Junio C Hamano · 9 months ago
- a031815 Merge branch 'jk/pretty-subject-cleanup' by Junio C Hamano · 9 months ago
- f999d51 pretty: find pretty formats case-insensitively by Brian Lyles · 10 months ago
- d5a90d6 pretty: drop print_email_subject flag by Jeff King · 10 months ago
- 69aff62 pretty: split oneline and email subject printing by Jeff King · 10 months ago
- 0383dc5 trailer: reorder format_trailers_from_commit() parameters by Linus Arver · 10 months ago
- 2b09d16 pretty: fix ref filtering for %(decorate) formats by Andy Koppe · 1 year, 3 months ago
- f1f8a25 pretty: add pointer and tag options to %(decorate) by Andy Koppe · 1 year, 5 months ago
- a58dd83 pretty: add %(decorate[:<options>]) format by Andy Koppe · 1 year, 5 months ago
- a3883a6 decorate: refactor format_decorations() by Andy Koppe · 1 year, 5 months ago
- ce481ac Merge branch 'cw/compat-util-header-cleanup' by Junio C Hamano · 1 year, 6 months ago
- d383b4f Merge branch 'rs/userformat-find-requirements-simplify' by Junio C Hamano · 1 year, 6 months ago
- 55e8fad Merge branch 'rs/pretty-format-double-negation-fix' by Junio C Hamano · 1 year, 6 months ago
- bd19ee9 pretty: use strchr(3) in userformat_find_requirements() by René Scharfe · 1 year, 6 months ago
- 1dd14e8 pretty: avoid double negative in format_commit_item() by René Scharfe · 1 year, 6 months ago
- b3d1c85 Merge branch 'gc/config-context' by Junio C Hamano · 1 year, 6 months ago
- 67e7305 Merge branch 'cw/strbuf-cleanup' by Junio C Hamano · 1 year, 6 months ago
- da269af Merge branch 'rs/strbuf-expand-step' by Junio C Hamano · 1 year, 6 months ago
- 91c080d git-compat-util: move alloc macros to git-compat-util.h by Calvin Wan · 1 year, 6 months ago
- a4e7e31 config: add ctx arg to config_fn_t by Glen Choo · 1 year, 6 months ago
- df6e874 diff.h: remove unnecessary include of oidset.h by Elijah Newren · 1 year, 8 months ago
- 4416b86 strbuf: simplify strbuf_expand_literal_cb() by René Scharfe · 1 year, 7 months ago
- 6f1e2d5 replace strbuf_expand() with strbuf_expand_step() by René Scharfe · 1 year, 7 months ago
- 3c3d0c4 pretty: factor out expand_separator() by René Scharfe · 1 year, 7 months ago
- f940185 object-name: move related functions to object-name by Calvin Wan · 1 year, 7 months ago
- 77f091e treewide: remove cache.h inclusion due to pager.h changes by Elijah Newren · 1 year, 9 months ago
- ca4eed7 pager.h: move declarations for pager.c functions from cache.h by Elijah Newren · 1 year, 9 months ago
- e7dca80 Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-cache-h by Junio C Hamano · 1 year, 9 months ago
- c7c33f5 post-cocci: adjust comments for recent repo_* migration by Ævar Arnfjörð Bjarmason · 1 year, 10 months ago
- bab8216 cocci: apply the "pretty.h" part of "the_repository.pending" by Ævar Arnfjörð Bjarmason · 1 year, 10 months ago
- ecb5091 cocci: apply the "commit.h" part of "the_repository.pending" by Ævar Arnfjörð Bjarmason · 1 year, 10 months ago
- 32a8f51 environment.h: move declarations for environment.c functions from cache.h by Elijah Newren · 1 year, 10 months ago
- f394e09 treewide: be explicit about dependence on gettext.h by Elijah Newren · 1 year, 10 months ago
- d0732a8 Merge branch 'jk/unused-post-2.39-part2' by Junio C Hamano · 1 year, 10 months ago
- 1bff855 userformat_want_item(): mark unused parameter by Jeff King · 1 year, 11 months ago
- 41771fa cache.h: remove dependence on hex.h; make other files include it explicitly by Elijah Newren · 1 year, 11 months ago
- 36bf195 alloc.h: move ALLOC_GROW() functions from cache.h by Elijah Newren · 1 year, 11 months ago
- fea9f60 Sync with Git 2.37.5 by Junio C Hamano · 2 years, 1 month ago
- fbabbc3 Merge branch 'maint-2.34' into maint-2.35 by Junio C Hamano · 2 years, 1 month ago
- 3748b5b Merge branch 'maint-2.33' into maint-2.34 by Junio C Hamano · 2 years, 1 month ago
- 5f22dcc Sync with Git 2.32.5 by Junio C Hamano · 2 years, 1 month ago
- 8a755ed Sync with Git 2.31.6 by Junio C Hamano · 2 years, 1 month ago
- 1612876 Sync with Git 2.30.7 by Junio C Hamano · 2 years, 1 month ago
- 304a50a pretty: restrict input lengths for padding and wrapping formats by Patrick Steinhardt · 2 years, 1 month ago
- 522cc87 utf8: fix truncated string lengths in `utf8_strnwidth()` by Patrick Steinhardt · 2 years, 1 month ago
- 48050c4 pretty: fix integer overflow in wrapping format by Patrick Steinhardt · 2 years, 1 month ago
- 1de69c0 pretty: fix adding linefeed when placeholder is not expanded by Patrick Steinhardt · 2 years, 1 month ago
- f6e0b9f pretty: fix out-of-bounds read when parsing invalid padding format by Patrick Steinhardt · 2 years, 1 month ago
- b49f309 pretty: fix out-of-bounds read when left-flushing with stealing by Patrick Steinhardt · 2 years, 1 month ago
- 81dc898 pretty: fix out-of-bounds write caused by integer overflow by Patrick Steinhardt · 2 years, 1 month ago
- dd407f1 Merge branch 'ab/unused-annotation' by Junio C Hamano · 2 years, 4 months ago
- a6b42ec Merge branch 'jk/unused-annotation' by Junio C Hamano · 2 years, 4 months ago
- 5cf88fd git-compat-util.h: use "UNUSED", not "UNUSED(var)" by Ævar Arnfjörð Bjarmason · 2 years, 5 months ago
- 34bc1b1 format-patch: allow forcing the use of in-body From: header by Junio C Hamano · 2 years, 4 months ago
- b84d013 pretty: separate out the logic to decide the use of in-body from by Junio C Hamano · 2 years, 4 months ago
- 783a86c config: mark unused callback parameters by Jeff King · 2 years, 5 months ago
- 803978d gpg-interface: add function for converting trust level to string by Jaydeep Das · 2 years, 6 months ago
- 6ba65f4 Merge branch 'es/pretty-describe-more' by Junio C Hamano · 3 years, 1 month ago
- b93d720 Merge branch 'hm/paint-hits-in-log-grep' by Junio C Hamano · 3 years, 2 months ago
- eccd97d pretty: add abbrev option to %(describe) by Eli Schwartz · 3 years, 2 months ago
- 1d517ce pretty: add tag option to %(describe) by Eli Schwartz · 3 years, 2 months ago
- 3c6eb4e pretty.c: rework describe options parsing for better extensibility by Eli Schwartz · 3 years, 2 months ago
- a31efa7 Merge branch 'jk/log-warn-on-bogus-encoding' by Junio C Hamano · 3 years, 2 months ago
- 0988e66 Revert "logmsg_reencode(): warn when iconv() fails" by Junio C Hamano · 3 years, 2 months ago
- 18c6653 Merge branch 'fs/ssh-signing' by Junio C Hamano · 3 years, 2 months ago
- 6a5c337 pretty: colorize pattern matches in commit messages by Hamza Mahfooz · 3 years, 3 months ago
- b5726a5 ssh signing: preliminary refactoring and clean-up by Fabian Stelzer · 3 years, 4 months ago
- fd680bc logmsg_reencode(): warn when iconv() fails by Jeff King · 3 years, 4 months ago
- b2086b5 log: avoid loading decorations for userformats that don't need it by Jeff King · 3 years, 7 months ago
- b722d45 pretty: provide human date format by ZheNing Hu · 3 years, 9 months ago
- 25f9326 Merge branch 'rs/pretty-describe' by Junio C Hamano · 3 years, 10 months ago
- ca56dad use CALLOC_ARRAY by René Scharfe · 3 years, 10 months ago
- 9609972 archive: expand only a single %(describe) per archive by René Scharfe · 3 years, 10 months ago
- 2871423 Merge branch 'hv/trailer-formatting' by Junio C Hamano · 3 years, 10 months ago
- b081547 pretty: add merge and exclude options to %(describe) by René Scharfe · 3 years, 11 months ago
- 15ae82d pretty: add %(describe) by René Scharfe · 3 years, 11 months ago
- 636a0ae pretty.c: capture invalid trailer argument by Hariom Verma · 3 years, 11 months ago
- 90563ae pretty.c: refactor trailer logic to `format_set_trailers_options()` by Hariom Verma · 3 years, 11 months ago
- 018b9de pretty: lazy-load commit data when expanding user-format by Jeff King · 4 years ago
- 4e16833 shortlog: remove unused(?) "repo-abbrev" feature by Ævar Arnfjörð Bjarmason · 4 years ago
- 058761f pretty format %(trailers): add a "key_value_separator" by Ævar Arnfjörð Bjarmason · 4 years, 1 month ago
- 9d87d5a pretty format %(trailers): add a "keyonly" by Ævar Arnfjörð Bjarmason · 4 years, 1 month ago
- 47d4676 pretty: refactor `format_sanitized_subject()` by Hariom Verma · 4 years, 5 months ago
- 19d097e format-patch: teach --no-encode-email-headers by Emma Brooks · 4 years, 9 months ago
- 9f3f387 Merge branch 'rs/strbuf-insertstr' by Junio C Hamano · 5 years ago
- a91cc7f strbuf: add and use strbuf_insertstr() by René Scharfe · 5 years ago
- 11ad30b Merge branch 'hi/gpg-mintrustlevel' by Junio C Hamano · 5 years ago
- 54887b4 gpg-interface: add minTrustLevel as a configuration option by Hans Jerry Illikainen · 5 years ago
- d37cfe3 Merge branch 'dl/pretty-reference' by Junio C Hamano · 5 years ago
- 1f0fc1d pretty: implement 'reference' format by Denton Liu · 5 years ago
- 618a855 pretty: add struct cmt_fmt_map::default_date_mode_type by Denton Liu · 5 years ago
- 0df6211 pretty: provide short date format by René Scharfe · 5 years ago
- 3e8ed3b pretty.c: inline initalize format_context by Denton Liu · 5 years ago
- d8b8217 pretty: add "%aL" etc. to show local-part of email addresses by Prarit Bhargava · 5 years ago
- 0cc7380 log-tree: call load_ref_decorations() in get_name_decoration() by René Scharfe · 5 years ago
- 921d49b use COPY_ARRAY for copying arrays by René Scharfe · 6 years ago
- 9a1180f pretty: drop unused strbuf from parse_padding_placeholder() by Jeff King · 6 years ago
- da55ff3 pretty: drop unused "type" parameter in needs_rfc2047_encoding() by Jeff King · 6 years ago