Age | Commit message (Expand) | Author | Files | Lines |
2020-10-20 | Documentation: stylistically normalize references to Signed-off-by: | Bradley M. Kuhn | 1 | -1/+1 |
2020-09-03 | Merge branch 'pb/doc-sequence-editor-configuration' | Junio C Hamano | 1 | -0/+1 |
2020-09-03 | Merge branch 'pw/rebase-i-more-options' | Junio C Hamano | 1 | -6/+27 |
2020-08-31 | doc: mention GIT_SEQUENCE_EDITOR and 'sequence.editor' more | Philippe Blain | 1 | -0/+1 |
2020-08-19 | rebase: add --reset-author-date | Rohit Ashiwal | 1 | -0/+1 |
2020-08-19 | rebase -i: support --ignore-date | Phillip Wood | 1 | -3/+4 |
2020-08-17 | rebase -i: support --committer-date-is-author-date | Phillip Wood | 1 | -3/+7 |
2020-07-13 | rebase -i: add --ignore-whitespace flag | Rohit Ashiwal | 1 | -2/+17 |
2020-07-09 | Merge branch 'ma/rebase-doc-typofix' into master | Junio C Hamano | 1 | -1/+1 |
2020-07-09 | git-rebase.txt: fix description list separator | Martin Ågren | 1 | -1/+1 |
2020-05-05 | Doc: reference the "stash list" in autostash docs | Denton Liu | 1 | -1/+1 |
2020-05-01 | Merge branch 'en/rebase-root-and-fork-point-are-incompatible' | Junio C Hamano | 1 | -2/+5 |
2020-04-29 | Merge branch 'dl/merge-autostash-rebase-quit-fix' | Junio C Hamano | 1 | -1/+2 |
2020-04-28 | Merge branch 'en/rebase-doc-hooks-called-by-accident' | Junio C Hamano | 1 | -3/+11 |
2020-04-28 | rebase: save autostash entry into stash reflog on --quit | Denton Liu | 1 | -1/+2 |
2020-04-27 | rebase: display an error if --root and --fork-point are both provided | Elijah Newren | 1 | -2/+5 |
2020-04-22 | Merge branch 'jt/rebase-allow-duplicate' | Junio C Hamano | 1 | -2/+23 |
2020-04-22 | Merge branch 'en/rebase-no-keep-empty' | Junio C Hamano | 1 | -16/+31 |
2020-04-22 | Merge branch 'dd/no-gpg-sign' | Junio C Hamano | 1 | -1/+4 |
2020-04-22 | Merge branch 'pb/rebase-doc-typofix' | Junio C Hamano | 1 | -1/+1 |
2020-04-11 | rebase --merge: optionally skip upstreamed commits | Jonathan Tan | 1 | -2/+23 |
2020-04-11 | rebase: reinstate --no-keep-empty | Elijah Newren | 1 | -17/+31 |
2020-04-11 | rebase -i: mark commits that begin empty in todo editor | Elijah Newren | 1 | -1/+2 |
2020-04-05 | git-rebase.txt: add another hook to the hooks section, and explain more | Elijah Newren | 1 | -3/+11 |
2020-04-03 | rebase.c: honour --no-gpg-sign | Đoàn Trần Công Danh | 1 | -1/+4 |
2020-03-28 | git-rebase.txt: fix typo | Philippe Blain | 1 | -1/+1 |
2020-03-11 | git-rebase.txt: highlight backend differences with commit rewording | Elijah Newren | 1 | -0/+10 |
2020-02-16 | rebase: rename the two primary rebase backends | Elijah Newren | 1 | -36/+41 |
2020-02-16 | rebase: change the default backend from "am" to "merge" | Elijah Newren | 1 | -1/+12 |
2020-02-16 | rebase: add an --am option | Elijah Newren | 1 | -1/+10 |
2020-02-16 | git-rebase.txt: add more details about behavioral differences of backends | Elijah Newren | 1 | -5/+80 |
2020-02-16 | rebase (interactive-backend): fix handling of commits that become empty | Elijah Newren | 1 | -3/+26 |
2020-02-16 | rebase (interactive-backend): make --keep-empty the default | Elijah Newren | 1 | -11/+13 |
2020-01-17 | git-rebase.txt: update description of --allow-empty-message | Elijah Newren | 1 | -3/+4 |
2020-01-12 | Revert "Merge branch 'ra/rebase-i-more-options'" | Junio C Hamano | 1 | -21/+6 |
2019-12-10 | Merge branch 'ra/rebase-i-more-options' | Junio C Hamano | 1 | -6/+21 |
2019-11-25 | rebase -i: finishing touches to --reset-author-date | Junio C Hamano | 1 | -2/+4 |
2019-11-12 | doc: improve readability of --rebase-merges in git-rebase | Naveen Nathan | 1 | -2/+2 |
2019-11-02 | rebase: add --reset-author-date | Rohit Ashiwal | 1 | -0/+1 |
2019-11-02 | rebase -i: support --ignore-date | Rohit Ashiwal | 1 | -3/+3 |
2019-11-02 | rebase -i: support --committer-date-is-author-date | Rohit Ashiwal | 1 | -3/+7 |
2019-11-02 | rebase -i: add --ignore-whitespace flag | Rohit Ashiwal | 1 | -2/+10 |
2019-09-30 | Merge branch 'dl/rebase-i-keep-base' | Junio C Hamano | 1 | -3/+27 |
2019-09-30 | Merge branch 'en/filter-branch-deprecation' | Junio C Hamano | 1 | -1/+2 |
2019-09-18 | Merge branch 'js/rebase-r-strategy' | Junio C Hamano | 1 | -2/+0 |
2019-09-05 | Recommend git-filter-repo instead of git-filter-branch | Elijah Newren | 1 | -1/+2 |
2019-08-27 | rebase: teach rebase --keep-base | Denton Liu | 1 | -3/+27 |
2019-07-31 | rebase -r: support merge strategies other than `recursive` | Johannes Schindelin | 1 | -2/+0 |
2019-07-09 | Merge branch 'nd/switch-and-restore' | Junio C Hamano | 1 | -1/+1 |
2019-07-09 | Merge branch 'pw/doc-synopsis-markup-opmode-options' | Junio C Hamano | 1 | -1/+1 |