summaryrefslogtreecommitdiff
path: root/pretty.c
Commit message (Expand)AuthorAgeFilesLines
* pretty: drop unused strbuf from parse_padding_placeholder()Jeff King2019-03-201-3/+2
* pretty: drop unused "type" parameter in needs_rfc2047_encoding()Jeff King2019-03-201-4/+3
* Merge branch 'nd/completion-more-parameters'Junio C Hamano2019-03-071-0/+4
|\
| * completion: add more parameter value completionNguyễn Thái Ngọc Duy2019-02-201-0/+4
* | Merge branch 'aw/pretty-trailers'Junio C Hamano2019-03-071-18/+95
|\ \ | |/ |/|
| * pretty: add support for separator option in %(trailers)Anders Waldenborg2019-01-291-0/+10
| * strbuf: separate callback for strbuf_expand:ing literalsAnders Waldenborg2019-01-291-11/+5
| * pretty: add support for "valueonly" option in %(trailers)Anders Waldenborg2019-01-291-1/+2
| * pretty: allow showing specific trailersAnders Waldenborg2019-01-291-2/+34
| * pretty: single return path in %(trailers) handlingAnders Waldenborg2019-01-291-1/+3
| * pretty: allow %(trailers) options with explicit valueAnders Waldenborg2019-01-291-7/+45
* | Merge branch 'sb/more-repo-in-api'Junio C Hamano2019-02-051-13/+15
|\ \
| * | pretty: prepare format_commit_message to handle arbitrary repositoriesStefan Beller2018-11-141-7/+8
| * | commit: prepare logmsg_reencode to handle arbitrary repositoriesStefan Beller2018-11-141-6/+7
* | | log: add %S option (like --source) to log --formatIssac Trotts2019-01-111-0/+12
| |/ |/|
* | Merge branch 'mg/gpg-fingerprint'Junio C Hamano2018-11-031-0/+8
|\ \ | |/ |/|
| * gpg-interface.c: obtain primary key fingerprint as wellMichał Górny2018-10-231-0/+4
| * gpg-interface.c: support getting key fingerprint via %GF formatMichał Górny2018-10-231-0/+4
* | Merge branch 'jk/trailer-fixes'Junio C Hamano2018-09-171-0/+3
|\ \ | |/ |/|
| * pretty, ref-filter: format %(trailers) with no_divider optionJeff King2018-08-231-0/+3
* | Merge branch 'jk/size-t'Junio C Hamano2018-08-151-1/+1
|\ \
| * | reencode_string: use size_t for string lengthsJeff King2018-07-241-1/+1
| |/
* | Merge branch 'sb/object-store-lookup'Junio C Hamano2018-08-021-2/+2
|\ \
| * | commit: add repository argument to get_cached_commit_bufferStefan Beller2018-06-291-1/+1
| * | object: add repository argument to parse_objectStefan Beller2018-06-291-1/+1
| |/
* | pretty: switch hard-coded constants to the_hash_algobrian m. carlson2018-07-161-2/+2
|/
* Merge branch 'ds/lazy-load-trees'Junio C Hamano2018-05-231-2/+3
|\
| * treewide: replace maybe_tree with accessor methodsDerrick Stolee2018-04-111-2/+3
| * treewide: rename tree to maybe_treeDerrick Stolee2018-04-111-2/+2
* | strbuf: convert strbuf_add_unique_abbrev to use struct object_idbrian m. carlson2018-03-141-4/+4
|/
* log: add option to choose which refs to decoratera/decorate-limit-refsRafael Ascensão2017-11-221-2/+2
* pretty.c: delimit "%(trailers)" arguments with ","Taylor Blau2017-10-021-5/+28
* Merge branch 'jk/trailers-parse'Junio C Hamano2017-08-261-13/+13
|\
| * pretty: support normalization options for %(trailers)Jeff King2017-08-151-3/+12
| * pretty: move trailer formatting to trailer.cJeff King2017-08-151-11/+2
| * Merge branch 'rs/pretty-add-again' into maintJunio C Hamano2017-07-101-32/+0
| |\
* | | pretty: respect color settings for %C placeholdersJeff King2017-07-131-4/+23
* | | Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\ \ \
| * | | config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
| |/ /
* | | Merge branch 'rs/pretty-add-again'Junio C Hamano2017-06-241-32/+0
|\ \ \ | | |/ | |/|
| * | pretty: recalculate duplicate short hashesrs/pretty-add-againRené Scharfe2017-06-151-32/+0
| * | Merge branch 'rs/cocci' into maintJunio C Hamano2016-10-281-7/+5
| |\ \
| * \ \ Merge branch 'rs/c-auto-resets-attributes' into maintJunio C Hamano2016-10-281-0/+2
| |\ \ \
| * \ \ \ Merge branch 'rs/hex2chr' into maintJunio C Hamano2016-09-191-8/+5
| |\ \ \ \
* | \ \ \ \ Merge branch 'bc/object-id'Junio C Hamano2017-05-291-1/+1
|\ \ \ \ \ \
| * | | | | | object: convert parse_object* to take struct object_idbrian m. carlson2017-05-081-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-271-1/+1
* | | | | | parse_timestamp(): specify explicitly where we parse timestampsJohannes Schindelin2017-04-231-1/+1
|/ / / / /
* | | | | Merge branch 'rs/log-email-subject'Junio C Hamano2017-03-101-3/+4
|\ \ \ \ \
| * | | | | pretty: use fmt_output_email_subject()rs/log-email-subjectRené Scharfe2017-03-011-3/+4