summaryrefslogtreecommitdiffstats
path: root/pretty.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jn/parse-config-slot'Junio C Hamano2014-10-201-3/+2
|\
| * color_parse: do not mention variable name in error messageJeff King2014-10-141-3/+2
* | use skip_prefix() to avoid more magic numbersRené Scharfe2014-10-071-30/+26
* | Merge branch 'hj/pretty-naked-decoration'Junio C Hamano2014-09-291-0/+4
|\ \
| * | pretty: add %D format specifierHarry 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 timesRené 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 formatBeat 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 failureTanay 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 emptyJeff King2014-07-301-0/+5
* | | | | pretty: treat "--format=" as an empty userformatJeff King2014-07-301-2/+2
| |_|_|/ |/| | |
* | | | Merge branch 'rs/code-cleaning'Junio C Hamano2014-07-221-6/+1
|\ \ \ \
| * | | | use commit_list_count() to count the members of commit_listsRené Scharfe2014-07-171-6/+1
* | | | | Merge branch 'rs/code-cleaning'Junio C Hamano2014-07-161-1/+1
|\| | | |
| * | | | use strbuf_addbuf for adding strbufsRené Scharfe2014-07-101-1/+1
* | | | | Merge branch 'mg/verify-commit'Junio C Hamano2014-07-101-2/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | gpg-interface: provide clear helper for struct signature_checkMichael J Gruber2014-06-231-2/+1
* | | | | Merge branch 'jk/pretty-G-format-fixes'Junio C Hamano2014-07-091-0/+2
|\ \ \ \ \
| * | | | | pretty: avoid reading past end-of-string with "%G"Jeff King2014-06-171-0/+2
* | | | | | Merge branch 'jk/skip-prefix'Junio C Hamano2014-07-091-2/+1
|\ \ \ \ \ \
| * | | | | | use skip_prefix to avoid repeating stringsJeff King2014-06-201-2/+1
* | | | | | | Merge branch 'jk/commit-buffer-length'Junio C Hamano2014-07-021-34/+16
|\ \ \ \ \ \ \
| * | | | | | | commit: record buffer length in cacheJeff King2014-06-131-2/+2
| * | | | | | | convert logmsg_reencode to get_commit_bufferJeff King2014-06-131-29/+11
| * | | | | | | logmsg_reencode: return const bufferJeff King2014-06-121-7/+7
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'maint'Junio C Hamano2014-07-021-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Merge branch 'maint-1.8.5' into maintJunio C Hamano2014-07-021-1/+1
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | enums: remove trailing ',' after last item in enumRonnie Sahlberg2014-07-021-1/+1
* | | | | | | Merge branch 'as/pretty-truncate'Junio C Hamano2014-06-161-1/+6
|\| | | | | | | |_|_|/ / / |/| | | | |
| * | | | | pretty.c: format string with truncate respects logOutputEncodingAlexey Shumkin2014-05-211-1/+6
| | |/ / / | |/| | |
* / | | | pretty: make show_ident_date publicJeff King2014-05-021-2/+2
|/ / / /
* | | | Merge branch 'rm/strchrnul-not-strlen'Junio C Hamano2014-03-181-3/+2
|\ \ \ \
| * | | | use strchrnul() in place of strchr() and strlen()Rohit Mani2014-03-101-3/+2
| | |/ / | |/| |
* | | | Merge branch 'jk/commit-dates-parsing-fix'Junio C Hamano2014-03-141-3/+9
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | show_ident_date: fix tz range checkJeff King2014-03-071-2/+2
| * | log: handle integer overflow in timestampsJeff King2014-02-241-2/+8
* | | replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-051-18/+18
| |/ |/|
* | pretty: trivial style fixFelipe Contreras2013-10-311-1/+1
* | format-patch: print in-body "From" only when neededJeff King2013-09-201-1/+1
* | teach format-patch to place other authors into in-body "From"Jeff King2013-07-031-0/+38
* | pretty.c: drop const-ness from pretty_print_contextJeff King2013-07-031-5/+5
* | Merge branch 'rs/pp-user-info-without-extra-allocation'Junio C Hamano2013-05-011-35/+14
|\ \
| * | pretty: remove intermediate strbufs from pp_user_info()René Scharfe2013-04-251-20/+9
| * | pretty: simplify output line length calculation in pp_user_info()René Scharfe2013-04-251-4/+3