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-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-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
2019-01-14
repository.c: replace hold_locked_index() with repo_hold_locked_index()
Nguyễn Thái Ngọc Duy
1
-5
/
+5
2019-01-14
notes-utils.c: remove the_repository references
Nguyễn Thái Ngọc Duy
1
-3
/
+4
2019-01-08
sequencer: make the todo_list structure public
Alban Gruin
1
-57
/
+12
2019-01-08
sequencer: changes in parse_insn_buffer()
Alban Gruin
1
-1
/
+6
2019-01-04
Merge branch 'nd/the-index'
Junio C Hamano
1
-203
/
+250
2018-12-28
git-rebase, sequencer: extend --quiet option for the interactive machinery
Elijah Newren
1
-10
/
+13
2018-12-26
cherry-pick: do not error on non-merge commits when '-m 1' is specified
Sergey Organov
1
-3
/
+7
2018-12-11
rebase: introduce --reschedule-failed-exec
Johannes Schindelin
1
-3
/
+10
2018-12-10
style: the opening '{' of a function is in a separate line
Nguyễn Thái Ngọc Duy
1
-2
/
+4
2018-11-18
Merge branch 'js/rebase-r-and-merge-head'
Junio C Hamano
1
-4
/
+6
2018-11-13
Merge branch 'bp/refresh-index-using-preload'
Junio C Hamano
1
-1
/
+1
2018-11-13
Merge branch 'ag/rebase-i-in-c'
Junio C Hamano
1
-1
/
+1
2018-11-13
Merge branch 'pw/am-rebase-read-author-script'
Junio C Hamano
1
-71
/
+121
2018-11-13
Merge branch 'ma/sequencer-do-reset-saner-loop-termination'
Junio C Hamano
1
-2
/
+5
2018-11-13
rebase -i: include MERGE_HEAD into files to clean up
Johannes Schindelin
1
-0
/
+2
2018-11-13
rebase -r: do not write MERGE_HEAD unless needed
Johannes Schindelin
1
-4
/
+4
2018-11-12
diff-lib.c: remove the_repository references
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2018-11-12
cache-tree.c: remove the_repository references
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-11-12
sequencer.c: remove implicit dependency on the_repository
Nguyễn Thái Ngọc Duy
1
-63
/
+71
2018-11-12
sequencer.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-141
/
+180
2018-11-12
wt-status.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-4
/
+4
2018-11-06
refresh_index: remove unnecessary calls to preload_index()
Ben Peart
1
-1
/
+1
2018-11-05
sequencer.c: remove a stray semicolon
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-11-02
Merge branch 'js/rebase-i-shortopt'
Junio C Hamano
1
-1
/
+2
2018-11-02
Merge branch 'js/rebase-i-break'
Junio C Hamano
1
-1
/
+24
2018-11-02
Merge branch 'cb/printf-empty-format'
Junio C Hamano
1
-1
/
+1
[prev]
[next]