Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Remove get_object_hash. | brian m. carlson | 2015-11-20 |
* | Convert struct object to object_id | brian m. carlson | 2015-11-20 |
* | Add several uses of get_object_hash. | brian m. carlson | 2015-11-20 |
* | convert "enum date_mode" into a struct | Jeff King | 2015-06-29 |
* | Merge branch 'rs/simple-cleanups' | Junio C Hamano | 2015-03-05 |
|\ | |||
| * | pretty: use starts_with() to check for a prefix | René Scharfe | 2015-02-22 |
* | | Merge branch 'jn/parse-config-slot' | Junio C Hamano | 2014-10-20 |
|\ \ | |||
| * | | color_parse: do not mention variable name in error message | Jeff King | 2014-10-14 |
| |/ | |||
* | | use skip_prefix() to avoid more magic numbers | René Scharfe | 2014-10-07 |
* | | Merge branch 'hj/pretty-naked-decoration' | Junio C Hamano | 2014-09-29 |
|\ \ | |||
| * | | pretty: add %D format specifier | Harry Jeffery | 2014-09-18 |
* | | | Merge branch 'rs/export-strbuf-addchars' | Junio C Hamano | 2014-09-19 |
|\ \ \ | |||
| * | | | strbuf: use strbuf_addchars() for adding a char multiple times | René Scharfe | 2014-09-08 |
* | | | | Merge branch 'jk/commit-author-parsing' | Junio C Hamano | 2014-09-19 |
|\ \ \ \ | |||
| * | | | | commit: provide a function to find a header in a buffer | Jeff King | 2014-08-27 |
| | |/ / | |/| | | |||
* | | | | Merge branch 'bb/date-iso-strict' | Junio C Hamano | 2014-09-19 |
|\ \ \ \ | |||
| * | | | | pretty: provide a strict ISO 8601 date format | Beat Bolli | 2014-08-29 |
| |/ / / | |||
* | | | | Merge branch 'ta/pretty-parse-config' | Junio C Hamano | 2014-09-02 |
|\ \ \ \ | |_|_|/ |/| | | | |||
| * | | | pretty.c: make git_pretty_formats_config return -1 on git_config_string failure | Tanay Abhra | 2014-08-04 |
| * | | | Merge branch 'maint-1.8.5' into maint-1.9 | Junio C Hamano | 2014-07-16 |
| |\ \ \ | | | |/ | | |/| | |||
| * | | | Merge branch 'jk/commit-dates-parsing-fix' into maint | Junio C Hamano | 2014-03-18 |
| |\ \ \ | |||
* | | | | | pretty: make empty userformats truly empty | Jeff King | 2014-07-30 |
* | | | | | pretty: treat "--format=" as an empty userformat | Jeff King | 2014-07-30 |
| |_|_|/ |/| | | | |||
* | | | | Merge branch 'rs/code-cleaning' | Junio C Hamano | 2014-07-22 |
|\ \ \ \ | |||
| * | | | | use commit_list_count() to count the members of commit_lists | René Scharfe | 2014-07-17 |
* | | | | | Merge branch 'rs/code-cleaning' | Junio C Hamano | 2014-07-16 |
|\ \ \ \ \ | |/ / / / | |||
| * | | | | use strbuf_addbuf for adding strbufs | René Scharfe | 2014-07-10 |
* | | | | | Merge branch 'mg/verify-commit' | Junio C Hamano | 2014-07-10 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||
| * | | | | gpg-interface: provide clear helper for struct signature_check | Michael J Gruber | 2014-06-23 |
* | | | | | Merge branch 'jk/pretty-G-format-fixes' | Junio C Hamano | 2014-07-09 |
|\ \ \ \ \ | |||
| * | | | | | pretty: avoid reading past end-of-string with "%G" | Jeff King | 2014-06-17 |
* | | | | | | Merge branch 'jk/skip-prefix' | Junio C Hamano | 2014-07-09 |
|\ \ \ \ \ \ | |||
| * | | | | | | use skip_prefix to avoid repeating strings | Jeff King | 2014-06-20 |
* | | | | | | | Merge branch 'jk/commit-buffer-length' | Junio C Hamano | 2014-07-02 |
|\ \ \ \ \ \ \ | |||
| * | | | | | | | commit: record buffer length in cache | Jeff King | 2014-06-13 |
| * | | | | | | | convert logmsg_reencode to get_commit_buffer | Jeff King | 2014-06-13 |
| * | | | | | | | logmsg_reencode: return const buffer | Jeff King | 2014-06-12 |
| | |/ / / / / | |/| | | | | | |||
* | | | | | | | Merge branch 'maint' | Junio C Hamano | 2014-07-02 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||
| * | | | | | | Merge branch 'maint-1.8.5' into maint | Junio C Hamano | 2014-07-02 |
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | |||
| | * | | | | | enums: remove trailing ',' after last item in enum | Ronnie Sahlberg | 2014-07-02 |
* | | | | | | | Merge branch 'as/pretty-truncate' | Junio C Hamano | 2014-06-16 |
|\ \ \ \ \ \ \ | |/ / / / / / | | | | / / / | |_|_|/ / / |/| | | | | | |||
| * | | | | | pretty.c: format string with truncate respects logOutputEncoding | Alexey Shumkin | 2014-05-21 |
| | |/ / / | |/| | | | |||
* | | | | | pretty: make show_ident_date public | Jeff King | 2014-05-02 |
|/ / / / | |||
* | | | | Merge branch 'rm/strchrnul-not-strlen' | Junio C Hamano | 2014-03-18 |
|\ \ \ \ | |||
| * | | | | use strchrnul() in place of strchr() and strlen() | Rohit Mani | 2014-03-10 |
| | |/ / | |/| | | |||
* | | | | Merge branch 'jk/commit-dates-parsing-fix' | Junio C Hamano | 2014-03-14 |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | |||
| * | | show_ident_date: fix tz range check | Jeff King | 2014-03-07 |
| * | | log: handle integer overflow in timestamps | Jeff King | 2014-02-24 |
* | | | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 2013-12-05 |
| |/ |/| | |||
* | | pretty: trivial style fix | Felipe Contreras | 2013-10-31 |