aboutsummaryrefslogtreecommitdiff
path: root/git-rebase.sh
Commit message (Expand)AuthorAge
* rebase: rebasing can also be done when HEAD is detachedKaartic Sivaraam2017-12-19
* rebase: distinguish user input by quoting itKaartic Sivaraam2017-12-19
* rebase: consistently use branch_name variableKaartic Sivaraam2017-12-19
* Merge branch 'ks/rebase-no-git-foo'Junio C Hamano2017-11-27
|\
| * git-rebase: clean up dashed-usages in messagesKaartic Sivaraam2017-11-21
| * Merge branch 'pw/rebase-i-regression-fix-tests' into maintJunio C Hamano2017-07-10
| |\
* | \ Merge branch 'tz/redirect-fix'Junio C Hamano2017-11-27
|\ \ \
| * | | rebase: fix stderr redirect in apply_autostash()Todd Zullinger2017-11-14
* | | | Merge branch 'bc/rev-parse-parseopt-fix'Junio C Hamano2017-10-03
|\ \ \ \
| * | | | git-rebase: don't ignore unexpected command line argumentsBrandon Casey2017-09-19
| |/ / /
* | | | Merge branch 'kw/rebase-progress'Junio C Hamano2017-08-23
|\ \ \ \
| * | | | rebase: turn on progress option by default for format-patchKevin Willford2017-08-14
| |/ / /
* | | | rebase: make resolve message clearer for inexperienced usersWilliam Duclot2017-07-17
|/ / /
* | | Merge branch 'pw/rebase-i-regression-fix-tests'Junio C Hamano2017-06-30
|\ \ \ | |/ / |/| / | |/
| * sequencer: print autostash messages to stderrJohannes Schindelin2017-06-19
* | Merge branch 'gb/rebase-signoff'Junio C Hamano2017-04-26
|\ \ | |/ |/|
| * rebase: pass --[no-]signoff option to git amGiuseppe Bilotta2017-04-18
* | Merge branch 'nd/rebase-forget'Junio C Hamano2016-12-19
|\ \ | |/ |/|
| * rebase: add --quit to cleanup rebase, leave everything else untouchedNguyễn Thái Ngọc Duy2016-12-11
* | i18n: git-sh-setup.sh: mark strings for translationVasco Almeida2016-06-17
* | i18n: rebase: mark placeholder for translationVasco Almeida2016-06-17
* | i18n: rebase: fix marked string to use eval_gettext variantVasco Almeida2016-06-17
* | Merge branch 'jc/commit-tree-ignore-commit-gpgsign'Junio C Hamano2016-05-13
|\ \
| * | commit-tree: do not pay attention to commit.gpgsignJunio C Hamano2016-05-03
| * | Merge branch 'jk/rebase-quiet-noop' into maintJunio C Hamano2015-05-26
| |\ \
* | | | rebase: decouple --exec from --interactiveStefan Beller2016-03-18
| |_|/ |/| |
* | | Merge branch 'jk/ok-to-fail-gc-auto-in-rebase'Junio C Hamano2016-01-26
|\ \ \
| * | | rebase: ignore failures from "gc --auto"Jeff King2016-01-13
* | | | Merge branch 'jk/rebase-no-autostash'Junio C Hamano2015-10-05
|\ \ \ \ | |/ / / |/| | |
| * | | rebase: support --no-autostashJohn Keeping2015-09-10
| |/ /
* | | Merge branch 'jk/rebase-quiet-noop'Junio C Hamano2015-05-11
|\ \ \ | | |/ | |/|
| * | rebase: silence "git checkout" for noop rebaseJeff King2015-04-28
| * | Merge branch 'rr/rebase-autostash-fix' into maintJunio C Hamano2014-06-25
| |\ \
* | | | *.sh: avoid hardcoding $GIT_DIR/hooks/...Nguyễn Thái Ngọc Duy2014-12-01
| |_|/ |/| |
* | | rebase: omit patch-identical commits with --fork-pointJohn Keeping2014-07-16
* | | Merge branch 'rr/rebase-autostash-fix'Junio C Hamano2014-06-16
|\ \ \ | | |/ | |/|
| * | rebase -i: handle "Nothing to do" case with autostashRamkumar Ramachandra2014-05-19
* | | Merge branch 'ep/shell-command-substitution'Junio C Hamano2014-06-03
|\ \ \ | |_|/ |/| |
| * | git-rebase.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-23
* | | Merge branch 'km/avoid-non-function-return-in-rebase'Junio C Hamano2014-04-21
|\ \ \
| * | | Revert "rebase: fix run_specific_rebase's use of "return" on FreeBSD"Kyle J. McKay2014-04-17
* | | | Merge branch 'bg/rebase-off-of-previous-branch'Junio C Hamano2014-03-28
|\ \ \ \ | |_|/ / |/| | |
| * | | rebase: allow "-" short-hand for the previous branchBrian Gesiak2014-03-19
| |/ /
* | | rebase: add the --gpg-sign optionNicolas Vigier2014-02-11
* | | rebase: parse options in stuck-long modeNicolas Vigier2014-02-11
* | | rebase: don't try to match -M optionNicolas Vigier2014-02-03
* | | rebase: remove useless arguments checkNicolas Vigier2014-02-03
* | | git-sh-setup.sh: add variable to use the stuck-long modeNicolas Vigier2014-02-03
|/ /
* | rebase: fix fork-point with zero argumentsJohn Keeping2014-01-09
* | rebase: use reflog to find common base with upstreamJohn Keeping2013-12-10