summaryrefslogtreecommitdiff
path: root/t/t7102-reset.sh
AgeCommit message (Expand)Author
2018-07-30tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason
2017-10-07tests: fix diff order arguments in test_cmpStefan Beller
2016-06-17tests: use test_i18n* functions to suppress false positivesVasco Almeida
2014-07-15tests: do not pass iso8859-1 encoded parameterPat Thoyts
2014-05-21t4041, t4205, t6006, t7102: don't hardcode tested encoding valueAlexey Shumkin
2014-03-14Merge branch 'nd/reset-setup-worktree'Junio C Hamano
2014-02-18reset: optionally setup worktree and refresh index on --mixedNguyễn Thái Ngọc Duy
2014-02-06reset: support "--mixed --intent-to-add" modeNguyễn Thái Ngọc Duy
2013-07-12Merge branch 'as/log-output-encoding-in-user-format'Junio C Hamano
2013-07-05t4205, t6006, t7102: make functions better readableAlexey Shumkin
2013-07-05t4041, t4205, t6006, t7102: use iso8859-1 rather than iso-8859-1Alexey Shumkin
2013-06-26pretty: --format output should honor logOutputEncodingAlexey Shumkin
2013-06-26pretty: Add failing tests: --format output should honor logOutputEncodingAlexey Shumkin
2013-06-26t7102 (reset): don't hardcode SHA-1 in expected outputsAlexey Shumkin
2013-06-09test: test_must_be_empty helperJunio C Hamano
2013-02-01Merge branch 'as/test-cleanup'Junio C Hamano
2013-01-24t7102 (reset): don't hardcode SHA-1 in expected outputsAlexey Shumkin
2013-01-15reset $sha1 $pathspec: require $sha1 only to be treeishMartin von Zweigbergk
2013-01-15reset $pathspec: exit with code 0 if successfulMartin von Zweigbergk
2011-07-14reset [<commit>] paths...: do not mishandle unmerged pathsJunio C Hamano
2011-04-13i18n: use test_i18ncmp and test_i18ngrep in t7102 and t7110Junio C Hamano
2011-03-10i18n: git-reset "Unstaged changes after reset" messageÆvar Arnfjörð Bjarmason
2009-12-30Merge branch 'maint-1.6.1' into maintJunio C Hamano
2009-12-30t7102: make the test fail if one of its check failsNguyễn Thái Ngọc Duy
2009-08-22reset: make the reminder output consistent with "checkout"Matthieu Moy
2008-09-03tests: use "git xyzzy" form (t7000 - t7199)Nanako Shiraishi
2008-07-21"needs update" considered harmfulJunio C Hamano
2008-07-13t/: Use "test_must_fail git" instead of "! git"Stephan Beyer
2008-06-26Allow "git-reset path" when unambiguousJunio C Hamano
2008-05-24tests: do not use implicit "git diff --no-index"Junio C Hamano
2007-11-06builtin-reset: avoid forking "update-index --refresh"Johannes Schindelin
2007-11-06builtin-reset: do not call "ls-files --unmerged"Johannes Schindelin
2007-11-04git-reset: do not be confused if there is nothing to resetJohannes Schindelin
2007-09-14An additional test for "git-reset -- path"Junio C Hamano
2007-09-12Add tests for documented features of "git reset".Carlos Rica