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
/
sequencer.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-29
Merge branch 'dl/merge-autostash'
Junio C Hamano
1
-0
/
+20
2020-04-22
Merge branch 'jt/rebase-allow-duplicate'
Junio C Hamano
1
-1
/
+1
2020-04-22
Merge branch 'en/rebase-no-keep-empty'
Junio C Hamano
1
-1
/
+1
2020-04-11
rebase --merge: optionally skip upstreamed commits
Jonathan Tan
1
-1
/
+1
2020-04-11
rebase: reinstate --no-keep-empty
Elijah Newren
1
-1
/
+1
2020-04-10
sequencer: implement apply_autostash_oid()
Denton Liu
1
-0
/
+1
2020-04-10
sequencer: implement save_autostash()
Denton Liu
1
-0
/
+1
2020-04-10
sequencer: extract perform_autostash() from rebase
Denton Liu
1
-0
/
+2
2020-04-10
rebase: use apply_autostash() from sequencer.c
Denton Liu
1
-0
/
+2
2020-04-07
sequencer: make read_oneliner() extern
Denton Liu
1
-0
/
+14
2020-03-25
Merge branch 'pw/advise-rebase-skip'
Junio C Hamano
1
-1
/
+2
2020-03-02
Merge branch 'en/rebase-backend'
Junio C Hamano
1
-1
/
+2
2020-02-16
rebase (interactive-backend): fix handling of commits that become empty
Elijah Newren
1
-0
/
+1
2020-02-16
rebase (interactive-backend): make --keep-empty the default
Elijah Newren
1
-1
/
+1
2020-02-14
Merge branch 'ag/edit-todo-drop-check'
Junio C Hamano
1
-1
/
+1
2020-02-14
Merge branch 'ag/rebase-avoid-unneeded-checkout'
Junio C Hamano
1
-3
/
+0
2020-01-28
rebase-interactive: warn if commit is dropped with `rebase --edit-todo'
Alban Gruin
1
-0
/
+1
2020-01-28
sequencer: move check_todo_list_from_file() to rebase-interactive.c
Alban Gruin
1
-1
/
+0
2020-01-24
rebase -i: stop checking out the tip of the branch to rebase
Alban Gruin
1
-3
/
+0
2020-01-12
Revert "Merge branch 'ra/rebase-i-more-options'"
Junio C Hamano
1
-2
/
+0
2019-12-10
Merge branch 'ra/rebase-i-more-options'
Junio C Hamano
1
-0
/
+2
2019-12-06
commit: encapsulate determine_whence() for sequencer
Phillip Wood
1
-1
/
+2
2019-11-10
Merge branch 'pw/post-commit-from-sequencer'
Junio C Hamano
1
-2
/
+1
2019-11-02
rebase -i: support --ignore-date
Rohit Ashiwal
1
-0
/
+1
2019-11-02
rebase -i: support --committer-date-is-author-date
Rohit Ashiwal
1
-0
/
+1
2019-10-16
sequencer.h fix placement of #endif
Phillip Wood
1
-2
/
+1
2019-09-18
Merge branch 'js/rebase-r-strategy'
Junio C Hamano
1
-0
/
+6
2019-07-31
rebase -r: do not (re-)generate root commits with `--root` *and* `--onto`
Johannes Schindelin
1
-0
/
+6
2019-07-19
Merge branch 'ra/cherry-pick-revert-skip'
Junio C Hamano
1
-0
/
+1
2019-07-09
Merge branch 'nd/switch-and-restore'
Junio C Hamano
1
-1
/
+1
2019-07-02
cherry-pick/revert: add --skip option
Rohit Ashiwal
1
-0
/
+1
2019-05-13
Merge branch 'pw/clean-sequencer-state-upon-final-commit'
Junio C Hamano
1
-0
/
+3
2019-05-13
Merge branch 'pw/rebase-i-internal'
Junio C Hamano
1
-3
/
+4
2019-05-09
Merge branch 'dl/merge-cleanup-scissors-fix'
Junio C Hamano
1
-1
/
+8
2019-05-09
Merge branch 'pw/sequencer-cleanup-with-signoff-x-fix'
Junio C Hamano
1
-0
/
+1
2019-04-25
Merge branch 'ag/sequencer-reduce-rewriting-todo'
Junio C Hamano
1
-17
/
+64
2019-04-19
rebase -i: use struct commit when parsing options
Phillip Wood
1
-2
/
+2
2019-04-19
sequencer: always discard index after checkout
Phillip Wood
1
-1
/
+2
2019-04-19
Merge branch 'ag/sequencer-reduce-rewriting-todo' into pw/rebase-i-internal
Junio C Hamano
1
-17
/
+64
2019-04-19
cherry-pick/revert: add scissors line on merge conflict
Denton Liu
1
-1
/
+2
2019-04-18
commit: extract cleanup_mode functions to sequencer
Denton Liu
1
-0
/
+6
2019-04-18
sequencer: fix cleanup with --signoff and -x
Phillip Wood
1
-0
/
+1
2019-04-17
fix cherry-pick/revert status after commit
Phillip Wood
1
-0
/
+2
2019-04-17
commit/reset: try to clean up sequencer state
Phillip Wood
1
-0
/
+1
2019-03-07
rebase--interactive: move transform_todo_file()
Alban Gruin
1
-1
/
+0
2019-03-07
rebase-interactive: rewrite edit_todo_list() to handle the initial edit
Alban Gruin
1
-0
/
+1
2019-03-07
rebase-interactive: use todo_list_write_to_file() in edit_todo_list()
Alban Gruin
1
-3
/
+0
2019-03-07
rebase--interactive: move rearrange_squash_in_todo_file()
Alban Gruin
1
-1
/
+1
2019-03-07
rebase--interactive: move sequencer_add_exec_commands()
Alban Gruin
1
-2
/
+2
2019-03-07
sequencer: change complete_action() to use the refactored functions
Alban Gruin
1
-1
/
+1
[next]