Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'ta/pretty-parse-config' | Junio C Hamano | 2014-09-02 | 1 | -1/+3 |
|\ | |||||
| * | pretty.c: make git_pretty_formats_config return -1 on git_config_string failureta/pretty-parse-config | Tanay Abhra | 2014-08-04 | 1 | -1/+3 |
| * | Merge branch 'maint-1.8.5' into maint-1.9 | Junio C Hamano | 2014-07-16 | 1 | -1/+1 |
| |\ | |||||
| * \ | Merge branch 'jk/commit-dates-parsing-fix' into maint | Junio C Hamano | 2014-03-18 | 1 | -3/+9 |
| |\ \ | |||||
* | | | | pretty: make empty userformats truly emptyjk/pretty-empty-format | Jeff King | 2014-07-30 | 1 | -0/+5 |
* | | | | pretty: treat "--format=" as an empty userformat | Jeff King | 2014-07-30 | 1 | -2/+2 |
* | | | | Merge branch 'rs/code-cleaning' | Junio C Hamano | 2014-07-22 | 1 | -6/+1 |
|\ \ \ \ | |||||
| * | | | | use commit_list_count() to count the members of commit_lists | René Scharfe | 2014-07-17 | 1 | -6/+1 |
* | | | | | Merge branch 'rs/code-cleaning' | Junio C Hamano | 2014-07-16 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | use strbuf_addbuf for adding strbufs | René Scharfe | 2014-07-10 | 1 | -1/+1 |
* | | | | | Merge branch 'mg/verify-commit' | Junio C Hamano | 2014-07-10 | 1 | -2/+0 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | gpg-interface: provide clear helper for struct signature_check | Michael J Gruber | 2014-06-23 | 1 | -2/+1 |
* | | | | | Merge branch 'jk/pretty-G-format-fixes' | Junio C Hamano | 2014-07-09 | 1 | -0/+2 |
|\ \ \ \ \ | |||||
| * | | | | | pretty: avoid reading past end-of-string with "%G" | Jeff King | 2014-06-17 | 1 | -0/+2 |
* | | | | | | Merge branch 'jk/skip-prefix' | Junio C Hamano | 2014-07-09 | 1 | -2/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | use skip_prefix to avoid repeating strings | Jeff King | 2014-06-20 | 1 | -2/+1 |
* | | | | | | | Merge branch 'jk/commit-buffer-length' | Junio C Hamano | 2014-07-02 | 1 | -34/+16 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | commit: record buffer length in cache | Jeff King | 2014-06-13 | 1 | -2/+2 |
| * | | | | | | | convert logmsg_reencode to get_commit_buffer | Jeff King | 2014-06-13 | 1 | -29/+11 |
| * | | | | | | | logmsg_reencode: return const buffer | Jeff King | 2014-06-12 | 1 | -7/+7 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'maint' | Junio C Hamano | 2014-07-02 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| * | | | | | | Merge branch 'maint-1.8.5' into maint | Junio C Hamano | 2014-07-02 | 1 | -1/+1 |
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | |||||
| | * | | | | | enums: remove trailing ',' after last item in enum | Ronnie Sahlberg | 2014-07-02 | 1 | -1/+1 |
* | | | | | | | Merge branch 'as/pretty-truncate' | Junio C Hamano | 2014-06-16 | 1 | -1/+6 |
|\ \ \ \ \ \ \ | |/ / / / / / | | | | / / / | |_|_|/ / / |/| | | | | | |||||
| * | | | | | pretty.c: format string with truncate respects logOutputEncodingas/pretty-truncate | Alexey Shumkin | 2014-05-21 | 1 | -1/+6 |
| | |/ / / | |/| | | | |||||
* | | | | | pretty: make show_ident_date public | Jeff King | 2014-05-02 | 1 | -2/+2 |
|/ / / / | |||||
* | | | | Merge branch 'rm/strchrnul-not-strlen' | Junio C Hamano | 2014-03-18 | 1 | -3/+2 |
|\ \ \ \ | |||||
| * | | | | use strchrnul() in place of strchr() and strlen()rm/strchrnul-not-strlen | Rohit Mani | 2014-03-10 | 1 | -3/+2 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'jk/commit-dates-parsing-fix' | Junio C Hamano | 2014-03-14 | 1 | -3/+9 |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | |||||
| * | | show_ident_date: fix tz range check | Jeff King | 2014-03-07 | 1 | -2/+2 |
| * | | log: handle integer overflow in timestamps | Jeff King | 2014-02-24 | 1 | -2/+8 |
* | | | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-with | Christian Couder | 2013-12-05 | 1 | -18/+18 |
| |/ |/| | |||||
* | | pretty: trivial style fix | Felipe Contreras | 2013-10-31 | 1 | -1/+1 |
* | | format-patch: print in-body "From" only when neededjk/format-patch-from | Jeff King | 2013-09-20 | 1 | -1/+1 |
* | | teach format-patch to place other authors into in-body "From" | Jeff King | 2013-07-03 | 1 | -0/+38 |
* | | pretty.c: drop const-ness from pretty_print_context | Jeff King | 2013-07-03 | 1 | -5/+5 |
* | | Merge branch 'rs/pp-user-info-without-extra-allocation' | Junio C Hamano | 2013-05-01 | 1 | -35/+14 |
|\ \ | |||||
| * | | pretty: remove intermediate strbufs from pp_user_info() | René Scharfe | 2013-04-25 | 1 | -20/+9 |
| * | | pretty: simplify output line length calculation in pp_user_info() | René Scharfe | 2013-04-25 | 1 | -4/+3 |
| * | | pretty: simplify input line length calculation in pp_user_info() | René Scharfe | 2013-04-25 | 1 | -11/+2 |
| |/ | |||||
* | | Merge branch 'nd/pretty-formats' | Junio C Hamano | 2013-04-23 | 1 | -62/+296 |
|\ \ | |||||
| * | | pretty: support %>> that steal trailing spaces | Nguyễn Thái Ngọc Duy | 2013-04-18 | 1 | -0/+34 |
| * | | pretty: support truncating in %>, %< and %>< | Nguyễn Thái Ngọc Duy | 2013-04-18 | 1 | -3/+48 |
| * | | pretty: support padding placeholders, %< %> and %>< | Nguyễn Thái Ngọc Duy | 2013-04-18 | 1 | -1/+116 |
| * | | pretty: add %C(auto) for auto-coloring | Nguyễn Thái Ngọc Duy | 2013-04-18 | 1 | -3/+23 |
| * | | pretty: split color parsing into a separate function | Nguyễn Thái Ngọc Duy | 2013-04-18 | 1 | -32/+39 |
| * | | pretty: two phase conversion for non utf-8 commits | Nguyễn Thái Ngọc Duy | 2013-04-18 | 1 | -2/+22 |
| * | | pretty: share code between format_decoration and show_decorations | Nguyễn Thái Ngọc Duy | 2013-04-18 | 1 | -18/+2 |
| * | | pretty: get the correct encoding for --pretty:format=%e | Nguyễn Thái Ngọc Duy | 2013-04-18 | 1 | -6/+7 |
| * | | pretty: save commit encoding from logmsg_reencode if the caller needs it | Nguyễn Thái Ngọc Duy | 2013-04-18 | 1 | -4/+12 |