Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'kw/rebase-progress' | Junio C Hamano | 2017-08-23 | 1 | -0/+10 |
|\ | |||||
| * | format-patch: have progress option while generating patches | Kevin Willford | 2017-08-14 | 1 | -0/+10 |
* | | Merge branch 'ma/parse-maybe-bool' | Junio C Hamano | 2017-08-22 | 1 | -5/+5 |
|\ \ | |||||
| * | | parse_decoration_style: drop unused argument `var` | Martin Ågren | 2017-08-07 | 1 | -3/+3 |
| * | | treewide: deprecate git_config_maybe_bool, use git_parse_maybe_bool | Martin Ågren | 2017-08-07 | 1 | -2/+2 |
* | | | Merge branch 'jk/reflog-walk' | Junio C Hamano | 2017-08-11 | 1 | -3/+6 |
|\ \ \ | |||||
| * | | | log: do not free parents when walking reflog | Jeff King | 2017-07-09 | 1 | -2/+2 |
| * | | | log: clarify comment about reflog cycles | Jeff King | 2017-07-09 | 1 | -1/+4 |
* | | | | sha1_name: convert GET_SHA1* flags to GET_OID* | brian m. carlson | 2017-07-17 | 1 | -1/+1 |
* | | | | sha1_name: convert get_sha1* to get_oid* | brian m. carlson | 2017-07-17 | 1 | -2/+2 |
| |_|/ |/| | | |||||
* | | | Merge branch 'rs/use-div-round-up' | Junio C Hamano | 2017-07-13 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | use DIV_ROUND_UP | René Scharfe | 2017-07-10 | 1 | -1/+1 |
| * | | Merge branch 'jk/diff-blob' into maint | Junio C Hamano | 2017-06-25 | 1 | -3/+7 |
| |\ \ | |||||
| * \ \ | Merge branch 'ah/log-decorate-default-to-auto' into maint | Junio C Hamano | 2017-06-04 | 1 | -2/+2 |
| |\ \ \ | |||||
* | \ \ \ | Merge branch 'bw/config-h' | Junio C Hamano | 2017-06-24 | 1 | -0/+1 |
|\ \ \ \ \ | |||||
| * | | | | | config: don't include config.h by default | Brandon Williams | 2017-06-15 | 1 | -0/+1 |
| |/ / / / | |||||
* | | | | | Merge branch 'bw/object-id' | Junio C Hamano | 2017-06-19 | 1 | -4/+4 |
|\ \ \ \ \ | |||||
| * | | | | | diff-tree: convert diff_tree_sha1 to struct object_id | Brandon Williams | 2017-06-05 | 1 | -3/+3 |
| * | | | | | patch-ids: convert to struct object_id | Brandon Williams | 2017-06-02 | 1 | -1/+1 |
* | | | | | | Merge branch 'nd/fopen-errors' | Junio C Hamano | 2017-06-13 | 1 | -3/+8 |
|\ \ \ \ \ \ | |||||
| * | | | | | | log: fix memory leak in open_next_file() | Nguyễn Thái Ngọc Duy | 2017-05-26 | 1 | -4/+8 |
| * | | | | | | print errno when reporting a system call error | Nguyễn Thái Ngọc Duy | 2017-05-26 | 1 | -1/+2 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge branch 'jk/diff-blob' | Junio C Hamano | 2017-06-02 | 1 | -3/+7 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | / / | | |_|/ / | |/| | | | |||||
| * | | | | get_sha1_with_context: dynamically allocate oc->path | Jeff King | 2017-05-24 | 1 | -3/+7 |
| |/ / / | |||||
* | | | | Merge branch 'bc/object-id' | Junio C Hamano | 2017-05-29 | 1 | -5/+5 |
|\ \ \ \ | |||||
| * | | | | object: convert parse_object* to take struct object_id | brian m. carlson | 2017-05-08 | 1 | -1/+1 |
| * | | | | Convert lookup_commit* to struct object_id | brian m. carlson | 2017-05-08 | 1 | -4/+4 |
| |/ / / | |||||
* | | | | Merge branch 'ah/log-decorate-default-to-auto' | Junio C Hamano | 2017-05-23 | 1 | -2/+2 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | builtin/log: honor log.decorate | brian m. carlson | 2017-05-15 | 1 | -2/+2 |
* | | | | timestamp_t: a new data type for timestamps | Johannes Schindelin | 2017-04-27 | 1 | -1/+1 |
* | | | | PRItime: introduce a new "printf format" for timestamps | Johannes Schindelin | 2017-04-24 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | Merge branch 'ah/log-decorate-default-to-auto' | Junio C Hamano | 2017-04-11 | 1 | -1/+8 |
|\| | | |||||
| * | | log: if --decorate is not given, default to --decorate=auto | Alex Henrie | 2017-03-24 | 1 | -1/+8 |
* | | | prefix_filename: return newly allocated string | Jeff King | 2017-03-21 | 1 | -1/+1 |
* | | | prefix_filename: drop length parameter | Jeff King | 2017-03-21 | 1 | -2/+1 |
|/ / | |||||
* / | pretty: use fmt_output_email_subject() | René Scharfe | 2017-03-02 | 1 | -2/+3 |
|/ | |||||
* | Merge branch 'jt/format-patch-rfc' | Junio C Hamano | 2016-09-27 | 1 | -1/+9 |
|\ | |||||
| * | format-patch: add "--rfc" for the common case of [RFC PATCH] | Josh Triplett | 2016-09-21 | 1 | -1/+9 |
* | | Merge branch 'jt/format-patch-base-info-above-sig' | Junio C Hamano | 2016-09-22 | 1 | -3/+3 |
|\ \ | |||||
| * | | format-patch: show base info before email signature | Josh Triplett | 2016-09-15 | 1 | -3/+3 |
| |/ | |||||
* | | Merge branch 'bc/object-id' | Junio C Hamano | 2016-09-19 | 1 | -22/+22 |
|\ \ | |||||
| * | | streaming: make stream_blob_to_fd take struct object_id | brian m. carlson | 2016-09-07 | 1 | -2/+2 |
| * | | builtin: convert textconv_object to use struct object_id | brian m. carlson | 2016-09-07 | 1 | -1/+1 |
| * | | builtin/log: convert some static functions to use struct object_id | brian m. carlson | 2016-09-07 | 1 | -22/+22 |
| |/ | |||||
* | | Merge branch 'jk/format-patch-number-singleton-patch-with-cover' | Junio C Hamano | 2016-09-09 | 1 | -4/+4 |
|\ \ | |/ |/| | |||||
| * | format-patch: show 0/1 and 1/1 for singleton patch with cover letter | Jacob Keller | 2016-08-24 | 1 | -4/+4 |
* | | Merge branch 'kw/patch-ids-optim' | Junio C Hamano | 2016-08-12 | 1 | -1/+1 |
|\ \ | |||||
| * | | rebase: avoid computing unnecessary patch IDs | Kevin Willford | 2016-08-11 | 1 | -1/+1 |
| |/ | |||||
* | | Merge branch 'jt/format-patch-from-config' | Junio C Hamano | 2016-08-10 | 1 | -1/+12 |
|\ \ | |||||
| * | | format-patch: format.from gives the default for --from | Josh Triplett | 2016-08-01 | 1 | -1/+12 |
| |/ |