aboutsummaryrefslogtreecommitdiff
path: root/pretty.c
Commit message (Expand)AuthorAge
* Merge branch 'rs/code-cleaning'Junio C Hamano2014-07-22
|\
| * use commit_list_count() to count the members of commit_listsRené Scharfe2014-07-17
* | Merge branch 'rs/code-cleaning'Junio C Hamano2014-07-16
|\ \ | |/
| * use strbuf_addbuf for adding strbufsRené Scharfe2014-07-10
* | Merge branch 'mg/verify-commit'Junio C Hamano2014-07-10
|\ \ | |/ |/|
| * gpg-interface: provide clear helper for struct signature_checkMichael J Gruber2014-06-23
* | Merge branch 'jk/pretty-G-format-fixes'Junio C Hamano2014-07-09
|\ \
| * | pretty: avoid reading past end-of-string with "%G"Jeff King2014-06-17
* | | Merge branch 'jk/skip-prefix'Junio C Hamano2014-07-09
|\ \ \
| * | | use skip_prefix to avoid repeating stringsJeff King2014-06-20
* | | | Merge branch 'jk/commit-buffer-length'Junio C Hamano2014-07-02
|\ \ \ \
| * | | | commit: record buffer length in cacheJeff King2014-06-13
| * | | | convert logmsg_reencode to get_commit_bufferJeff King2014-06-13
| * | | | logmsg_reencode: return const bufferJeff King2014-06-12
| | |/ / | |/| |
* | | | Merge branch 'maint'Junio C Hamano2014-07-02
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge branch 'maint-1.8.5' into maintJunio C Hamano2014-07-02
| |\ \ \
| | * | | enums: remove trailing ',' after last item in enumRonnie Sahlberg2014-07-02
* | | | | Merge branch 'as/pretty-truncate'Junio C Hamano2014-06-16
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | pretty.c: format string with truncate respects logOutputEncodingAlexey Shumkin2014-05-21
| | |/ | |/|
* | | pretty: make show_ident_date publicJeff King2014-05-02
|/ /
* | Merge branch 'rm/strchrnul-not-strlen'Junio C Hamano2014-03-18
|\ \
| * | use strchrnul() in place of strchr() and strlen()Rohit Mani2014-03-10
* | | Merge branch 'jk/commit-dates-parsing-fix'Junio C Hamano2014-03-14
|\ \ \ | |/ / |/| |
| * | show_ident_date: fix tz range checkJeff King2014-03-07
| * | log: handle integer overflow in timestampsJeff King2014-02-24
* | | replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-05
| |/ |/|
* | pretty: trivial style fixFelipe Contreras2013-10-31
* | format-patch: print in-body "From" only when neededJeff King2013-09-20
* | teach format-patch to place other authors into in-body "From"Jeff King2013-07-03
* | pretty.c: drop const-ness from pretty_print_contextJeff King2013-07-03
* | Merge branch 'rs/pp-user-info-without-extra-allocation'Junio C Hamano2013-05-01
|\ \
| * | pretty: remove intermediate strbufs from pp_user_info()René Scharfe2013-04-25
| * | pretty: simplify output line length calculation in pp_user_info()René Scharfe2013-04-25
| * | pretty: simplify input line length calculation in pp_user_info()René Scharfe2013-04-25
| |/
* | Merge branch 'nd/pretty-formats'Junio C Hamano2013-04-23
|\ \
| * | pretty: support %>> that steal trailing spacesNguyễn Thái Ngọc Duy2013-04-18
| * | pretty: support truncating in %>, %< and %><Nguyễn Thái Ngọc Duy2013-04-18
| * | pretty: support padding placeholders, %< %> and %><Nguyễn Thái Ngọc Duy2013-04-18
| * | pretty: add %C(auto) for auto-coloringNguyễn Thái Ngọc Duy2013-04-18
| * | pretty: split color parsing into a separate functionNguyễn Thái Ngọc Duy2013-04-18
| * | pretty: two phase conversion for non utf-8 commitsNguyễn Thái Ngọc Duy2013-04-18
| * | pretty: share code between format_decoration and show_decorationsNguyễn Thái Ngọc Duy2013-04-18
| * | pretty: get the correct encoding for --pretty:format=%eNguyễn Thái Ngọc Duy2013-04-18
| * | pretty: save commit encoding from logmsg_reencode if the caller needs itNguyễn Thái Ngọc Duy2013-04-18
* | | Merge branch 'jk/chopped-ident'Junio C Hamano2013-04-22
|\ \ \ | |/ / |/| / | |/
| * pretty: handle broken commit headers gracefullyRené Scharfe2013-04-17
| * Merge branch 'mg/gpg-interface-using-status' into maintJunio C Hamano2013-04-03
| |\
| * \ Merge branch 'ks/rfc2047-one-char-at-a-time' into maintJunio C Hamano2013-04-03
| |\ \
* | | | pretty printing: extend %G? to include 'N' and 'U'Sebastian Götte2013-03-31
* | | | Move commit GPG signature verification to commit.cSebastian Götte2013-03-31