184 Commits (178e1deaae33f879ea687e85ac72455b3072b0d8)

Author SHA1 Message Date
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%% *} 15 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
Heiko Voigt dd1e5b313a add configuration variable for --autosquash option of interactive rebase 15 years ago
Junio C Hamano 57f2b6b258 rebase-i: do not get fooled by a log message ending with backslash 15 years ago
Junio C Hamano 41f556b947 rebase-i: style fix 15 years ago
Ian Ward Comfort b096374f4a rebase -i: Abort cleanly if new base cannot be checked out 15 years ago
Jeff King 77bc694907 rebase-interactive: silence warning when no commits rewritten 15 years ago
Thomas Rast 0acb62f202 rebase -i: make post-rewrite work for 'edit' 15 years ago
Marc Branchaud b499549401 Teach rebase the --no-ff option. 15 years ago
Christian Couder 8e75abfd8d rebase -i: use new --ff cherry-pick option 15 years ago
Dave Olszewski 2ec33cdd19 rebase--interactive: don't require what's rebased to be a branch 15 years ago
Thomas Rast eb2151bb89 rebase: support automatic notes copying 15 years ago
Thomas Rast b079feed64 rebase -i: invoke post-rewrite hook 15 years ago
Thomas Rast 6f6bee3ba9 commit --amend: invoke post-rewrite hook 15 years ago
Junio C Hamano 3fa7c3da37 work around an obnoxious bash "safety feature" on OpenBSD 15 years ago
Stephen Boyd 9524cf2993 fix portability issues with $ in double quotes 15 years ago
Junio C Hamano 76c9c0db3d rebase -i: Export GIT_AUTHOR_* variables explicitly 15 years ago
Michael Haggerty 8cddaeec0d rebase -i: Avoid non-portable "test X -a Y" 15 years ago
Michael Haggerty 6bdcd0d2fc rebase -i: Retain user-edited commit messages after squash/fixup conflicts 15 years ago
Michael Haggerty a25eb13909 rebase -i: For fixup commands without squashes, do not start editor 15 years ago
Michael Haggerty bde1a68624 rebase -i: Change function make_squash_message into update_squash_message 15 years ago
Michael Haggerty 7756ecffe7 rebase -i: Extract function do_with_author 15 years ago
Michael Haggerty 5c5d059a0d rebase -i: Handle the author script all in one place in do_next 15 years ago
Michael Haggerty ee0a4afbe2 rebase -i: Extract a function "commit_message" 15 years ago
Michael Haggerty f99e269c44 rebase -i: Simplify commit counting for generated commit messages 15 years ago
Michael Haggerty 5065ed296a rebase -i: Improve consistency of commit count in generated commit messages 15 years ago
Michael Haggerty a4049ae7ac rebase -i: Introduce a constant AMEND 15 years ago
Michael Haggerty 0aac0de4fe rebase -i: Introduce a constant AUTHOR_SCRIPT 15 years ago
Michael Haggerty 80883bb30a rebase -i: Document how temporary files are used 15 years ago
Michael Haggerty bdb011ade4 rebase -i: Use symbolic constant $MSG consistently 15 years ago
Michael Haggerty 699f13ca9a rebase -i: Use "test -n" instead of "test ! -z" 15 years ago
Michael Haggerty aa7eaff8b1 rebase -i: Inline expression 15 years ago
Michael Haggerty 50438340bc rebase -i: Remove dead code 15 years ago
Michael Haggerty 1d621fea18 rebase -i: Make the condition for an "if" more transparent 15 years ago
Michael Haggerty 234b3dae2f rebase-i: Ignore comments and blank lines in peek_next_command 15 years ago
Michael Haggerty 2b77029f4a rebase--interactive: Ignore comments and blank lines in peek_next_command 15 years ago
Nanako Shiraishi 230a456638 rebase -i: teach --onto A...B syntax 15 years ago
Nanako Shiraishi f59baa502f rebase -i --autosquash: auto-squash commits 15 years ago
Björn Gustavsson e49ca974d6 rebase -i: abort cleanly if the editor fails to launch 15 years ago
Michael Haggerty 0205e72f08 Add a command "fixup" to rebase --interactive 15 years ago