summaryrefslogtreecommitdiff
path: root/git-rebase.sh
AgeCommit message (Expand)Author
2018-03-23rebase: add and use git_rebase__interactive__preserve_mergesWink Saville
2018-03-23rebase: update invocation of rebase dot-sourced scriptsWink Saville
2018-03-06Merge branch 'nd/rebase-show-current-patch'Junio C Hamano
2018-02-12rebase: introduce and use pseudo-ref REBASE_HEADNguyễn Thái Ngọc Duy
2018-02-12rebase: add --show-current-patchNguyễn Thái Ngọc Duy
2018-02-07rebase: add --allow-empty-message optionGenki Sky
2017-12-19rebase: rebasing can also be done when HEAD is detachedKaartic Sivaraam
2017-12-19rebase: distinguish user input by quoting itKaartic Sivaraam
2017-12-19rebase: consistently use branch_name variableKaartic Sivaraam
2017-11-27Merge branch 'ks/rebase-no-git-foo'Junio C Hamano
2017-11-27Merge branch 'tz/redirect-fix'Junio C Hamano
2017-11-21git-rebase: clean up dashed-usages in messagesKaartic Sivaraam
2017-11-14rebase: fix stderr redirect in apply_autostash()Todd Zullinger
2017-10-03Merge branch 'bc/rev-parse-parseopt-fix'Junio C Hamano
2017-09-19git-rebase: don't ignore unexpected command line argumentsBrandon Casey
2017-08-23Merge branch 'kw/rebase-progress'Junio C Hamano
2017-08-14rebase: turn on progress option by default for format-patchKevin Willford
2017-07-17rebase: make resolve message clearer for inexperienced usersWilliam Duclot
2017-07-10Merge branch 'pw/rebase-i-regression-fix-tests' into maintJunio C Hamano
2017-06-30Merge branch 'pw/rebase-i-regression-fix-tests'Junio C Hamano
2017-06-19sequencer: print autostash messages to stderrJohannes Schindelin
2017-04-26Merge branch 'gb/rebase-signoff'Junio C Hamano
2017-04-19rebase: pass --[no-]signoff option to git amGiuseppe Bilotta
2016-12-19Merge branch 'nd/rebase-forget'Junio C Hamano
2016-12-11rebase: add --quit to cleanup rebase, leave everything else untouchedNguyễn Thái Ngọc Duy
2016-06-17i18n: git-sh-setup.sh: mark strings for translationVasco Almeida
2016-06-17i18n: rebase: mark placeholder for translationVasco Almeida
2016-06-17i18n: rebase: fix marked string to use eval_gettext variantVasco Almeida
2016-05-13Merge branch 'jc/commit-tree-ignore-commit-gpgsign'Junio C Hamano
2016-05-03commit-tree: do not pay attention to commit.gpgsignJunio C Hamano
2016-03-18rebase: decouple --exec from --interactiveStefan Beller
2016-01-26Merge branch 'jk/ok-to-fail-gc-auto-in-rebase'Junio C Hamano
2016-01-13rebase: ignore failures from "gc --auto"Jeff King
2015-10-05Merge branch 'jk/rebase-no-autostash'Junio C Hamano
2015-09-11rebase: support --no-autostashJohn Keeping
2015-05-26Merge branch 'jk/rebase-quiet-noop' into maintJunio C Hamano
2015-05-11Merge branch 'jk/rebase-quiet-noop'Junio C Hamano
2015-04-28rebase: silence "git checkout" for noop rebaseJeff King
2014-12-01*.sh: avoid hardcoding $GIT_DIR/hooks/...Nguyễn Thái Ngọc Duy
2014-07-16rebase: omit patch-identical commits with --fork-pointJohn Keeping
2014-06-25Merge branch 'rr/rebase-autostash-fix' into maintJunio C Hamano
2014-06-16Merge branch 'rr/rebase-autostash-fix'Junio C Hamano
2014-06-03Merge branch 'ep/shell-command-substitution'Junio C Hamano
2014-05-19rebase -i: handle "Nothing to do" case with autostashRamkumar Ramachandra
2014-04-23git-rebase.sh: use the $( ... ) construct for command substitutionElia Pinto
2014-04-21Merge branch 'km/avoid-non-function-return-in-rebase'Junio C Hamano
2014-04-17Revert "rebase: fix run_specific_rebase's use of "return" on FreeBSD"Kyle J. McKay
2014-03-28Merge branch 'bg/rebase-off-of-previous-branch'Junio C Hamano
2014-03-19rebase: allow "-" short-hand for the previous branchBrian Gesiak
2014-02-11rebase: add the --gpg-sign optionNicolas Vigier