Age | Commit message (Expand) | Author | Files | Lines |
2021-02-05 | Merge branch 'rs/rebase-commit-validation' into maint | Junio C Hamano | 1 | -1/+3 |
2021-01-04 | rebase: verify commit parameter | René Scharfe | 1 | -1/+3 |
2020-11-18 | Merge branch 'en/merge-ort-api-null-impl' | Junio C Hamano | 1 | -1/+12 |
2020-11-18 | Merge branch 'pw/rebase-i-orig-head' | Junio C Hamano | 1 | -10/+10 |
2020-11-04 | rebase -i: simplify get_revision_ranges() | Phillip Wood | 1 | -6/+4 |
2020-11-04 | rebase -i: use struct object_id when writing state | Phillip Wood | 1 | -2/+3 |
2020-11-04 | rebase -i: use struct object_id rather than looking up commit | Phillip Wood | 1 | -2/+3 |
2020-11-04 | rebase -i: stop overwriting ORIG_HEAD buffer | Phillip Wood | 1 | -5/+5 |
2020-11-02 | merge,rebase,revert: select ort or recursive by config or environment | Elijah Newren | 1 | -1/+12 |
2020-10-20 | Documentation: stylistically normalize references to Signed-off-by: | Bradley M. Kuhn | 1 | -1/+1 |
2020-09-25 | Merge branch 'ds/maintenance-part-1' | Junio C Hamano | 1 | -2/+2 |
2020-09-17 | maintenance: replace run_auto_gc() | Derrick Stolee | 1 | -2/+2 |
2020-09-03 | Merge branch 'pw/rebase-i-more-options' | Junio C Hamano | 1 | -11/+36 |
2020-08-19 | rebase: add --reset-author-date | Rohit Ashiwal | 1 | -1/+3 |
2020-08-19 | rebase -i: support --ignore-date | Phillip Wood | 1 | -5/+8 |
2020-08-17 | rebase -i: support --committer-date-is-author-date | Phillip Wood | 1 | -5/+12 |
2020-07-30 | strvec: rename struct fields | Jeff King | 1 | -8/+8 |
2020-07-28 | strvec: fix indentation in renamed calls | Jeff King | 1 | -7/+7 |
2020-07-28 | strvec: convert builtin/ callers away from argv_array name | Jeff King | 1 | -30/+30 |
2020-07-28 | strvec: rename files from argv-array to strvec | Jeff King | 1 | -1/+1 |
2020-07-13 | rebase -i: add --ignore-whitespace flag | Rohit Ashiwal | 1 | -3/+16 |
2020-05-13 | Merge branch 'jc/auto-gc-quiet' | Junio C Hamano | 1 | -2/+1 |
2020-05-07 | auto-gc: pass --quiet down from am, commit, merge and rebase | Junio C Hamano | 1 | -2/+1 |
2020-05-05 | Merge branch 'dl/opt-callback-cleanup' | Junio C Hamano | 1 | -10/+10 |
2020-05-01 | Merge branch 'en/rebase-root-and-fork-point-are-incompatible' | Junio C Hamano | 1 | -0/+3 |
2020-04-29 | Merge branch 'dl/merge-autostash-rebase-quit-fix' | Junio C Hamano | 1 | -0/+1 |
2020-04-29 | Merge branch 'dl/merge-autostash' | Junio C Hamano | 1 | -264/+44 |
2020-04-28 | rebase: save autostash entry into stash reflog on --quit | Denton Liu | 1 | -0/+1 |
2020-04-28 | Use OPT_CALLBACK and OPT_CALLBACK_F | Denton Liu | 1 | -10/+10 |
2020-04-27 | rebase: display an error if --root and --fork-point are both provided | Elijah Newren | 1 | -0/+3 |
2020-04-22 | Merge branch 'jt/rebase-allow-duplicate' | Junio C Hamano | 1 | -0/+7 |
2020-04-22 | Merge branch 'en/rebase-no-keep-empty' | Junio C Hamano | 1 | -7/+10 |
2020-04-22 | Merge branch 'dd/no-gpg-sign' | Junio C Hamano | 1 | -3/+4 |
2020-04-11 | rebase --merge: optionally skip upstreamed commits | Jonathan Tan | 1 | -0/+7 |
2020-04-11 | rebase: fix an incompatible-options error message | Elijah Newren | 1 | -1/+1 |
2020-04-11 | rebase: reinstate --no-keep-empty | Elijah Newren | 1 | -6/+9 |
2020-04-10 | merge: teach --autostash option | Denton Liu | 1 | -2/+1 |
2020-04-10 | sequencer: extract perform_autostash() from rebase | Denton Liu | 1 | -49/+0 |
2020-04-10 | rebase: generify create_autostash() | Denton Liu | 1 | -16/+16 |
2020-04-10 | rebase: extract create_autostash() | Denton Liu | 1 | -44/+50 |
2020-04-10 | reset: extract reset_head() from rebase | Denton Liu | 1 | -138/+1 |
2020-04-10 | rebase: generify reset_head() | Denton Liu | 1 | -27/+37 |
2020-04-10 | rebase: use apply_autostash() from sequencer.c | Denton Liu | 1 | -47/+2 |
2020-04-10 | rebase: use read_oneliner() | Denton Liu | 1 | -20/+17 |
2020-04-03 | rebase.c: honour --no-gpg-sign | Đoàn Trần Công Danh | 1 | -3/+4 |
2020-03-26 | Merge branch 'bc/filter-process' | Junio C Hamano | 1 | -0/+1 |
2020-03-16 | builtin/rebase: compute checkout metadata for rebases | brian m. carlson | 1 | -0/+1 |
2020-03-12 | Merge branch 'en/rebase-backend' | Junio C Hamano | 1 | -1/+1 |
2020-03-11 | i18n: unmark a message in rebase.c | Jiang Xin | 1 | -1/+1 |
2020-03-05 | Merge branch 'ag/rebase-remove-redundant-code' | Junio C Hamano | 1 | -9/+1 |