220 Commits (c5a84e92a2fe9e8748e32341c344d7a6c0f52a50)

Author SHA1 Message Date
Martin von Zweigbergk 95135b06fe rebase: stricter check of standalone sub command 14 years ago
Martin von Zweigbergk 3426232248 rebase: act on command line outside parsing loop 14 years ago
Martin von Zweigbergk 99de0640f2 rebase: improve detection of rebase in progress 14 years ago
Martin von Zweigbergk dc4a4b7387 rebase: remove unused rebase state 'prev_head' 14 years ago
Martin von Zweigbergk 10ffca7db2 rebase: read state outside loop 14 years ago
Martin von Zweigbergk 02ac45fa62 rebase: refactor reading of state 14 years ago
Martin von Zweigbergk 69a636ad1a rebase: clearer names for directory variables 14 years ago
Jeff King 4ac5356c62 rebase: give a better error message for bogus branch 14 years ago
Jeff King 3b21a438c9 rebase: use explicit "--" with checkout 14 years ago
Martin von Zweigbergk 9474a029d5 rebase: only show stat if configured to true 14 years ago
Martin von Zweigbergk 729ec9e23a rebase --abort: do not update branch ref 14 years ago
Martin von Zweigbergk 7baf9c4b70 rebase: support --verify 14 years ago
Martin von Zweigbergk f772c34ce0 rebase -X: do not clobber strategy 14 years ago
Ramkumar Ramachandra 92c62a3f4f Porcelain scripts: Rewrite cryptic "needs update" error message 14 years ago
Junio C Hamano 69ae92bda1 shell portability: no "export VAR=VAL" 14 years ago
Oded Shimon 5b220a6876 Add --src/dst-prefix to git-formt-patch in git-rebase.sh 15 years ago
Willy Tarreau 1bc6bf6dea git-rebase: fix typo when parsing --force-rebase 15 years ago
Mike Lundy 93ce190cd1 rebase: support -X to pass through strategy options 15 years ago
David D. Kilzer 25e9325040 Fix git rebase --continue to work with touched files 15 years ago
Junio C Hamano 840b3ca758 rebase: protect against diff.renames configuration 15 years ago
Jonathan Nieder bffd750adf rebase: improve error message when upstream argument is missing 15 years ago
Marc Branchaud b499549401 Teach rebase the --no-ff option. 15 years ago
Thomas Rast eb2151bb89 rebase: support automatic notes copying 15 years ago
Thomas Rast 96e19488f1 rebase: invoke post-rewrite hook 15 years ago
Markus Heidelberg 31d87385c4 rebase: don't invoke the pager for each commit summary 15 years ago
Stephen Boyd 0aa958d4b4 rebase: replace antiquated sed invocation 15 years ago
Nanako Shiraishi 9f21e97ddc rebase: fix --onto A...B parsing and add tests 15 years ago
Junio C Hamano cb6020bb01 Teach --[no-]rerere-autoupdate option to merge, revert and friends 15 years ago
Junio C Hamano e1622bfcba Protect scripted Porcelains from GREP_OPTIONS insanity 15 years ago
Junio C Hamano 61dfa1bb67 "rebase --onto A...B" replays history on the merge base between A and B 15 years ago
Felipe Contreras a75d7b5409 Use 'fast-forward' all over the place 15 years ago
Jeff King 0c3d3ac352 rebase: use plumbing to show dirty state 16 years ago
Matthieu Moy 4cfbe06fc7 rebase: consistent error messages for staged and unstaged changes. 16 years ago
Giuseppe Bilotta 86c91f9179 git apply: option to ignore whitespace differences 16 years ago
Stephen Boyd 0e987a12fc am, rebase: teach quiet option 16 years ago
Stephen Boyd bc2bbc4542 pull, rebase: simplify to use die() 16 years ago
Michele Ballabio 3f7d99282d rebase: fix typo (force_rebas -> force-rebas) 16 years ago
Michele Ballabio 570ccad33e rebase: add options passed to git-am 16 years ago
Tor Arne Vestbø a9c3821ca2 git-rebase: Add --stat and --no-stat for producing diffstat on rebase 16 years ago
Jay Soffian 51b2ead03c disallow providing multiple upstream branches to rebase, pull --rebase 16 years ago
Sverre Rabbelier b2f82e05de Teach rebase to rebase even if upstream is up to date 16 years ago
Thomas Rast 190f53232d rebase: learn to rebase root commit 16 years ago
Jeff King 07e62b733f rebase: improve error messages about dirty state 16 years ago
Miklos Vajna 5a92d19021 rebase: use git rev-parse -q 16 years ago
Nanako Shiraishi c44276563f rebase --no-verify 17 years ago
Nanako Shiraishi d70b4a8f4b Teach rebase -i to honor pre-rebase hook 17 years ago
Andreas Ericsson f8cca019b9 rebase: Support preserving merges in non-interactive mode 17 years ago
Stephan Beyer 9b752a6e31 Improve error output of git-rebase 17 years ago
Johannes Schindelin 51ef1daa4a Rename .git/rebase to .git/rebase-apply 17 years ago
Johannes Schindelin 28ed6e7b32 Rename ".dotest/" to ".git/rebase" and ".dotest-merge" to "rebase-merge" 17 years ago