Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'js/find-commit-subject-ignore-leading-blanks' | Junio C Hamano | 2016-07-11 | 1 | -8/+8 |
|\ | |||||
| * | pretty: make the skip_blank_lines() function public | Johannes Schindelin | 2016-06-22 | 1 | -8/+8 |
* | | Merge branch 'nd/graph-width-padded' | Junio C Hamano | 2016-07-06 | 1 | -1/+8 |
|\ \ | |||||
| * | | pretty.c: support <direction>|(<negative number>) forms | Nguyễn Thái Ngọc Duy | 2016-06-16 | 1 | -1/+7 |
| * | | pretty: pass graph width to pretty formatting for use in '%>|(N)' | Josef Kufner | 2016-06-16 | 1 | -0/+1 |
* | | | Merge branch 'ew/mboxrd-format-am' | Junio C Hamano | 2016-07-06 | 1 | -8/+25 |
|\ \ \ | |||||
| * | | | pretty: support "mboxrd" output format | Eric Wong | 2016-06-06 | 1 | -8/+25 |
| |/ / | |||||
* | | | Merge branch 'et/pretty-format-c-auto' | Junio C Hamano | 2016-06-20 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | format_commit_message: honor `color=auto` for `%C(auto)` | Edward Thomson | 2016-05-27 | 1 | -1/+1 |
* | | | pretty: allow tweaking tabwidth in --expand-tabs | Junio C Hamano | 2016-03-30 | 1 | -7/+8 |
* | | | pretty: enable --expand-tabs by default for selected pretty formats | Junio C Hamano | 2016-03-30 | 1 | -7/+11 |
* | | | pretty: expand tabs in indented logs to make things line up properly | Linus Torvalds | 2016-03-30 | 1 | -2/+69 |
|/ / | |||||
* | | Remove get_object_hash. | brian m. carlson | 2015-11-20 | 1 | -4/+4 |
* | | Convert struct object to object_id | brian m. carlson | 2015-11-20 | 1 | -5/+5 |
* | | Add several uses of get_object_hash. | brian m. carlson | 2015-11-20 | 1 | -4/+4 |
* | | convert "enum date_mode" into a struct | Jeff King | 2015-06-29 | 1 | -14/+15 |
|/ | |||||
* | Merge branch 'rs/simple-cleanups' | Junio C Hamano | 2015-03-05 | 1 | -1/+1 |
|\ | |||||
| * | pretty: use starts_with() to check for a prefix | René Scharfe | 2015-02-22 | 1 | -1/+1 |
* | | Merge branch 'jn/parse-config-slot' | Junio C Hamano | 2014-10-20 | 1 | -3/+2 |
|\ \ | |||||
| * | | color_parse: do not mention variable name in error message | Jeff King | 2014-10-14 | 1 | -3/+2 |
| |/ | |||||
* | | use skip_prefix() to avoid more magic numbers | René Scharfe | 2014-10-07 | 1 | -30/+26 |
* | | Merge branch 'hj/pretty-naked-decoration' | Junio C Hamano | 2014-09-29 | 1 | -0/+4 |
|\ \ | |||||
| * | | pretty: add %D format specifier | Harry Jeffery | 2014-09-19 | 1 | -0/+4 |
* | | | Merge branch 'rs/export-strbuf-addchars' | Junio C Hamano | 2014-09-19 | 1 | -7/+3 |
|\ \ \ | |||||
| * | | | strbuf: use strbuf_addchars() for adding a char multiple times | René Scharfe | 2014-09-08 | 1 | -7/+3 |
* | | | | Merge branch 'jk/commit-author-parsing' | Junio C Hamano | 2014-09-19 | 1 | -27/+6 |
|\ \ \ \ | |||||
| * | | | | commit: provide a function to find a header in a buffer | Jeff King | 2014-08-27 | 1 | -27/+6 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'bb/date-iso-strict' | Junio C Hamano | 2014-09-19 | 1 | -1/+4 |
|\ \ \ \ | |||||
| * | | | | pretty: provide a strict ISO 8601 date format | Beat Bolli | 2014-08-29 | 1 | -1/+4 |
| |/ / / | |||||
* | | | | 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 failure | 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 empty | 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-24 | 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 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | |