summaryrefslogtreecommitdiff
path: root/t/t3400-rebase.sh
Commit message (Expand)AuthorAgeFilesLines
* rebase: refuse to switch to a branch already checked out elsewhere (test)Rubén Justo2023-02-251-0/+14
* rebase: set REF_HEAD_DETACH in checkout_up_to_date()John Cai2022-03-181-0/+9
* rebase: use test_commit helper in setupJohn Cai2022-03-181-7/+2
* sequencer, stash: fix running from worktree subdirElijah Newren2022-01-261-0/+21
* mingw: align symlinks-related rmdir() behavior with LinuxThomas Bétous2021-08-021-0/+10
* rebase: remove transitory rebase.useBuiltin setting & envÆvar Arnfjörð Bjarmason2021-03-231-16/+0
* tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason2021-02-101-1/+1
* t34*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-191-31/+31
* tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-191-0/+3
* Merge branch 'es/do-not-let-rebase-switch-to-protected-branch'Junio C Hamano2020-03-051-1/+19
|\
| * rebase: refuse to switch to branch already checked out elsewhereEric Sunshine2020-02-241-0/+18
| * t3400: make test clean up after itselfEric Sunshine2020-02-241-1/+1
* | rebase: rename the two primary rebase backendsElijah Newren2020-02-161-8/+8
* | rebase tests: mark tests specific to the am-backend with --amElijah Newren2020-02-161-5/+5
* | rebase: fix handling of restrict_revisionElijah Newren2020-02-161-1/+19
* | rebase: make sure to pass along the quiet flag to the sequencerElijah Newren2020-02-161-1/+7
|/
* Merge branch 'dl/rebase-with-autobase'Junio C Hamano2019-12-161-0/+6
|\
| * rebase: fix format.useAutoBase breakageDenton Liu2019-12-051-1/+1
| * t3400: demonstrate failure with format.useAutoBaseDenton Liu2019-12-051-0/+6
* | t: teach test_cmp_rev to accept ! for not-equalsDenton Liu2019-11-211-1/+1
|/
* Merge branch 'dl/rebase-i-keep-base'Junio C Hamano2019-09-301-1/+1
|\
| * rebase: fast-forward --onto in more casesDenton Liu2019-08-271-1/+1
* | Merge branch 'bc/reread-attributes-during-rebase'Junio C Hamano2019-09-091-0/+36
|\ \ | |/ |/|
| * am: reload .gitattributes after patching itbrian m. carlson2019-09-031-0/+36
* | t3400: stop referring to the scripted rebaseJohannes Schindelin2019-05-151-1/+1
|/
* Merge branch 'ab/drop-scripted-rebase'Junio C Hamano2019-04-161-0/+16
|\
| * rebase: remove the rebase.useBuiltin settingÆvar Arnfjörð Bjarmason2019-03-201-0/+16
* | built-in rebase: set ORIG_HEAD just once, before the rebaseJohannes Schindelin2019-03-041-1/+1
* | built-in rebase: demonstrate that ORIG_HEAD is not set correctlyJohannes Schindelin2019-03-041-0/+8
|/
* t/*: fix ordering of expected/observed argumentsMatthew DeVore2018-10-071-4/+4
* t3000-t3999: fix broken &&-chainsEric Sunshine2018-07-161-4/+4
* rebase: introduce and use pseudo-ref REBASE_HEADnd/rebase-show-current-patchNguyễn Thái Ngọc Duy2018-02-121-1/+2
* rebase: add --show-current-patchNguyễn Thái Ngọc Duy2018-02-121-0/+33
* rebase: use mboxrd format to avoid split errorsew/rebase-mboxrdEric Wong2017-11-181-0/+22
* tests: unpack-trees: update to use test_i18n* functionsVasco Almeida2016-06-171-2/+2
* rebase: omit patch-identical commits with --fork-pointjk/rebase-am-fork-pointJohn Keeping2014-07-161-0/+23
* rebase: allow "-" short-hand for the previous branchBrian Gesiak2014-03-191-0/+17
* rebase: fix fork-point with zero argumentsJohn Keeping2014-01-091-2/+10
* rebase: use reflog to find common base with upstreamJohn Keeping2013-12-101-2/+4
* Merge branch 'rr/rebase-sha1-by-string-query'Junio C Hamano2013-06-241-0/+11
|\
| * rebase: use peel_committish() where appropriateRamkumar Ramachandra2013-06-141-1/+1
| * t/rebase: add failing tests for a peculiar revisionRamkumar Ramachandra2013-06-141-0/+11
* | Merge branch 'mz/rebase-tests'Junio C Hamano2013-06-231-52/+1
|\ \
| * | tests: move test for rebase messages from t3400 to t3406Martin von Zweigbergk2013-06-071-22/+0
| * | add tests for rebasing merged historyMartin von Zweigbergk2013-06-071-30/+1
| |/
* | Merge branch 'fc/show-non-empty-errors-in-test'Junio C Hamano2013-06-201-1/+1
|\ \ | |/ |/|
| * test: test_must_be_empty helperJunio C Hamano2013-06-091-1/+1
* | Merge branch 'ph/rebase-original'Junio C Hamano2013-04-261-0/+7
|\ \
| * | rebase: find orig_head unambiguouslyPhil Hord2013-04-231-0/+7
| |/
* | t3400: use test_config to set/unset git config variablesYann Droneaud2013-03-251-2/+1
|/