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-31
rebase -r: support merge strategies other than `recursive`
Johannes Schindelin
1
-2
/
+12
2019-07-31
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
2019-03-07
sequencer: change complete_action() to use the refactored functions
Alban Gruin
1
-45
/
+34
2019-03-07
sequencer: make sequencer_make_script() write its script to a strbuf
Alban Gruin
1
-23
/
+18
2019-03-07
sequencer: refactor rearrange_squash() to work on a todo_list
Alban Gruin
1
-45
/
+47
2019-03-07
sequencer: refactor sequencer_add_exec_commands() to work on a todo_list
Alban Gruin
1
-40
/
+74
2019-02-22
trace2:data: add trace2 hook classification
Jeff Hostetler
1
-0
/
+2
2019-02-13
Merge branch 'rj/sequencer-sign-off-header-static'
Junio C Hamano
1
-1
/
+1
2019-02-11
sequencer: make sign_off_header a file local symbol
Ramsay Jones
1
-1
/
+1
2019-02-06
Merge branch 'nd/the-index-final'
Junio C Hamano
1
-20
/
+21
2019-02-06
Merge branch 'en/rebase-merge-on-sequencer'
Junio C Hamano
1
-10
/
+13
2019-02-04
config: allow giving separate author and committer idents
William Hubbs
1
-3
/
+2
2019-01-29
Merge branch 'js/rebase-i-redo-exec'
Junio C Hamano
1
-3
/
+10
2019-01-29
sequencer: refactor check_todo_list() to work on a todo_list
Alban Gruin
1
-98
/
+23
2019-01-29
sequencer: introduce todo_list_write_to_file()
Alban Gruin
1
-20
/
+41
2019-01-29
sequencer: refactor transform_todos() to work on a todo_list
Alban Gruin
1
-18
/
+36
2019-01-29
sequencer: remove the 'arg' field from todo_item
Alban Gruin
1
-29
/
+38
2019-01-18
Merge branch 'so/cherry-pick-always-allow-m1'
Junio C Hamano
1
-3
/
+7
2019-01-18
Merge branch 'nd/style-opening-brace'
Junio C Hamano
1
-2
/
+4
2019-01-14
merge-recursive.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2019-01-14
read-cache.c: kill read_index()
Nguyễn Thái Ngọc Duy
1
-10
/
+10
[next]