index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sequencer.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'sh/rebase-i-reread-todo-after-exec'
Junio C Hamano
2017-05-01
1
-0
/
+22
|
\
|
*
rebase -i: reread the todo list if `exec` touched it
Stephen Hicks
2017-04-27
1
-0
/
+22
*
|
Merge branch 'jk/war-on-git-path'
Junio C Hamano
2017-04-26
1
-6
/
+6
|
\
\
|
|
/
|
/
|
|
*
use git_path_* helper functions
Jeff King
2017-04-21
1
-6
/
+6
*
|
Merge branch 'js/rebase-i-reword-to-run-hooks'
Junio C Hamano
2017-03-30
1
-23
/
+31
|
\
\
|
*
|
sequencer: allow the commit-msg hooks to run during a `reword`
Johannes Schindelin
2017-03-27
1
-2
/
+6
|
*
|
sequencer: make commit options more extensible
Johannes Schindelin
2017-03-27
1
-22
/
+26
*
|
|
sequencer: fix missing newline
Brandon Williams
2017-03-23
1
-1
/
+1
|
/
/
*
/
sequencer: drop "warning:" when stopping for edit
Jeff King
2017-03-17
1
-1
/
+2
|
/
*
sequencer (rebase -i): write out the final message
Johannes Schindelin
2017-01-17
1
-0
/
+3
*
sequencer (rebase -i): write the progress into files
Johannes Schindelin
2017-01-17
1
-3
/
+27
*
sequencer (rebase -i): show the progress
Johannes Schindelin
2017-01-17
1
-0
/
+32
*
sequencer (rebase -i): suggest --edit-todo upon unknown command
Johannes Schindelin
2017-01-17
1
-1
/
+5
*
sequencer (rebase -i): show only failed cherry-picks' output
Johannes Schindelin
2017-01-17
1
-0
/
+4
*
sequencer (rebase -i): show only failed `git commit`'s output
Johannes Schindelin
2017-01-17
1
-0
/
+18
*
sequencer: use run_command() directly
Johannes Schindelin
2017-01-17
1
-20
/
+16
*
sequencer: update reading author-script
Johannes Schindelin
2017-01-17
1
-22
/
+12
*
sequencer (rebase -i): differentiate between comments and 'noop'
Johannes Schindelin
2017-01-09
1
-6
/
+9
*
sequencer (rebase -i): implement the 'drop' command
Johannes Schindelin
2017-01-09
1
-3
/
+5
*
sequencer (rebase -i): allow rescheduling commands
Johannes Schindelin
2017-01-09
1
-0
/
+6
*
sequencer (rebase -i): respect strategy/strategy_opts settings
Johannes Schindelin
2017-01-09
1
-1
/
+25
*
sequencer (rebase -i): respect the rebase.autostash setting
Johannes Schindelin
2017-01-09
1
-0
/
+43
*
sequencer (rebase -i): run the post-rewrite hook, if needed
Johannes Schindelin
2017-01-09
1
-0
/
+14
*
sequencer (rebase -i): record interrupted commits in rewritten, too
Johannes Schindelin
2017-01-09
1
-0
/
+8
*
sequencer (rebase -i): copy commit notes at end
Johannes Schindelin
2017-01-09
1
-0
/
+76
*
sequencer (rebase -i): set the reflog message consistently
Johannes Schindelin
2017-01-09
1
-0
/
+4
*
sequencer (rebase -i): refactor setting the reflog message
Johannes Schindelin
2017-01-09
1
-7
/
+26
*
sequencer (rebase -i): allow fast-forwarding for edit/reword
Johannes Schindelin
2017-01-09
1
-8
/
+17
*
sequencer (rebase -i): implement the 'reword' command
Johannes Schindelin
2017-01-09
1
-2
/
+7
*
sequencer (rebase -i): leave a patch upon error
Johannes Schindelin
2017-01-09
1
-1
/
+3
*
sequencer (rebase -i): update refs after a successful rebase
Johannes Schindelin
2017-01-09
1
-1
/
+45
*
sequencer (rebase -i): the todo can be empty when continuing
Johannes Schindelin
2017-01-09
1
-2
/
+5
*
sequencer (rebase -i): skip some revert/cherry-pick specific code path
Johannes Schindelin
2017-01-09
1
-12
/
+14
*
sequencer (rebase -i): remove CHERRY_PICK_HEAD when no longer needed
Johannes Schindelin
2017-01-09
1
-1
/
+6
*
sequencer (rebase -i): allow continuing with staged changes
Johannes Schindelin
2017-01-09
1
-0
/
+40
*
sequencer (rebase -i): write an author-script file
Johannes Schindelin
2017-01-09
1
-1
/
+49
*
sequencer (rebase -i): implement the short commands
Johannes Schindelin
2017-01-09
1
-14
/
+21
*
sequencer (rebase -i): add support for the 'fixup' and 'squash' commands
Johannes Schindelin
2017-01-09
1
-10
/
+217
*
sequencer (rebase -i): write the 'done' file
Johannes Schindelin
2017-01-09
1
-0
/
+23
*
sequencer (rebase -i): learn about the 'verbose' mode
Johannes Schindelin
2017-01-09
1
-0
/
+28
*
sequencer (rebase -i): implement the 'exec' command
Johannes Schindelin
2017-01-09
1
-0
/
+57
*
sequencer (rebase -i): implement the 'edit' command
Johannes Schindelin
2017-01-09
1
-3
/
+114
*
sequencer (rebase -i): implement the 'noop' command
Johannes Schindelin
2017-01-09
1
-3
/
+36
*
sequencer: support a new action: 'interactive rebase'
Johannes Schindelin
2017-01-09
1
-4
/
+32
*
sequencer: use a helper to find the commit message
Johannes Schindelin
2017-01-09
1
-8
/
+3
*
sequencer: move "else" keyword onto the same line as preceding brace
Johannes Schindelin
2017-01-09
1
-2
/
+1
*
sequencer: avoid unnecessary curly braces
Johannes Schindelin
2017-01-09
1
-2
/
+1
*
Merge branch 'sb/sequencer-abort-safety'
Junio C Hamano
2016-12-21
1
-0
/
+49
|
\
|
*
Revert "sequencer: remove useless get_dir() function"
Junio C Hamano
2016-12-14
1
-1
/
+6
|
*
sequencer: remove useless get_dir() function
Stephan Beyer
2016-12-09
1
-6
/
+1
[next]