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-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
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
[next]