-
- Downloads
Merge branch 'js/rebase-i-final' into pu
The final batch to "git rebase -i" updates to move more code from the shell script to C. * js/rebase-i-final: rebase -i: rearrange fixup/squash lines using the rebase--helper t3415: test fixup with wrapped oneline rebase -i: skip unnecessary picks using the rebase--helper rebase -i: check for missing commits in the rebase--helper t3404: relax rebase.missingCommitsCheck tests rebase -i: also expand/collapse the SHA-1s via the rebase--helper rebase -i: do not invent onelines when expanding/collapsing SHA-1s rebase -i: remove useless indentation rebase -i: generate the script via rebase--helper t3415: verify that an empty instructionFormat is handled as before
No related branches found
No related tags found
Showing
- Documentation/git-rebase.txt 9 additions, 7 deletionsDocumentation/git-rebase.txt
- builtin/rebase--helper.c 28 additions, 1 deletionbuiltin/rebase--helper.c
- git-rebase--interactive.sh 40 additions, 333 deletionsgit-rebase--interactive.sh
- sequencer.c 531 additions, 0 deletionssequencer.c
- sequencer.h 8 additions, 0 deletionssequencer.h
- t/t3404-rebase-interactive.sh 4 additions, 18 deletionst/t3404-rebase-interactive.sh
- t/t3415-rebase-autosquash.sh 27 additions, 1 deletiont/t3415-rebase-autosquash.sh
Please register or sign in to comment