index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
rebase.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2020-03-05
Merge branch 'es/do-not-let-rebase-switch-to-protected-branch'
Junio C Hamano
1
-2
/
+3
2020-03-02
Merge branch 'en/rebase-backend'
Junio C Hamano
1
-78
/
+179
2020-02-26
builtin/rebase: remove a call to get_oid() on `options.switch_to'
Alban Gruin
1
-9
/
+1
2020-02-24
rebase: refuse to switch to branch already checked out elsewhere
Eric Sunshine
1
-2
/
+3
2020-02-16
rebase: rename the two primary rebase backends
Elijah Newren
1
-52
/
+47
2020-02-16
rebase: change the default backend from "am" to "merge"
Elijah Newren
1
-2
/
+2
2020-02-16
rebase: make the backend configurable via config setting
Elijah Newren
1
-7
/
+24
2020-02-16
rebase: drop '-i' from the reflog for interactive-based rebases
Elijah Newren
1
-1
/
+1
2020-02-16
rebase: add an --am option
Elijah Newren
1
-1
/
+17
2020-02-16
rebase: move incompatibility checks between backend options a bit earlier
Elijah Newren
1
-11
/
+11
2020-02-16
rebase: allow more types of rebases to fast-forward
Elijah Newren
1
-4
/
+14
2020-02-16
rebase: fix handling of restrict_revision
Elijah Newren
1
-2
/
+2
2020-02-16
rebase: make sure to pass along the quiet flag to the sequencer
Elijah Newren
1
-1
/
+2
2020-02-16
rebase, sequencer: remove the broken GIT_QUIET handling
Elijah Newren
1
-4
/
+2
2020-02-16
rebase (interactive-backend): fix handling of commits that become empty
Elijah Newren
1
-0
/
+52
2020-02-16
rebase (interactive-backend): make --keep-empty the default
Elijah Newren
1
-9
/
+19
2020-02-14
Merge branch 'ag/rebase-avoid-unneeded-checkout'
Junio C Hamano
1
-13
/
+5
2020-01-24
rebase -i: stop checking out the tip of the branch to rebase
Alban Gruin
1
-13
/
+5
2020-01-17
git-rebase.txt: update description of --allow-empty-message
Elijah Newren
1
-5
/
+7
2020-01-12
Revert "Merge branch 'ra/rebase-i-more-options'"
Junio C Hamano
1
-37
/
+12
2020-01-02
Merge branch 'en/rebase-signoff-fix'
Junio C Hamano
1
-1
/
+1
2019-12-20
rebase: fix saving of --signoff state for am-based rebases
Elijah Newren
1
-1
/
+1
2019-12-16
Merge branch 'dl/rebase-with-autobase'
Junio C Hamano
1
-1
/
+2
2019-12-16
Merge branch 'ag/sequencer-todo-updates'
Junio C Hamano
1
-0
/
+6
2019-12-10
Merge branch 'ra/rebase-i-more-options'
Junio C Hamano
1
-12
/
+36
2019-12-05
rebase: fix format.useAutoBase breakage
Denton Liu
1
-1
/
+2
2019-11-25
rebase -i: finishing touches to --reset-author-date
Junio C Hamano
1
-3
/
+3
2019-11-25
rebase: fill `squash_onto' in get_replay_opts()
Alban Gruin
1
-0
/
+5
2019-11-10
Merge branch 'js/rebase-deprecate-preserve-merges'
Junio C Hamano
1
-3
/
+4
2019-11-02
rebase: add --reset-author-date
Rohit Ashiwal
1
-0
/
+2
2019-11-02
rebase -i: support --ignore-date
Rohit Ashiwal
1
-5
/
+9
2019-11-02
rebase -i: support --committer-date-is-author-date
Rohit Ashiwal
1
-5
/
+12
2019-11-02
rebase -i: add --ignore-whitespace flag
Rohit Ashiwal
1
-4
/
+15
2019-10-21
rebase: hide --preserve-merges option
Denton Liu
1
-3
/
+4
2019-09-30
Merge branch 'bw/rebase-autostash-keep-current-branch'
Junio C Hamano
1
-12
/
+1
2019-09-30
Merge branch 'dl/rebase-i-keep-base'
Junio C Hamano
1
-22
/
+62
2019-09-18
Merge branch 'js/rebase-r-strategy'
Junio C Hamano
1
-11
/
+5
2019-09-07
builtin/rebase.c: Remove pointless message
Ben Wijen
1
-15
/
+1
2019-09-07
builtin/rebase.c: make sure the active branch isn't moved when autostashing
Ben Wijen
1
-3
/
+6
2019-08-27
rebase: teach rebase --keep-base
Denton Liu
1
-6
/
+26
2019-08-27
rebase: fast-forward --fork-point in more cases
Denton Liu
1
-3
/
+7
2019-08-27
rebase: fast-forward --onto in more cases
Denton Liu
1
-8
/
+19
2019-08-27
rebase: refactor can_fast_forward into goto tower
Denton Liu
1
-8
/
+13
2019-07-31
rebase -r: do not (re-)generate root commits with `--root` *and* `--onto`
Johannes Schindelin
1
-2
/
+5
2019-07-31
rebase -r: support merge strategies other than `recursive`
Johannes Schindelin
1
-9
/
+0
2019-07-31
rebase: fold git-rebase--common into the -p backend
Johannes Schindelin
1
-2
/
+1
2019-07-31
Drop unused git-rebase--am.sh
Johannes Schindelin
1
-4
/
+0
[next]