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
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-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-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-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
2018-11-02
Merge branch 'ag/rebase-i-in-c'
Junio C Hamano
1
-59
/
+261
2018-11-01
sequencer: use read_author_script()
Phillip Wood
1
-76
/
+21
2018-11-01
add read_author_script() to libgit
Phillip Wood
1
-0
/
+105
2018-10-31
sequencer: break out of loop explicitly
Martin Ågren
1
-2
/
+5
2018-10-27
sequencer: cleanup for gcc warning in non developer mode
Carlo Marcelo Arenas Belón
1
-1
/
+1
2018-10-26
rebase -i: recognize short commands without arguments
Johannes Sixt
1
-1
/
+2
2018-10-19
Merge branch 'nd/status-refresh-progress'
Junio C Hamano
1
-1
/
+1
2018-10-19
Merge branch 'nd/the-index'
Junio C Hamano
1
-9
/
+9
2018-10-16
Merge branch 'rs/sequencer-oidset-insert-avoids-dups'
Junio C Hamano
1
-3
/
+1
2018-10-12
rebase -i: introduce the 'break' command
Johannes Schindelin
1
-1
/
+23
2018-10-03
sequencer: use return value of oidset_insert()
René Scharfe
1
-3
/
+1
2018-09-24
Merge branch 'en/sequencer-empty-edit-result-aborts'
Junio C Hamano
1
-2
/
+2
2018-09-24
Merge branch 'js/rebase-i-autosquash-fix'
Junio C Hamano
1
-3
/
+14
2018-09-21
revision.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-4
/
+4
2018-09-21
rerere.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2018-09-21
merge.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-3
/
+3
2018-09-17
Merge branch 'jk/cocci'
Junio C Hamano
1
-20
/
+20
[next]