253 Commits (f849bb6b3b4ccc7cc1a68f49d6ff1e9c508fdf17)

Author SHA1 Message Date
Junio C Hamano 75c6976655 rebase -i: fix short SHA-1 collision 12 years ago
Ralf Thielow a9f739c111 rebase --preserve-merges: ignore "merge.log" config 12 years ago
Eric Sunshine 7bca7afeff rebase -i: fix cases ignoring core.commentchar 12 years ago
Arnaud Fontaine db2b3b820e Do not ignore merge options in interactive rebase 12 years ago
Andrew Pimlott 22c5b13636 rebase -i: handle fixup! fixup! in --autosquash 12 years ago
Ramkumar Ramachandra 26cd160cb1 rebase -i: use a better reflog message 12 years ago
Ramkumar Ramachandra 15d4bf2e1e rebase -i: return control to caller, for housekeeping 12 years ago
Ramkumar Ramachandra 1224f3d0f1 rebase -i: don't error out if $state_dir already exists 12 years ago
Zoltan Klinger b71dc3e1a0 bash-prompt.sh: show where rebase is at when stopped 12 years ago
John Keeping 180bad3d10 rebase -i: respect core.commentchar 12 years ago
Phil Hord 986977847e rebase --preserve-merges: keep all merge commits including empty ones 12 years ago
Johannes Sixt 9c8e1011b9 rebase -i: suggest using --edit-todo to fix an unknown instruction 13 years ago
Johannes Sixt ecfe1ea96f rebase -i: fix misleading error message after 'exec no-such' instruction 13 years ago
Andrew Wong eb9a7cb4bd rebase -i: Teach "--edit-todo" action 13 years ago
Andrew Wong fcc5ef1cc9 rebase -i: Refactor help messages for todo file 13 years ago
Michael J Gruber 1af221ef5c rebase -i: use full onto sha1 in reflog 13 years ago
Chris Webb 2147f844ed rebase -i: handle fixup of root commit correctly 13 years ago
Chris Webb df5df20c13 rebase -i: support --root without --onto 13 years ago
Martin von Zweigbergk 572a7c52bb rebase: don't source git-sh-setup twice 13 years ago
Lucien Kong c214538416 rebase -i: teach "--exec <cmd>" 13 years ago
Neil Horman 90e1818f9a git-rebase: add keep_empty flag 13 years ago
John Keeping a6754cda43 rebase -i continue: don't skip commits that only change submodules 13 years ago
Junio C Hamano 8a93f9576a rebase -i: remind that the lines are top-to-bottom 13 years ago
Andrew Wong 0becb3e4b9 rebase -i: interrupt rebase when "commit --amend" failed during "reword" 13 years ago
Peter Oberndorfer 821881d88d "rebase -i": support special-purpose editor to edit insn sheet 14 years ago
Junio C Hamano 1686519a08 rebase -i: notice and warn if "exec $cmd" modifies the index or the working tree 14 years ago
Matthieu Moy ffaaed88ae rebase -i: clean error message for --continue after failed exec 14 years ago
Andrew Wong 12bf828348 rebase -i -p: include non-first-parent commits in todo list 14 years ago
Jeff King 53f2ffa80c rebase: write a reflog entry when finishing 14 years ago
Andrew Wong c192f9c865 git-rebase--interactive.sh: preserve-merges fails on merges created with no-ff 14 years ago
Martin von Zweigbergk fdb76c104a Makefile: do not install sourced rebase scripts 14 years ago
Martin von Zweigbergk c71f8f3d50 rebase -i: remove unnecessary state rebase-root 14 years ago
Martin von Zweigbergk c6f7de5455 rebase -i: don't read unused variable preserve_merges 14 years ago
Martin von Zweigbergk 80ff47957b rebase: remember strategy and strategy options 14 years ago
Martin von Zweigbergk 7b37a7c620 rebase: remember verbose option 14 years ago
Martin von Zweigbergk 84df4560ed rebase: extract code for writing basic state 14 years ago
Martin von Zweigbergk 2959c28366 rebase: factor out sub command handling 14 years ago
Martin von Zweigbergk 4974c2caa2 rebase: make -v a tiny bit more verbose 14 years ago
Martin von Zweigbergk 431b7e7818 rebase -i: align variable names 14 years ago
Martin von Zweigbergk 89c7ae9c3b rebase: show consistent conflict resolution hint 14 years ago
Martin von Zweigbergk 71786f54c4 rebase: factor out reference parsing 14 years ago
Martin von Zweigbergk 8f9bfb64c5 rebase: reorder validation steps 14 years ago
Martin von Zweigbergk cc1453e1da rebase: factor out call to pre-rebase hook 14 years ago
Martin von Zweigbergk f3889b8401 rebase -i: remove now unnecessary directory checks 14 years ago
Martin von Zweigbergk caf038cb4e rebase: factor out clean work tree check 14 years ago
Martin von Zweigbergk cf432ca051 rebase: factor out command line option processing 14 years ago
Martin von Zweigbergk 9765b6abeb rebase: align variable content 14 years ago
Martin von Zweigbergk 6bb4e485cf rebase: align variable names 14 years ago
Martin von Zweigbergk 3426232248 rebase: act on command line outside parsing loop 14 years ago
Jonathan Nieder 960ac5ff99 rebase -i: clarify in-editor documentation of "exec" 14 years ago