Age | Commit message (Expand) | Author | Files | Lines |
2021-03-01 | Merge branch 'hv/trailer-formatting' | Junio C Hamano | 1 | -39/+59 |
2021-02-15 | pretty.c: capture invalid trailer argument | Hariom Verma | 1 | -4/+13 |
2021-02-15 | pretty.c: refactor trailer logic to `format_set_trailers_options()` | Hariom Verma | 1 | -39/+50 |
2021-01-28 | pretty: lazy-load commit data when expanding user-format | Jeff King | 1 | -11/+12 |
2021-01-12 | shortlog: remove unused(?) "repo-abbrev" feature | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2020-12-09 | pretty format %(trailers): add a "key_value_separator" | Ævar Arnfjörð Bjarmason | 1 | -0/+9 |
2020-12-09 | pretty format %(trailers): add a "keyonly" | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
2020-08-28 | pretty: refactor `format_sanitized_subject()` | Hariom Verma | 1 | -9/+11 |
2020-04-07 | format-patch: teach --no-encode-email-headers | Emma Brooks | 1 | -2/+4 |
2020-02-17 | Merge branch 'rs/strbuf-insertstr' | Junio C Hamano | 1 | -2/+2 |
2020-02-10 | strbuf: add and use strbuf_insertstr() | René Scharfe | 1 | -2/+2 |
2020-01-30 | Merge branch 'hi/gpg-mintrustlevel' | Junio C Hamano | 1 | -1/+29 |
2020-01-15 | gpg-interface: add minTrustLevel as a configuration option | Hans Jerry Illikainen | 1 | -1/+29 |
2019-12-10 | Merge branch 'dl/pretty-reference' | Junio C Hamano | 1 | -6/+14 |
2019-11-20 | pretty: implement 'reference' format | Denton Liu | 1 | -1/+3 |
2019-11-20 | pretty: add struct cmt_fmt_map::default_date_mode_type | Denton Liu | 1 | -0/+3 |
2019-11-20 | pretty: provide short date format | René Scharfe | 1 | -0/+3 |
2019-11-20 | pretty.c: inline initalize format_context | Denton Liu | 1 | -5/+5 |
2019-10-30 | pretty: add "%aL" etc. to show local-part of email addresses | Prarit Bhargava | 1 | -1/+8 |
2019-09-09 | log-tree: call load_ref_decorations() in get_name_decoration() | René Scharfe | 1 | -2/+0 |
2019-06-17 | use COPY_ARRAY for copying arrays | René Scharfe | 1 | -2/+2 |
2019-03-20 | pretty: drop unused strbuf from parse_padding_placeholder() | Jeff King | 1 | -3/+2 |
2019-03-20 | pretty: drop unused "type" parameter in needs_rfc2047_encoding() | Jeff King | 1 | -4/+3 |
2019-03-07 | Merge branch 'nd/completion-more-parameters' | Junio C Hamano | 1 | -0/+4 |
2019-03-07 | Merge branch 'aw/pretty-trailers' | Junio C Hamano | 1 | -18/+95 |
2019-02-20 | completion: add more parameter value completion | Nguyễn Thái Ngọc Duy | 1 | -0/+4 |
2019-02-05 | Merge branch 'sb/more-repo-in-api' | Junio C Hamano | 1 | -13/+15 |
2019-01-29 | pretty: add support for separator option in %(trailers) | Anders Waldenborg | 1 | -0/+10 |
2019-01-29 | strbuf: separate callback for strbuf_expand:ing literals | Anders Waldenborg | 1 | -11/+5 |
2019-01-29 | pretty: add support for "valueonly" option in %(trailers) | Anders Waldenborg | 1 | -1/+2 |
2019-01-29 | pretty: allow showing specific trailers | Anders Waldenborg | 1 | -2/+34 |
2019-01-29 | pretty: single return path in %(trailers) handling | Anders Waldenborg | 1 | -1/+3 |
2019-01-29 | pretty: allow %(trailers) options with explicit value | Anders Waldenborg | 1 | -7/+45 |
2019-01-11 | log: add %S option (like --source) to log --format | Issac Trotts | 1 | -0/+12 |
2018-11-14 | pretty: prepare format_commit_message to handle arbitrary repositories | Stefan Beller | 1 | -7/+8 |
2018-11-14 | commit: prepare logmsg_reencode to handle arbitrary repositories | Stefan Beller | 1 | -6/+7 |
2018-11-03 | Merge branch 'mg/gpg-fingerprint' | Junio C Hamano | 1 | -0/+8 |
2018-10-23 | gpg-interface.c: obtain primary key fingerprint as well | Michał Górny | 1 | -0/+4 |
2018-10-23 | gpg-interface.c: support getting key fingerprint via %GF format | Michał Górny | 1 | -0/+4 |
2018-09-17 | Merge branch 'jk/trailer-fixes' | Junio C Hamano | 1 | -0/+3 |
2018-08-23 | pretty, ref-filter: format %(trailers) with no_divider option | Jeff King | 1 | -0/+3 |
2018-08-15 | Merge branch 'jk/size-t' | Junio C Hamano | 1 | -1/+1 |
2018-08-02 | Merge branch 'sb/object-store-lookup' | Junio C Hamano | 1 | -2/+2 |
2018-07-24 | reencode_string: use size_t for string lengths | Jeff King | 1 | -1/+1 |
2018-07-16 | pretty: switch hard-coded constants to the_hash_algo | brian m. carlson | 1 | -2/+2 |
2018-06-29 | commit: add repository argument to get_cached_commit_buffer | Stefan Beller | 1 | -1/+1 |
2018-06-29 | object: add repository argument to parse_object | Stefan Beller | 1 | -1/+1 |
2018-05-23 | Merge branch 'ds/lazy-load-trees' | Junio C Hamano | 1 | -2/+3 |
2018-04-11 | treewide: replace maybe_tree with accessor methods | Derrick Stolee | 1 | -2/+3 |
2018-04-11 | treewide: rename tree to maybe_tree | Derrick Stolee | 1 | -2/+2 |