summaryrefslogtreecommitdiff
path: root/pretty.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rs/strbuf-insertstr'Junio C Hamano2020-02-171-2/+2
|\
| * strbuf: add and use strbuf_insertstr()René Scharfe2020-02-101-2/+2
* | Merge branch 'hi/gpg-mintrustlevel'Junio C Hamano2020-01-301-1/+29
|\ \ | |/ |/|
| * gpg-interface: add minTrustLevel as a configuration optionHans Jerry Illikainen2020-01-151-1/+29
* | Merge branch 'dl/pretty-reference'Junio C Hamano2019-12-101-6/+14
|\ \ | |/ |/|
| * pretty: implement 'reference' formatDenton Liu2019-11-201-1/+3
| * pretty: add struct cmt_fmt_map::default_date_mode_typeDenton Liu2019-11-201-0/+3
| * pretty: provide short date formatRené Scharfe2019-11-201-0/+3
| * pretty.c: inline initalize format_contextDenton Liu2019-11-201-5/+5
* | pretty: add "%aL" etc. to show local-part of email addressesPrarit Bhargava2019-10-301-1/+8
* | log-tree: call load_ref_decorations() in get_name_decoration()René Scharfe2019-09-091-2/+0
|/
* use COPY_ARRAY for copying arraysRené Scharfe2019-06-171-2/+2
* 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
|\ \ \