166 Commits (e860795d8a4556114a11224da246e127cbee5807)

Author SHA1 Message Date
Brandon Casey 938791cd01 git-rebase--interactive.sh: use printf instead of echo to print commit message 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
Junio C Hamano e1622bfcba Protect scripted Porcelains from GREP_OPTIONS insanity 15 years ago
Jan Krüger f1be316ada rebase -i: more graceful handling of invalid commands 15 years ago
Felipe Contreras a75d7b5409 Use 'fast-forward' all over the place 15 years ago
Stephen Boyd 7725cb5e8b rebase -i: fix reword when using a terminal editor 15 years ago
Björn Gustavsson 6741aa6c39 Teach 'rebase -i' the command "reword" 15 years ago
Greg Price 1830d9cb62 Fix rebase -p --onto 16 years ago
Uwe Kleine-König 795cbe938f rebase--interactive: remote stray closing parenthesis 16 years ago
Johannes Schindelin 0e757e30c7 rebase -i: avoid 'git reset' when possible 16 years ago
Johannes Schindelin 94c88edef7 Fix submodule squashing into unrelated commit 16 years ago
Junio C Hamano a6c7a27691 rebase -i: correctly remember --root flag across --continue 16 years ago
Johannes Schindelin 277d7e91ae rebase -i --root: fix check for number of arguments 16 years ago
Pierre Habouzit 12dd111288 Avoid spurious error messages on error mistakes. 16 years ago