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
2017-05-29
Merge branch 'pw/rebase-i-regression-fix'
Junio C Hamano
1
-1
/
+4
2017-05-29
Merge branch 'bc/object-id'
Junio C Hamano
1
-29
/
+30
2017-05-20
rebase -i: add missing newline to end of message
Phillip Wood
1
-1
/
+1
2017-05-20
rebase -i: silence stash apply
Phillip Wood
1
-0
/
+2
2017-05-20
rebase -i: fix reflog message
Phillip Wood
1
-0
/
+1
2017-05-16
Merge branch 'jt/use-trailer-api-in-commands'
Junio C Hamano
1
-7
/
+4
2017-05-08
tree: convert parse_tree_indirect to struct object_id
brian m. carlson
1
-1
/
+1
2017-05-08
sequencer: convert do_recursive_merge to struct object_id
brian m. carlson
1
-3
/
+3
2017-05-08
merge: convert checkout_fast_forward to struct object_id
brian m. carlson
1
-1
/
+1
2017-05-08
sequencer: convert fast_forward_to to struct object_id
brian m. carlson
1
-11
/
+11
2017-05-08
Convert lookup_tree to struct object_id
brian m. carlson
1
-1
/
+1
2017-05-08
Convert lookup_commit* to struct object_id
brian m. carlson
1
-4
/
+4
2017-05-08
Convert remaining callers of lookup_commit_reference* to object_id
brian m. carlson
1
-10
/
+10
2017-05-08
sequencer: convert some functions to struct object_id
brian m. carlson
1
-6
/
+6
2017-05-02
Convert struct cache_tree to use struct object_id
brian m. carlson
1
-1
/
+2
2017-05-01
Merge branch 'sh/rebase-i-reread-todo-after-exec'
Junio C Hamano
1
-0
/
+22
2017-04-27
rebase -i: reread the todo list if `exec` touched it
Stephen Hicks
1
-0
/
+22
2017-04-26
sequencer: add newline before adding footers
Jonathan Tan
1
-7
/
+4
2017-04-26
Merge branch 'jk/war-on-git-path'
Junio C Hamano
1
-6
/
+6
2017-04-20
use git_path_* helper functions
Jeff King
1
-6
/
+6
2017-03-30
Merge branch 'js/rebase-i-reword-to-run-hooks'
Junio C Hamano
1
-23
/
+31
2017-03-27
sequencer: allow the commit-msg hooks to run during a `reword`
Johannes Schindelin
1
-2
/
+6
2017-03-27
sequencer: make commit options more extensible
Johannes Schindelin
1
-22
/
+26
2017-03-23
sequencer: fix missing newline
Brandon Williams
1
-1
/
+1
2017-03-17
sequencer: drop "warning:" when stopping for edit
Jeff King
1
-1
/
+2
2017-01-17
sequencer (rebase -i): write out the final message
Johannes Schindelin
1
-0
/
+3
2017-01-17
sequencer (rebase -i): write the progress into files
Johannes Schindelin
1
-3
/
+27
2017-01-17
sequencer (rebase -i): show the progress
Johannes Schindelin
1
-0
/
+32
2017-01-17
sequencer (rebase -i): suggest --edit-todo upon unknown command
Johannes Schindelin
1
-1
/
+5
2017-01-17
sequencer (rebase -i): show only failed cherry-picks' output
Johannes Schindelin
1
-0
/
+4
2017-01-17
sequencer (rebase -i): show only failed `git commit`'s output
Johannes Schindelin
1
-0
/
+18
2017-01-17
sequencer: use run_command() directly
Johannes Schindelin
1
-20
/
+16
2017-01-17
sequencer: update reading author-script
Johannes Schindelin
1
-22
/
+12
2017-01-09
sequencer (rebase -i): differentiate between comments and 'noop'
Johannes Schindelin
1
-6
/
+9
2017-01-09
sequencer (rebase -i): implement the 'drop' command
Johannes Schindelin
1
-3
/
+5
2017-01-09
sequencer (rebase -i): allow rescheduling commands
Johannes Schindelin
1
-0
/
+6
2017-01-09
sequencer (rebase -i): respect strategy/strategy_opts settings
Johannes Schindelin
1
-1
/
+25
2017-01-09
sequencer (rebase -i): respect the rebase.autostash setting
Johannes Schindelin
1
-0
/
+43
2017-01-09
sequencer (rebase -i): run the post-rewrite hook, if needed
Johannes Schindelin
1
-0
/
+14
2017-01-09
sequencer (rebase -i): record interrupted commits in rewritten, too
Johannes Schindelin
1
-0
/
+8
2017-01-09
sequencer (rebase -i): copy commit notes at end
Johannes Schindelin
1
-0
/
+76
2017-01-09
sequencer (rebase -i): set the reflog message consistently
Johannes Schindelin
1
-0
/
+4
2017-01-09
sequencer (rebase -i): refactor setting the reflog message
Johannes Schindelin
1
-7
/
+26
2017-01-09
sequencer (rebase -i): allow fast-forwarding for edit/reword
Johannes Schindelin
1
-8
/
+17
2017-01-09
sequencer (rebase -i): implement the 'reword' command
Johannes Schindelin
1
-2
/
+7
2017-01-09
sequencer (rebase -i): leave a patch upon error
Johannes Schindelin
1
-1
/
+3
2017-01-09
sequencer (rebase -i): update refs after a successful rebase
Johannes Schindelin
1
-1
/
+45
2017-01-09
sequencer (rebase -i): the todo can be empty when continuing
Johannes Schindelin
1
-2
/
+5
2017-01-09
sequencer (rebase -i): skip some revert/cherry-pick specific code path
Johannes Schindelin
1
-12
/
+14
2017-01-09
sequencer (rebase -i): remove CHERRY_PICK_HEAD when no longer needed
Johannes Schindelin
1
-1
/
+6
[next]