235 Commits (9673b8c392a97c0dfa865ecf60b024f70a7dacfe)

Author SHA1 Message Date
Johannes Sixt 9c8e1011b9 rebase -i: suggest using --edit-todo to fix an unknown instruction 12 years ago
Johannes Sixt ecfe1ea96f rebase -i: fix misleading error message after 'exec no-such' instruction 12 years ago
Andrew Wong eb9a7cb4bd rebase -i: Teach "--edit-todo" action 12 years ago
Andrew Wong fcc5ef1cc9 rebase -i: Refactor help messages for todo file 12 years ago
Michael J Gruber 1af221ef5c rebase -i: use full onto sha1 in reflog 13 years ago
Chris Webb 2147f844ed rebase -i: handle fixup of root commit correctly 13 years ago
Chris Webb df5df20c13 rebase -i: support --root without --onto 13 years ago
Martin von Zweigbergk 572a7c52bb rebase: don't source git-sh-setup twice 13 years ago
Lucien Kong c214538416 rebase -i: teach "--exec <cmd>" 13 years ago
Neil Horman 90e1818f9a git-rebase: add keep_empty flag 13 years ago
John Keeping a6754cda43 rebase -i continue: don't skip commits that only change submodules 13 years ago
Junio C Hamano 8a93f9576a rebase -i: remind that the lines are top-to-bottom 13 years ago
Andrew Wong 0becb3e4b9 rebase -i: interrupt rebase when "commit --amend" failed during "reword" 13 years ago
Peter Oberndorfer 821881d88d "rebase -i": support special-purpose editor to edit insn sheet 13 years ago
Junio C Hamano 1686519a08 rebase -i: notice and warn if "exec $cmd" modifies the index or the working tree 14 years ago
Matthieu Moy ffaaed88ae rebase -i: clean error message for --continue after failed exec 14 years ago
Andrew Wong 12bf828348 rebase -i -p: include non-first-parent commits in todo list 14 years ago
Jeff King 53f2ffa80c rebase: write a reflog entry when finishing 14 years ago
Andrew Wong c192f9c865 git-rebase--interactive.sh: preserve-merges fails on merges created with no-ff 14 years ago
Martin von Zweigbergk fdb76c104a Makefile: do not install sourced rebase scripts 14 years ago
Martin von Zweigbergk c71f8f3d50 rebase -i: remove unnecessary state rebase-root 14 years ago
Martin von Zweigbergk c6f7de5455 rebase -i: don't read unused variable preserve_merges 14 years ago
Martin von Zweigbergk 80ff47957b rebase: remember strategy and strategy options 14 years ago
Martin von Zweigbergk 7b37a7c620 rebase: remember verbose option 14 years ago
Martin von Zweigbergk 84df4560ed rebase: extract code for writing basic state 14 years ago
Martin von Zweigbergk 2959c28366 rebase: factor out sub command handling 14 years ago
Martin von Zweigbergk 4974c2caa2 rebase: make -v a tiny bit more verbose 14 years ago
Martin von Zweigbergk 431b7e7818 rebase -i: align variable names 14 years ago
Martin von Zweigbergk 89c7ae9c3b rebase: show consistent conflict resolution hint 14 years ago
Martin von Zweigbergk 71786f54c4 rebase: factor out reference parsing 14 years ago
Martin von Zweigbergk 8f9bfb64c5 rebase: reorder validation steps 14 years ago
Martin von Zweigbergk cc1453e1da rebase: factor out call to pre-rebase hook 14 years ago
Martin von Zweigbergk f3889b8401 rebase -i: remove now unnecessary directory checks 14 years ago
Martin von Zweigbergk caf038cb4e rebase: factor out clean work tree check 14 years ago
Martin von Zweigbergk cf432ca051 rebase: factor out command line option processing 14 years ago
Martin von Zweigbergk 9765b6abeb rebase: align variable content 14 years ago
Martin von Zweigbergk 6bb4e485cf rebase: align variable names 14 years ago
Martin von Zweigbergk 3426232248 rebase: act on command line outside parsing loop 14 years ago
Jonathan Nieder 960ac5ff99 rebase -i: clarify in-editor documentation of "exec" 14 years ago
Jeff King 3b21a438c9 rebase: use explicit "--" with checkout 14 years ago
Martin von Zweigbergk 7baf9c4b70 rebase: support --verify 14 years ago
Kevin Ballard 68d5d03bc4 rebase: teach --autosquash to match on sha1 in addition to message 14 years ago
Kevin Ballard d3d7a421b1 rebase: better rearranging of fixup!/squash! lines with --autosquash 14 years ago
Ramkumar Ramachandra 92c62a3f4f Porcelain scripts: Rewrite cryptic "needs update" error message 14 years ago
Chris Johnsen 14d872987a git-rebase--interactive.sh: replace cut with ${v%% *} 14 years ago
Jonathan Nieder 314eeb6e48 cherry-pick/revert: Use advise() for hints 15 years ago
Brandon Casey d1c3b10f7c git-rebase--interactive.sh: use printf instead of echo to print commit message 15 years ago
Brandon Casey 2d6ca6ef55 git-rebase--interactive.sh: rework skip_unnecessary_picks 15 years ago
Matthieu Moy cd035b1cef rebase -i: add exec command to launch a shell command 15 years ago
Brandon Casey 938791cd01 git-rebase--interactive.sh: use printf instead of echo to print commit message 15 years ago