summaryrefslogtreecommitdiff
path: root/builtin/rebase--helper.c
AgeCommit message (Expand)Author
2017-12-05rebase -i: learn to abbreviate command namesLiam Beguin
2017-12-05rebase -i -x: add exec commands via the rebase--helperLiam Beguin
2017-12-05rebase -i: update functions to use a flags parameterLiam Beguin
2017-12-05rebase -i: replace reference to sha1 with oidLiam Beguin
2017-12-05rebase -i: refactor transform_todo_idsLiam Beguin
2017-07-27rebase -i: rearrange fixup/squash lines using the rebase--helperJohannes Schindelin
2017-07-27rebase -i: skip unnecessary picks using the rebase--helperJohannes Schindelin
2017-07-27rebase -i: check for missing commits in the rebase--helperJohannes Schindelin
2017-07-27rebase -i: also expand/collapse the SHA-1s via the rebase--helperJohannes Schindelin
2017-07-27rebase -i: generate the script via rebase--helperJohannes Schindelin
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-02-09rebase--helper: add a builtin helper for interactive rebasesJohannes Schindelin