75 Commits (373a273309433d66d56505f0a125434c57fa508d)

Author SHA1 Message Date
Thomas Rast a96dc01e21 rebase -i -p: fix parent rewriting 16 years ago
Thomas Rast 71d9451e06 rebase -i -p: handle index and workdir correctly 16 years ago
Johannes Sixt a8ccc204c5 rebase -i: When an 'edit' stops, mention the commit 17 years ago
Stephan Beyer 1c5fa0a179 rebase-i: keep old parents when preserving merges 17 years ago
Johannes Schindelin 28ed6e7b32 Rename ".dotest/" to ".git/rebase" and ".dotest-merge" to "rebase-merge" 17 years ago
Stephan Beyer 7970aaf0fb Make rebase--interactive use OPTIONS_SPEC 17 years ago
Junio C Hamano 22e407951e Teach "am" and "rebase" to mark the original position with ORIG_HEAD 17 years ago
Miklos Vajna 88b1f0b809 git-rebase -i: mention the short command aliases in the todo list 17 years ago
Johannes Sixt 69e66f5500 rebase --interactive: Compute upstream SHA1 before switching branches 17 years ago
Johannes Schindelin 6848d58c60 Ignore dirty submodule states during rebase and stash 17 years ago
Jeff King b4ce54fc61 remove use of "tail -n 1" and "tail -1" 17 years ago
Jeff King aadbe44f88 grep portability fix: don't use "-e" or "-q" 17 years ago
Jonathan del Strother 0460fb449b Prompt to continue when editing during rebase --interactive 17 years ago
Uwe Kleine-K,Av(Bnig 65ae89bc31 rebase -i: accept -m as advertised in the man page 17 years ago
Junio C Hamano 4e6738778b Squelch bogus progress output from git-rebase--interactive 17 years ago
Junio C Hamano ab11903225 git-rebase -i: clean-up error check codepath. 17 years ago
Junio C Hamano 8ad1065e58 git-rebase -i behaves better on commits with incomplete messages 17 years ago
Shawn O. Pearce 03270628ed Reallow git-rebase --interactive --continue if commit is unnecessary 17 years ago
Shawn O. Pearce dbedf9729b Catch and handle git-commit failures in git-rebase --interactive 17 years ago
Shawn O. Pearce c5b09feb78 Avoid update hook during git-rebase --interactive 17 years ago
Sean 5909651ea2 Fix interactive rebase to preserve author email address 17 years ago
Johannes Schindelin 34454e858d rebase -p -i: handle "no changes" gracefully 17 years ago
Wincent Colaiuta 804c7174c9 revert/cherry-pick: Allow overriding the help text by the calling Porcelain 17 years ago
Johannes Schindelin ecfe72ff65 rebase -i: give rerere a chance 17 years ago
Junio C Hamano 38762c47d6 scripts: do not get confused with HEAD in work tree 17 years ago
Johannes Schindelin 6047a234c5 rebase -i: move help to end of todo file 17 years ago
Ralf Wildenhues b5e960b108 Avoid a few unportable, needlessly nested "...`...". 17 years ago
Junio C Hamano 8f321a3925 scripts: Add placeholders for OPTIONS_SPEC 17 years ago
Björn Steinbrink f91333d646 git-rebase--interactive.sh: Make 3-way merge strategies work for -p. 17 years ago
Björn Steinbrink 2a9c53e03d git-rebase--interactive.sh: Don't pass a strategy to git-cherry-pick. 17 years ago
Björn Steinbrink 3524b282da Fix --strategy parsing in git-rebase--interactive.sh 17 years ago
Michael W. Olson 2858028e1a git-rebase--interactive.sh: Quote arguments to test 17 years ago
Johannes Schindelin f3d5e463f0 rebase -i: use diff plumbing instead of porcelain 17 years ago
Johannes Schindelin 81ab1cb43a rebase -i: squash should retain the authorship of the _first_ commit 17 years ago
Johannes Schindelin f8babc4dab rebase -i: support single-letter abbreviations for the actions 17 years ago
Johannes Schindelin 73697a0b57 rebase -i: work on a detached HEAD 17 years ago
Matt Kraai 5166810b1e rebase -i: create .dotest-merge after validating options. 17 years ago
Johannes Schindelin ae830ed7f5 rebase -i: avoid exporting GIT_AUTHOR_* variables 17 years ago
Johannes Schindelin dad4e32c46 rebase -i: Fix numbers in progress report 17 years ago
Johannes Schindelin 376ccb8cbb rebase -i: style fixes and minor cleanups 17 years ago
Johannes Schindelin be6ff208d8 rebase -i: commit when continuing after "edit" 17 years ago
David Kastrup 822f7c7349 Supplant the "while case ... break ;; esac" idiom 17 years ago
Junio C Hamano d4bb43ee27 Invoke "git gc --auto" from commit, merge, am and rebase. 17 years ago
Junio C Hamano c7965afd3d Avoid one-or-more (\+) non BRE in sed scripts. 17 years ago
Johannes Schindelin 1d25c8cf82 rebase -i: fix squashing corner case 17 years ago
Johannes Schindelin c9e6589288 rebase -i: fix for optional [branch] parameter 18 years ago
Johannes Schindelin 96ffe892e3 rebase -i: ignore patches that are already in the upstream 18 years ago
Seth Falcon c22486c967 Rename git-rebase interactive buffer: todo => git-rebase-todo 18 years ago
Johannes Schindelin fb47cfbd59 rebase -i: fix interrupted squashing 18 years ago
Johannes Schindelin 91e1ee7762 rebase -i: fix overzealous output redirection 18 years ago