292 Commits (49d166081bb5ddefa57fd97fd517449264ee5246)

Author SHA1 Message Date
Elijah Newren 0060041df1 Fix use of strategy options with interactive rebases 7 years ago
Elijah Newren b00bf1c9a8 git-rebase: make --allow-empty-message the default 7 years ago
Elijah Newren c840e1af09 git-rebase: error out when incompatible options passed 7 years ago
Elijah Newren d4e80629ff git-rebase.sh: update help messages a bit 7 years ago
Alban Gruin 6d98d0c018 rebase: use the new git-rebase--preserve-merges.sh 7 years ago
Johannes Schindelin 7543f6f444 rebase -i: introduce --rebase-merges=[no-]rebase-cousins 7 years ago
Johannes Schindelin 8f6aed71d2 rebase: introduce the --rebase-merges option 7 years ago
Phillip Wood da27a6fbd5 rebase --keep-empty: always use interactive rebase 7 years ago
Phillip Wood b79966aa38 rebase -p: error out if --signoff is given 7 years ago
Phillip Wood a852ec7f27 rebase: extend --signoff support 7 years ago
Phillip Wood 3d946165e1 rebase: respect --no-keep-empty 7 years ago
Wink Saville 950b487cf0 rebase: add and use git_rebase__interactive__preserve_merges 7 years ago
Wink Saville 2f5f469bc4 rebase: update invocation of rebase dot-sourced scripts 7 years ago
Phillip Wood bb2ac4fcac rebase --root: stop assuming squash_onto is unset 7 years ago
Nguyễn Thái Ngọc Duy fbd7a23237 rebase: introduce and use pseudo-ref REBASE_HEAD 7 years ago
Nguyễn Thái Ngọc Duy 66335298a4 rebase: add --show-current-patch 7 years ago
Genki Sky a6c612b528 rebase: add --allow-empty-message option 7 years ago
Kaartic Sivaraam 08e66700df rebase: rebasing can also be done when HEAD is detached 7 years ago
Kaartic Sivaraam ca7de7b12a rebase: distinguish user input by quoting it 7 years ago
Kaartic Sivaraam 3a9156adc7 rebase: consistently use branch_name variable 7 years ago
Kaartic Sivaraam 82cb775c06 git-rebase: clean up dashed-usages in messages 7 years ago
Todd Zullinger eadf1c8f45 rebase: fix stderr redirect in apply_autostash() 7 years ago
Brandon Casey 697bc88581 git-rebase: don't ignore unexpected command line arguments 7 years ago
Kevin Willford 9eaa858eb9 rebase: turn on progress option by default for format-patch 8 years ago
William Duclot 5fdacc17c7 rebase: make resolve message clearer for inexperienced users 8 years ago
Johannes Schindelin cdb866b30b sequencer: print autostash messages to stderr 8 years ago
Giuseppe Bilotta 9f79524a6a rebase: pass --[no-]signoff option to git am 8 years ago
Nguyễn Thái Ngọc Duy 9512177b68 rebase: add --quit to cleanup rebase, leave everything else untouched 8 years ago
Vasco Almeida d323c6b641 i18n: git-sh-setup.sh: mark strings for translation 9 years ago
Vasco Almeida c36d8eee49 i18n: rebase: mark placeholder for translation 9 years ago
Vasco Almeida 24a6df489a i18n: rebase: fix marked string to use eval_gettext variant 9 years ago
Junio C Hamano 6694856153 commit-tree: do not pay attention to commit.gpgsign 9 years ago
Stefan Beller 78ec240020 rebase: decouple --exec from --interactive 9 years ago
Jeff King 8c24f5b022 rebase: ignore failures from "gc --auto" 9 years ago
John Keeping 619e360428 rebase: support --no-autostash 9 years ago
Jeff King 22946a9426 rebase: silence "git checkout" for noop rebase 10 years ago
Nguyễn Thái Ngọc Duy b849b954d2 *.sh: avoid hardcoding $GIT_DIR/hooks/... 10 years ago
John Keeping 1e0dacdbdb rebase: omit patch-identical commits with --fork-point 11 years ago
Ramkumar Ramachandra e4244eb395 rebase -i: handle "Nothing to do" case with autostash 11 years ago
Elia Pinto 728fc79c00 git-rebase.sh: use the $( ... ) construct for command substitution 11 years ago
Kyle J. McKay 8cd65967fe Revert "rebase: fix run_specific_rebase's use of "return" on FreeBSD" 11 years ago
Brian Gesiak 4f4074077f rebase: allow "-" short-hand for the previous branch 11 years ago
Nicolas Vigier 3ee5e54038 rebase: add the --gpg-sign option 11 years ago
Nicolas Vigier b6e9e73e8a rebase: parse options in stuck-long mode 11 years ago
Nicolas Vigier e4a4e7f27a rebase: don't try to match -M option 11 years ago
Nicolas Vigier 2f9dc1fb52 rebase: remove useless arguments check 11 years ago
Nicolas Vigier 51ba8ce372 git-sh-setup.sh: add variable to use the stuck-long mode 11 years ago
John Keeping bb3f45838b rebase: fix fork-point with zero arguments 11 years ago
John Keeping ad8261d212 rebase: use reflog to find common base with upstream 11 years ago
Matthieu Moy 99855ddf4b rebase: fix run_specific_rebase's use of "return" on FreeBSD 12 years ago