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
2020-03-12
Merge branch 'en/rebase-backend'
Junio C Hamano
1
-0
/
+2
2020-03-11
sequencer: clear state upon dropping a become-empty commit
Elijah Newren
1
-0
/
+2
2020-03-02
Merge branch 'en/rebase-backend'
Junio C Hamano
1
-31
/
+51
2020-02-16
rebase: drop '-i' from the reflog for interactive-based rebases
Elijah Newren
1
-4
/
+4
2020-02-16
rebase, sequencer: remove the broken GIT_QUIET handling
Elijah Newren
1
-4
/
+2
2020-02-16
rebase (interactive-backend): fix handling of commits that become empty
Elijah Newren
1
-11
/
+39
2020-02-16
rebase (interactive-backend): make --keep-empty the default
Elijah Newren
1
-13
/
+7
2020-02-14
Merge branch 'ag/edit-todo-drop-check'
Junio C Hamano
1
-40
/
+11
2020-02-14
Merge branch 'ag/rebase-avoid-unneeded-checkout'
Junio C Hamano
1
-14
/
+0
2020-02-14
Merge branch 'js/rebase-i-with-colliding-hash'
Junio C Hamano
1
-4
/
+14
2020-01-28
avoid computing zero offsets from NULL pointer
Jeff King
1
-3
/
+3
2020-01-28
rebase-interactive: warn if commit is dropped with `rebase --edit-todo'
Alban Gruin
1
-11
/
+11
2020-01-28
sequencer: move check_todo_list_from_file() to rebase-interactive.c
Alban Gruin
1
-29
/
+0
2020-01-24
rebase -i: stop checking out the tip of the branch to rebase
Alban Gruin
1
-14
/
+0
2020-01-23
rebase -i: re-fix short SHA-1 collision
Johannes Schindelin
1
-1
/
+10
2020-01-23
parse_insn_line(): improve error message when parsing failed
Johannes Schindelin
1
-3
/
+4
2020-01-12
Revert "Merge branch 'ra/rebase-i-more-options'"
Junio C Hamano
1
-133
/
+8
2019-12-16
Merge branch 'ag/sequencer-todo-updates'
Junio C Hamano
1
-9
/
+23
2019-12-10
Merge branch 'ag/sequencer-continue-leakfix'
Junio C Hamano
1
-2
/
+4
2019-12-10
Merge branch 'ra/rebase-i-more-options'
Junio C Hamano
1
-8
/
+133
2019-12-06
Merge branch 'sg/assume-no-todo-update-in-cherry-pick'
Junio C Hamano
1
-1
/
+1
2019-12-05
Merge branch 'pw/sequencer-compare-with-right-parent-to-check-empty-commits'
Junio C Hamano
1
-5
/
+21
2019-12-05
Merge branch 'dd/rebase-merge-reserves-onto-label'
Junio C Hamano
1
-0
/
+5
2019-12-05
Merge branch 'js/rebase-r-safer-label'
Junio C Hamano
1
-27
/
+45
2019-12-01
Merge branch 'dd/sequencer-utf8'
Junio C Hamano
1
-7
/
+14
2019-12-01
Merge branch 'en/doc-typofix'
Junio C Hamano
1
-3
/
+3
2019-11-30
sequencer: fix a memory leak in sequencer_continue()
Alban Gruin
1
-2
/
+4
2019-11-25
sequencer: directly call pick_commits() from complete_action()
Alban Gruin
1
-4
/
+10
2019-11-25
sequencer: move the code writing total_nr on the disk to a new function
Alban Gruin
1
-5
/
+11
2019-11-25
sequencer: update `done_nr' when skipping commands in a todo list
Alban Gruin
1
-0
/
+1
2019-11-25
sequencer: update `total_nr' when adding an item to a todo list
Alban Gruin
1
-0
/
+1
2019-11-24
sequencer: don't re-read todo for revert and cherry-pick
SZEDER Gábor
1
-1
/
+1
2019-11-23
sequencer: fix empty commit check when amending
Phillip Wood
1
-5
/
+21
2019-11-20
sequencer: handle rebase-merges for "onto" message
Doan Tran Cong Danh
1
-0
/
+5
2019-11-18
rebase -r: let `label` generate safer labels
Matthew Rogers
1
-1
/
+19
2019-11-18
rebase-merges: move labels' whitespace mangling into `label_oid()`
Johannes Schindelin
1
-28
/
+28
2019-11-11
sequencer: reencode commit message for am/rebase --show-current-patch
Doan Tran Cong Danh
1
-1
/
+2
2019-11-11
sequencer: reencode old merge-commit message
Doan Tran Cong Danh
1
-1
/
+2
2019-11-11
sequencer: reencode squashing commit's message
Doan Tran Cong Danh
1
-3
/
+5
2019-11-11
sequencer: reencode revert/cherry-pick's todo list
Doan Tran Cong Danh
1
-1
/
+4
2019-11-11
sequencer: reencode to utf-8 before arrange rebase's todo list
Doan Tran Cong Danh
1
-1
/
+1
2019-11-10
Merge branch 'pw/post-commit-from-sequencer'
Junio C Hamano
1
-13
/
+11
2019-11-10
Fix spelling errors in code comments
Elijah Newren
1
-3
/
+3
2019-11-02
rebase -i: support --ignore-date
Rohit Ashiwal
1
-3
/
+57
2019-11-02
sequencer: rename amend_author to author_to_rename
Rohit Ashiwal
1
-3
/
+3
2019-11-02
rebase -i: support --committer-date-is-author-date
Rohit Ashiwal
1
-2
/
+63
2019-11-02
sequencer: allow callers of read_author_script() to ignore fields
Rohit Ashiwal
1
-3
/
+13
2019-10-16
sequencer: run post-commit hook
Phillip Wood
1
-0
/
+1
2019-10-16
move run_commit_hook() to libgit and use it there
Phillip Wood
1
-13
/
+10
2019-10-15
Merge branch 'ew/hashmap'
Junio C Hamano
1
-15
/
+29
[next]