summaryrefslogtreecommitdiff
path: root/pretty.c
Commit message (Expand)AuthorAgeFilesLines
* pretty: add %(trailers) format for displaying trailers of a commit messageJacob Keller2016-12-111-0/+17
* Merge branch 'mg/gpg-richer-status'Junio C Hamano2016-10-261-0/+4
|\
| * gpg-interface: use more status lettersmg/gpg-richer-statusMichael J Gruber2016-10-121-0/+4
* | Merge branch 'rs/cocci'Junio C Hamano2016-10-171-7/+5
|\ \
| * | use strbuf_add_unique_abbrev() for adding short hashes, part 3René Scharfe2016-10-101-7/+5
* | | Merge branch 'rs/c-auto-resets-attributes'Junio C Hamano2016-10-061-1/+1
|\ \ \ | |_|/ |/| |
| * | pretty: avoid adding reset for %C(auto) if output is emptyrs/c-auto-resets-attributesRené Scharfe2016-09-291-1/+1
* | | Merge branch 'rs/c-auto-resets-attributes'Junio C Hamano2016-09-261-0/+2
|\ \ \ | |/ /
| * | pretty: let %C(auto) reset all attributesRené Scharfe2016-09-191-0/+2
* | | Merge branch 'rs/hex2chr'Junio C Hamano2016-09-121-8/+5
|\ \ \ | |_|/ |/| |
| * | introduce hex2chr() for converting two hexadecimal digits to a characterrs/hex2chrRené Scharfe2016-09-071-8/+5
* | | Merge branch 'rs/use-strbuf-add-unique-abbrev'Junio C Hamano2016-08-121-7/+6
|\ \ \
| * | | use strbuf_add_unique_abbrev() for adding short hashesrs/use-strbuf-add-unique-abbrevRené Scharfe2016-08-061-7/+6
| |/ /
| * | Merge branch 'js/find-commit-subject-ignore-leading-blanks' into maintJunio C Hamano2016-07-281-8/+8
| |\ \
| * \ \ Merge branch 'nd/graph-width-padded' into maintJunio C Hamano2016-07-111-1/+8
| |\ \ \
| * \ \ \ Merge branch 'et/pretty-format-c-auto' into maintJunio C Hamano2016-06-271-1/+1
| |\ \ \ \ | | | |_|/ | | |/| |
* | | | | Merge branch 'js/find-commit-subject-ignore-leading-blanks'Junio C Hamano2016-07-111-8/+8
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | pretty: make the skip_blank_lines() function publicJohannes Schindelin2016-06-221-8/+8
* | | | | Merge branch 'nd/graph-width-padded'Junio C Hamano2016-07-061-1/+8
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | pretty.c: support <direction>|(<negative number>) formsnd/graph-width-paddedNguyễn Thái Ngọc Duy2016-06-161-1/+7
| * | | | pretty: pass graph width to pretty formatting for use in '%>|(N)'Josef Kufner2016-06-161-0/+1
| | |/ / | |/| |
* | | | Merge branch 'ew/mboxrd-format-am'Junio C Hamano2016-07-061-8/+25
|\ \ \ \
| * | | | pretty: support "mboxrd" output formatEric Wong2016-06-061-8/+25
| |/ / /
* | | | Merge branch 'et/pretty-format-c-auto'Junio C Hamano2016-06-201-1/+1
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | format_commit_message: honor `color=auto` for `%C(auto)`et/pretty-format-c-autoEdward Thomson2016-05-271-1/+1
* | | pretty: allow tweaking tabwidth in --expand-tabsJunio C Hamano2016-03-301-7/+8
* | | pretty: enable --expand-tabs by default for selected pretty formatsJunio C Hamano2016-03-301-7/+11
* | | pretty: expand tabs in indented logs to make things line up properlyLinus Torvalds2016-03-301-2/+69
|/ /
* | Remove get_object_hash.brian m. carlson2015-11-201-4/+4
* | Convert struct object to object_idbrian m. carlson2015-11-201-5/+5
* | Add several uses of get_object_hash.brian m. carlson2015-11-201-4/+4
* | convert "enum date_mode" into a structJeff King2015-06-291-14/+15
|/
* Merge branch 'rs/simple-cleanups'Junio C Hamano2015-03-051-1/+1
|\
| * pretty: use starts_with() to check for a prefixRené Scharfe2015-02-221-1/+1
* | Merge branch 'jn/parse-config-slot'Junio C Hamano2014-10-201-3/+2
|\ \
| * | color_parse: do not mention variable name in error messagejn/parse-config-slotJeff King2014-10-141-3/+2
| |/
* | use skip_prefix() to avoid more magic numbersrs/more-uses-of-skip-prefixRené Scharfe2014-10-071-30/+26
* | Merge branch 'hj/pretty-naked-decoration'Junio C Hamano2014-09-291-0/+4
|\ \
| * | pretty: add %D format specifierhj/pretty-naked-decorationHarry Jeffery2014-09-181-0/+4
* | | Merge branch 'rs/export-strbuf-addchars'Junio C Hamano2014-09-191-7/+3
|\ \ \
| * | | strbuf: use strbuf_addchars() for adding a char multiple timesrs/export-strbuf-addcharsRené Scharfe2014-09-081-7/+3
* | | | Merge branch 'jk/commit-author-parsing'Junio C Hamano2014-09-191-27/+6
|\ \ \ \
| * | | | commit: provide a function to find a header in a bufferJeff King2014-08-271-27/+6
| | |/ / | |/| |
* | | | Merge branch 'bb/date-iso-strict'Junio C Hamano2014-09-191-1/+4
|\ \ \ \
| * | | | pretty: provide a strict ISO 8601 date formatbb/date-iso-strictBeat Bolli2014-08-291-1/+4
| |/ / /
* | | | Merge branch 'ta/pretty-parse-config'Junio C Hamano2014-09-021-1/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | pretty.c: make git_pretty_formats_config return -1 on git_config_string failureta/pretty-parse-configTanay Abhra2014-08-041-1/+3
| * | | Merge branch 'maint-1.8.5' into maint-1.9Junio C Hamano2014-07-161-1/+1
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'jk/commit-dates-parsing-fix' into maintJunio C Hamano2014-03-181-3/+9
| |\ \ \
* | | | | pretty: make empty userformats truly emptyjk/pretty-empty-formatJeff King2014-07-301-0/+5