aboutsummaryrefslogtreecommitdiff
path: root/pretty.c
Commit message (Expand)AuthorAge
* log: add option to choose which refs to decorateRafael Ascensão2017-11-22
* pretty.c: delimit "%(trailers)" arguments with ","Taylor Blau2017-10-02
* Merge branch 'jk/trailers-parse'Junio C Hamano2017-08-26
|\
| * pretty: support normalization options for %(trailers)Jeff King2017-08-15
| * pretty: move trailer formatting to trailer.cJeff King2017-08-15
| * Merge branch 'rs/pretty-add-again' into maintJunio C Hamano2017-07-10
| |\
* | | pretty: respect color settings for %C placeholdersJeff King2017-07-13
* | | Merge branch 'bw/config-h'Junio C Hamano2017-06-24
|\ \ \
| * | | config: don't include config.h by defaultBrandon Williams2017-06-15
| |/ /
* | | Merge branch 'rs/pretty-add-again'Junio C Hamano2017-06-24
|\ \ \ | | |/ | |/|
| * | pretty: recalculate duplicate short hashesRené Scharfe2017-06-15
| * | Merge branch 'rs/cocci' into maintJunio C Hamano2016-10-28
| |\ \
| * \ \ Merge branch 'rs/c-auto-resets-attributes' into maintJunio C Hamano2016-10-28
| |\ \ \
| * \ \ \ Merge branch 'rs/hex2chr' into maintJunio C Hamano2016-09-19
| |\ \ \ \
* | \ \ \ \ Merge branch 'bc/object-id'Junio C Hamano2017-05-29
|\ \ \ \ \ \
| * | | | | | object: convert parse_object* to take struct object_idbrian m. carlson2017-05-08
| | |_|_|_|/ | |/| | | |
* | | | | | timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-27
* | | | | | parse_timestamp(): specify explicitly where we parse timestampsJohannes Schindelin2017-04-23
|/ / / / /
* | | | | Merge branch 'rs/log-email-subject'Junio C Hamano2017-03-10
|\ \ \ \ \
| * | | | | pretty: use fmt_output_email_subject()René Scharfe2017-03-01
* | | | | | pretty: add %(trailers) format for displaying trailers of a commit messageJacob Keller2016-12-11
|/ / / / /
* | | | | Merge branch 'mg/gpg-richer-status'Junio C Hamano2016-10-26
|\ \ \ \ \
| * | | | | gpg-interface: use more status lettersMichael J Gruber2016-10-12
* | | | | | Merge branch 'rs/cocci'Junio C Hamano2016-10-17
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | use strbuf_add_unique_abbrev() for adding short hashes, part 3René Scharfe2016-10-10
| | |/ / / | |/| | |
* | | | | Merge branch 'rs/c-auto-resets-attributes'Junio C Hamano2016-10-06
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | pretty: avoid adding reset for %C(auto) if output is emptyRené Scharfe2016-09-29
* | | | Merge branch 'rs/c-auto-resets-attributes'Junio C Hamano2016-09-26
|\ \ \ \ | |/ / /
| * | | pretty: let %C(auto) reset all attributesRené Scharfe2016-09-19
* | | | Merge branch 'rs/hex2chr'Junio C Hamano2016-09-12
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | introduce hex2chr() for converting two hexadecimal digits to a characterRené Scharfe2016-09-07
* | | Merge branch 'rs/use-strbuf-add-unique-abbrev'Junio C Hamano2016-08-12
|\ \ \
| * | | use strbuf_add_unique_abbrev() for adding short hashesRené Scharfe2016-08-06
| |/ /
| * | Merge branch 'js/find-commit-subject-ignore-leading-blanks' into maintJunio C Hamano2016-07-28
| |\ \
| * \ \ Merge branch 'nd/graph-width-padded' into maintJunio C Hamano2016-07-11
| |\ \ \
| * \ \ \ Merge branch 'et/pretty-format-c-auto' into maintJunio C Hamano2016-06-27
| |\ \ \ \ | | | |_|/ | | |/| |
* | | | | Merge branch 'js/find-commit-subject-ignore-leading-blanks'Junio C Hamano2016-07-11
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | pretty: make the skip_blank_lines() function publicJohannes Schindelin2016-06-22
* | | | | Merge branch 'nd/graph-width-padded'Junio C Hamano2016-07-06
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | pretty.c: support <direction>|(<negative number>) formsNguyễn Thái Ngọc Duy2016-06-16
| * | | | pretty: pass graph width to pretty formatting for use in '%>|(N)'Josef Kufner2016-06-16
| | |/ / | |/| |
* | | | Merge branch 'ew/mboxrd-format-am'Junio C Hamano2016-07-06
|\ \ \ \
| * | | | pretty: support "mboxrd" output formatEric Wong2016-06-06
| |/ / /
* | | | Merge branch 'et/pretty-format-c-auto'Junio C Hamano2016-06-20
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | format_commit_message: honor `color=auto` for `%C(auto)`Edward Thomson2016-05-27
* | | pretty: allow tweaking tabwidth in --expand-tabsJunio C Hamano2016-03-30
* | | pretty: enable --expand-tabs by default for selected pretty formatsJunio C Hamano2016-03-30
* | | pretty: expand tabs in indented logs to make things line up properlyLinus Torvalds2016-03-30
|/ /
* | Remove get_object_hash.brian m. carlson2015-11-20
* | Convert struct object to object_idbrian m. carlson2015-11-20