150 Commits (56a853b62c0ae7ebaad0a7a0a704f5ef561eb795)

Author SHA1 Message Date
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
Thomas Rast d911d1465d rebase -i: learn to rebase root commit 16 years ago
Thomas Rast d8fab0234d rebase -i: execute hook only after argument checking 16 years ago
Johannes Schindelin 4fb1a19d50 rebase -i -p: leave a --cc patch when a merge could not be redone 16 years ago
Johannes Sixt f5b49ea619 rebase -i -p: Fix --continue after a merge could not be redone 16 years ago
Junio C Hamano 4c1360f472 git-rebase--interactive.sh: comparision with == is bashism 16 years ago
Junio C Hamano e249044c67 rebase-i-p: minimum fix to obvious issues 16 years ago
Stephen Haberman 80fe82e4eb rebase-i-p: if todo was reordered use HEAD as the rewritten parent 16 years ago
Stephen Haberman d80d6bc146 rebase-i-p: do not include non-first-parent commits touching UPSTREAM 16 years ago
Stephen Haberman acc8559aa3 rebase-i-p: only list commits that require rewriting in todo 16 years ago
Stephen Haberman a4f25e3682 rebase-i-p: fix 'no squashing merges' tripping up non-merges 16 years ago
Stephen Haberman bb64507164 rebase-i-p: delay saving current-commit to REWRITTEN if squashing 16 years ago
Stephen Haberman 72583e6c68 rebase-i-p: use HEAD for updating the ref instead of mapping OLDHEAD 16 years ago