summaryrefslogtreecommitdiff
path: root/t/t7102-reset.sh
Commit message (Expand)AuthorAgeFilesLines
* reset: remove 'reset.refresh' config optionVictoria Dye2022-03-231-12/+2
* reset: remove 'reset.quiet' config optionVictoria Dye2022-03-231-2/+1
* reset: do not make '--quiet' disable index refreshVictoria Dye2022-03-231-27/+5
* reset: introduce --[no-]refresh option to --mixedVictoria Dye2022-03-141-7/+66
* reset: preserve skip-worktree bit in mixed resetVictoria Dye2021-10-271-0/+17
* tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason2021-02-101-3/+3
* t7[0-4]*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-191-4/+4
* tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-191-0/+3
* t7102: prepare expected output inside test_expect_* blockJunio C Hamano2020-10-221-123/+121
* t7102,t7201: remove whitespace after redirect operatorCharvi Mendiratta2020-10-221-16/+16
* t7102,t7201: remove unnecessary blank spaces in test bodyCharvi Mendiratta2020-10-201-9/+0
* t7101,t7102,t7201: modernize test formattingCharvi Mendiratta2020-10-201-16/+8
* t7102: abstract away SHA-1-specific constantsbrian m. carlson2020-07-301-40/+53
* tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason2018-07-301-4/+2
* tests: fix diff order arguments in test_cmpsb/test-cmp-expect-actualStefan Beller2017-10-071-2/+2
* tests: use test_i18n* functions to suppress false positivesVasco Almeida2016-06-171-2/+2
* tests: do not pass iso8859-1 encoded parameterPat Thoyts2014-07-151-2/+6
* t4041, t4205, t6006, t7102: don't hardcode tested encoding valueAlexey Shumkin2014-05-211-5/+8
* Merge branch 'nd/reset-setup-worktree'Junio C Hamano2014-03-141-0/+11
|\
| * reset: optionally setup worktree and refresh index on --mixednd/reset-setup-worktreeNguyễn Thái Ngọc Duy2014-02-181-0/+11
* | reset: support "--mixed --intent-to-add" modend/reset-intent-to-addNguyễn Thái Ngọc Duy2014-02-051-0/+15
|/
* Merge branch 'as/log-output-encoding-in-user-format'Junio C Hamano2013-07-121-5/+34
|\
| * t4205, t6006, t7102: make functions better readableAlexey Shumkin2013-07-051-4/+6
| * t4041, t4205, t6006, t7102: use iso8859-1 rather than iso-8859-1Alexey Shumkin2013-07-051-5/+5
| * pretty: --format output should honor logOutputEncodingAlexey Shumkin2013-06-261-1/+1
| * pretty: Add failing tests: --format output should honor logOutputEncodingAlexey Shumkin2013-06-261-2/+27
| * t7102 (reset): don't hardcode SHA-1 in expected outputsAlexey Shumkin2013-06-261-3/+5
* | test: test_must_be_empty helperJunio C Hamano2013-06-091-1/+1
|/
* Merge branch 'as/test-cleanup'Junio C Hamano2013-02-011-20/+21
|\
| * t7102 (reset): don't hardcode SHA-1 in expected outputsAlexey Shumkin2013-01-241-20/+21
* | reset $sha1 $pathspec: require $sha1 only to be treeishMartin von Zweigbergk2013-01-151-0/+8
* | reset $pathspec: exit with code 0 if successfulMartin von Zweigbergk2013-01-151-6/+12
|/
* reset [<commit>] paths...: do not mishandle unmerged pathsJunio C Hamano2011-07-131-0/+15
* i18n: use test_i18ncmp and test_i18ngrep in t7102 and t7110Junio C Hamano2011-04-131-2/+2
* i18n: git-reset "Unstaged changes after reset" messageÆvar Arnfjörð Bjarmason2011-03-091-1/+1
* Merge branch 'maint-1.6.1' into maintJunio C Hamano2009-12-301-7/+7
|\
| * t7102: make the test fail if one of its check failsNguyễn Thái Ngọc Duy2009-12-291-7/+7
* | reset: make the reminder output consistent with "checkout"Matthieu Moy2009-08-211-1/+2
|/
* tests: use "git xyzzy" form (t7000 - t7199)Nanako Shiraishi2008-09-031-2/+2
* "needs update" considered harmfulJunio C Hamano2008-07-201-1/+1
* t/: Use "test_must_fail git" instead of "! git"Stephan Beyer2008-07-131-24/+24
* Allow "git-reset path" when unambiguousJunio C Hamano2008-06-251-0/+47
* tests: do not use implicit "git diff --no-index"Junio C Hamano2008-05-241-6/+6
* builtin-reset: avoid forking "update-index --refresh"Johannes Schindelin2007-11-051-0/+10
* builtin-reset: do not call "ls-files --unmerged"Johannes Schindelin2007-11-051-0/+9
* git-reset: do not be confused if there is nothing to resetJohannes Schindelin2007-11-031-0/+7
* An additional test for "git-reset -- path"Junio C Hamano2007-09-131-0/+16
* Add tests for documented features of "git reset".Carlos Rica2007-09-121-0/+389