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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-19
Merge branch 'nd/tree-walk-with-repo'
Junio C Hamano
1
-3
/
+3
2019-07-19
Merge branch 'ra/cherry-pick-revert-skip'
Junio C Hamano
1
-15
/
+119
2019-07-19
Merge branch 'pw/status-with-corrupt-sequencer-state'
Junio C Hamano
1
-22
/
+21
2019-07-09
Merge branch 'sg/rebase-progress'
Junio C Hamano
1
-3
/
+14
2019-07-09
Merge branch 'nd/switch-and-restore'
Junio C Hamano
1
-3
/
+5
2019-07-09
Merge branch 'pw/rebase-abort-clean-rewritten'
Junio C Hamano
1
-4
/
+7
2019-07-02
cherry-pick/revert: advise using --skip
Rohit Ashiwal
1
-3
/
+6
2019-07-02
cherry-pick/revert: add --skip option
Rohit Ashiwal
1
-0
/
+73
2019-07-02
sequencer: use argv_array in reset_merge
Rohit Ashiwal
1
-6
/
+11
2019-07-02
sequencer: rename reset_for_rollback to reset_merge
Rohit Ashiwal
1
-3
/
+3
2019-07-02
sequencer: add advice for revert
Rohit Ashiwal
1
-6
/
+29
2019-06-27
rebase: fix garbled progress display with '-x'
SZEDER Gábor
1
-3
/
+14
2019-06-27
Use the right 'struct repository' instead of the_repository
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2019-06-27
tree-walk.c: remove the_repo from fill_tree_descriptor()
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2019-06-27
status: do not report errors in sequencer/todo
Phillip Wood
1
-16
/
+8
2019-06-27
sequencer: factor out todo command name parsing
Phillip Wood
1
-6
/
+13
2019-06-27
sequencer: always allow tab after command name
Phillip Wood
1
-1
/
+1
2019-06-13
Merge branch 'pw/rebase-edit-message-for-replayed-merge'
Junio C Hamano
1
-0
/
+5
2019-05-19
rebase -r: always reword merge -c
Phillip Wood
1
-0
/
+5
2019-05-15
sequencer: return errors from sequencer_remove_state()
Phillip Wood
1
-4
/
+7
2019-05-15
sequencer: the `am` and `rebase--interactive` scripts are gone
Johannes Schindelin
1
-1
/
+1
2019-05-13
Merge branch 'pw/clean-sequencer-state-upon-final-commit'
Junio C Hamano
1
-0
/
+86
2019-05-13
Merge branch 'pw/rebase-i-internal'
Junio C Hamano
1
-17
/
+25
2019-05-09
Merge branch 'dl/merge-cleanup-scissors-fix'
Junio C Hamano
1
-6
/
+67
2019-05-09
Merge branch 'pw/sequencer-cleanup-with-signoff-x-fix'
Junio C Hamano
1
-7
/
+17
2019-04-25
Merge branch 'pw/cherry-pick-continue'
Junio C Hamano
1
-13
/
+40
2019-04-25
Merge branch 'ag/sequencer-reduce-rewriting-todo'
Junio C Hamano
1
-418
/
+237
2019-04-19
rebase -i: use struct commit when parsing options
Phillip Wood
1
-10
/
+11
2019-04-19
sequencer: always discard index after checkout
Phillip Wood
1
-10
/
+17
2019-04-19
Merge branch 'ag/sequencer-reduce-rewriting-todo' into pw/rebase-i-internal
Junio C Hamano
1
-418
/
+237
2019-04-19
cherry-pick/revert: add scissors line on merge conflict
Denton Liu
1
-5
/
+11
2019-04-19
sequencer.c: save and restore cleanup mode
Phillip Wood
1
-1
/
+27
2019-04-18
commit: extract cleanup_mode functions to sequencer
Denton Liu
1
-0
/
+29
2019-04-18
sequencer: fix cleanup with --signoff and -x
Phillip Wood
1
-7
/
+17
2019-04-17
fix cherry-pick/revert status after commit
Phillip Wood
1
-0
/
+35
2019-04-17
commit/reset: try to clean up sequencer state
Phillip Wood
1
-0
/
+51
2019-03-18
cherry-pick --continue: remember options
Phillip Wood
1
-0
/
+18
2019-03-18
sequencer: break some long lines
Phillip Wood
1
-13
/
+22
2019-03-14
sequencer: move stale comment into correct location
Johannes Schindelin
1
-1
/
+1
2019-03-14
sequencer: improve error message when an OID could not be parsed
Johannes Schindelin
1
-1
/
+2
2019-03-07
Merge branch 'jh/trace2'
Junio C Hamano
1
-0
/
+2
2019-03-07
Merge branch 'wh/author-committer-ident-config'
Junio C Hamano
1
-3
/
+2
2019-03-07
rebase--interactive: move transform_todo_file()
Alban Gruin
1
-23
/
+0
2019-03-07
sequencer: use edit_todo_list() in complete_action()
Alban Gruin
1
-14
/
+7
2019-03-07
rebase-interactive: rewrite edit_todo_list() to handle the initial edit
Alban Gruin
1
-2
/
+1
2019-03-07
rebase-interactive: append_todo_help() changes
Alban Gruin
1
-13
/
+4
2019-03-07
rebase-interactive: use todo_list_write_to_file() in edit_todo_list()
Alban Gruin
1
-2
/
+2
2019-03-07
sequencer: refactor skip_unnecessary_picks() to work on a todo_list
Alban Gruin
1
-63
/
+19
2019-03-07
rebase--interactive: move rearrange_squash_in_todo_file()
Alban Gruin
1
-27
/
+1
2019-03-07
rebase--interactive: move sequencer_add_exec_commands()
Alban Gruin
1
-26
/
+2
[next]