sequencer (rebase -i): the todo can be empty when continuing
Johannes Schindelin committed over 9 years ago
sequencer (rebase -i): skip some revert/cherry-pick specific code path
Johannes Schindelin committed over 9 years ago
sequencer (rebase -i): remove CHERRY_PICK_HEAD when no longer needed
Johannes Schindelin committed over 9 years ago
sequencer (rebase -i): allow continuing with staged changes
Johannes Schindelin committed over 9 years ago
sequencer (rebase -i): write an author-script file
Johannes Schindelin committed over 9 years ago
sequencer (rebase -i): implement the short commands
Johannes Schindelin committed over 9 years ago
sequencer (rebase -i): add support for the 'fixup' and 'squash' commands
Johannes Schindelin committed over 9 years ago
sequencer (rebase -i): write the 'done' file
Johannes Schindelin committed over 9 years ago
sequencer (rebase -i): learn about the 'verbose' mode
Johannes Schindelin committed over 9 years ago
sequencer (rebase -i): implement the 'exec' command
Johannes Schindelin committed over 9 years ago
sequencer (rebase -i): implement the 'edit' command
Johannes Schindelin committed over 9 years ago
sequencer (rebase -i): implement the 'noop' command
Johannes Schindelin committed over 9 years ago
sequencer: support a new action: 'interactive rebase'
Johannes Schindelin committed over 9 years ago
sequencer: use a helper to find the commit message
Johannes Schindelin committed over 9 years ago
sequencer: move "else" keyword onto the same line as preceding brace
Johannes Schindelin committed over 9 years ago
sequencer: avoid unnecessary curly braces
Johannes Schindelin committed over 9 years ago
execv_dashed_external: wait for child on signal death
Jeff King committed over 9 years ago
execv_dashed_external: stop exiting with negative code
Jeff King committed over 9 years ago
execv_dashed_external: use child_process struct
Jeff King committed over 9 years ago
real_path: set errno when max number of symlinks is exceeded
Brandon Williams committed over 9 years ago