Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | -1/+1 |
|\ \ | |||||
| * | | builtin/notes: convert to struct object_id | brian m. carlson | 2017-06-02 | 1 | -1/+1 |
* | | | Merge branch 'nd/fopen-errors' | Junio C Hamano | 2017-06-13 | 1 | -6/+2 |
|\ \ \ | |||||
| * | | | use xfopen() in more places | Nguyễn Thái Ngọc Duy | 2017-05-26 | 1 | -6/+2 |
| | |/ | |/| | |||||
* | | | Merge branch 'jk/unbreak-am-h' | Junio C Hamano | 2017-06-04 | 1 | -0/+3 |
|\ \ \ | |_|/ |/| | | |||||
| * | | am: handle "-h" argument earlierjk/unbreak-am-h | Jeff King | 2017-05-30 | 1 | -0/+3 |
| |/ | |||||
* | | Merge branch 'ja/do-not-ask-needless-questions' | Junio C Hamano | 2017-05-29 | 1 | -2/+3 |
|\ \ | |||||
| * | | usability: don't ask questions if no reply is required | Jean-Noel Avila | 2017-05-12 | 1 | -2/+3 |
* | | | Merge branch 'js/plug-leaks' | Junio C Hamano | 2017-05-29 | 1 | -9/+6 |
|\ \ \ | |||||
| * | | | get_mail_commit_oid(): avoid resource leak | Johannes Schindelin | 2017-05-08 | 1 | -9/+6 |
| | |/ | |/| | |||||
* | | | Merge branch 'bc/object-id' | Junio C Hamano | 2017-05-29 | 1 | -9/+9 |
|\ \ \ | |||||
| * | | | tree: convert parse_tree_indirect to struct object_id | brian m. carlson | 2017-05-08 | 1 | -3/+3 |
| * | | | diff-lib: convert do_diff_cache to struct object_id | brian m. carlson | 2017-05-08 | 1 | -1/+1 |
| * | | | revision: rename add_pending_sha1 to add_pending_oid | brian m. carlson | 2017-05-08 | 1 | -1/+1 |
| * | | | Convert lookup_tree to struct object_id | brian m. carlson | 2017-05-08 | 1 | -2/+2 |
| * | | | Convert lookup_commit* to struct object_id | brian m. carlson | 2017-05-08 | 1 | -2/+2 |
| |/ / | |||||
* | | | Merge branch 'rs/checkout-am-fix-unborn' | Junio C Hamano | 2017-05-23 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | am: check return value of resolve_refdup before using hashrs/checkout-am-fix-unborn | René Scharfe | 2017-05-08 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | Merge branch 'js/larger-timestamps' | Junio C Hamano | 2017-05-16 | 1 | -2/+2 |
|\ \ \ | |||||
| * | | | timestamp_t: a new data type for timestamps | Johannes Schindelin | 2017-04-27 | 1 | -1/+1 |
| * | | | parse_timestamp(): specify explicitly where we parse timestamps | Johannes Schindelin | 2017-04-23 | 1 | -1/+1 |
* | | | | Merge branch 'jk/am-leakfix' | Junio C Hamano | 2017-05-16 | 1 | -20/+14 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | am: shorten ident_split variable name in get_commit_info()jk/am-leakfix | Jeff King | 2017-04-27 | 1 | -11/+9 |
| * | | | am: simplify allocations in get_commit_info() | Jeff King | 2017-04-27 | 1 | -15/+10 |
| * | | | am: fix commit buffer leak in get_commit_info() | Jeff King | 2017-04-27 | 1 | -0/+1 |
* | | | | Merge branch 'jk/war-on-git-path' | Junio C Hamano | 2017-04-26 | 1 | -6/+4 |
|\ \ \ \ | |||||
| * | | | | am: drop "dir" parameter from am_state_initjk/war-on-git-path | Jeff King | 2017-04-20 | 1 | -6/+4 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'gb/rebase-signoff' | Junio C Hamano | 2017-04-26 | 1 | -21/+18 |
|\ \ \ \ | |||||
| * | | | | builtin/am: fold am_signoff() into am_append_signoff() | Giuseppe Bilotta | 2017-04-16 | 1 | -18/+15 |
| * | | | | builtin/am: honor --signoff also when --rebasing | Giuseppe Bilotta | 2017-04-16 | 1 | -3/+3 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'rs/misc-cppcheck-fixes' | Junio C Hamano | 2017-04-23 | 1 | -2/+6 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | am: close stream on error, but not stdin | René Scharfe | 2017-04-16 | 1 | -2/+6 |
| | |/ | |/| | |||||
* | | | delete_ref: accept a reflog message argument | Kyle Meyer | 2017-02-20 | 1 | -2/+2 |
|/ / | |||||
* | | Merge branch 'sb/sequencer-abort-safety' | Junio C Hamano | 2016-12-21 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | am: change safe_to_abort()'s not rewinding error into a warning | Stephan Beyer | 2016-12-08 | 1 | -1/+1 |
| * | am: fix filename in safe_to_abort() error message | Stephan Beyer | 2016-12-08 | 1 | -1/+1 |
* | | hold_locked_index(): align error handling with hold_lockfile_for_update() | Junio C Hamano | 2016-12-07 | 1 | -3/+3 |
|/ | |||||
* | Merge branch 'bc/object-id' | Junio C Hamano | 2016-09-19 | 1 | -70/+70 |
|\ | |||||
| * | builtin/am: convert to struct object_id | brian m. carlson | 2016-09-07 | 1 | -70/+70 |
* | | Merge branch 'cc/apply-am' | Junio C Hamano | 2016-09-19 | 1 | -22/+43 |
|\ \ | |||||
| * | | builtin/am: use apply API in run_apply()cc/apply-am | Christian Couder | 2016-09-07 | 1 | -22/+43 |
* | | | Merge branch 'ah/misc-message-fixes' | Junio C Hamano | 2016-09-15 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | am: put spaces around pipe in usage string | Alex Henrie | 2016-09-08 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | am: refactor read_author_script()jc/am-read-author-file | Junio C Hamano | 2016-08-30 | 1 | -58/+45 |
|/ / | |||||
* | | Merge branch 'js/am-3-merge-recursive-direct' | Junio C Hamano | 2016-08-10 | 1 | -40/+22 |
|\ \ | |||||
| * | | am -3: use merge_recursive() directly again | Johannes Schindelin | 2016-07-26 | 1 | -40/+22 |
| |/ | |||||
* | | Merge branch 'jk/reset-ident-time-per-commit' | Junio C Hamano | 2016-08-10 | 1 | -0/+2 |
|\ \ | |/ |/| | |||||
| * | am: reset cached ident date for each patchjk/reset-ident-time-per-commit | Jeff King | 2016-08-01 | 1 | -0/+2 |