| Commit message (Expand) | Author | Age | Files | Lines |
* | reset: remove 'reset.refresh' config option | Victoria Dye | 2022-03-23 | 1 | -12/+2 |
* | reset: remove 'reset.quiet' config option | Victoria Dye | 2022-03-23 | 1 | -2/+1 |
* | reset: do not make '--quiet' disable index refresh | Victoria Dye | 2022-03-23 | 1 | -27/+5 |
* | reset: introduce --[no-]refresh option to --mixed | Victoria Dye | 2022-03-14 | 1 | -7/+66 |
* | reset: preserve skip-worktree bit in mixed reset | Victoria Dye | 2021-10-27 | 1 | -0/+17 |
* | tests: remove most uses of test_i18ncmp | Ævar Arnfjörð Bjarmason | 2021-02-10 | 1 | -3/+3 |
* | t7[0-4]*: adjust the references to the default branch name "main" | Johannes Schindelin | 2020-11-19 | 1 | -4/+4 |
* | tests: mark tests relying on the current default for `init.defaultBranch` | Johannes Schindelin | 2020-11-19 | 1 | -0/+3 |
* | t7102: prepare expected output inside test_expect_* block | Junio C Hamano | 2020-10-22 | 1 | -123/+121 |
* | t7102,t7201: remove whitespace after redirect operator | Charvi Mendiratta | 2020-10-22 | 1 | -16/+16 |
* | t7102,t7201: remove unnecessary blank spaces in test body | Charvi Mendiratta | 2020-10-20 | 1 | -9/+0 |
* | t7101,t7102,t7201: modernize test formatting | Charvi Mendiratta | 2020-10-20 | 1 | -16/+8 |
* | t7102: abstract away SHA-1-specific constants | brian m. carlson | 2020-07-30 | 1 | -40/+53 |
* | tests: make use of the test_must_be_empty function | Ævar Arnfjörð Bjarmason | 2018-07-30 | 1 | -4/+2 |
* | tests: fix diff order arguments in test_cmpsb/test-cmp-expect-actual | Stefan Beller | 2017-10-07 | 1 | -2/+2 |
* | tests: use test_i18n* functions to suppress false positives | Vasco Almeida | 2016-06-17 | 1 | -2/+2 |
* | tests: do not pass iso8859-1 encoded parameter | Pat Thoyts | 2014-07-15 | 1 | -2/+6 |
* | t4041, t4205, t6006, t7102: don't hardcode tested encoding value | Alexey Shumkin | 2014-05-21 | 1 | -5/+8 |
* | Merge branch 'nd/reset-setup-worktree' | Junio C Hamano | 2014-03-14 | 1 | -0/+11 |
|\ |
|
| * | reset: optionally setup worktree and refresh index on --mixednd/reset-setup-worktree | Nguyễn Thái Ngọc Duy | 2014-02-18 | 1 | -0/+11 |
* | | reset: support "--mixed --intent-to-add" modend/reset-intent-to-add | Nguyễn Thái Ngọc Duy | 2014-02-05 | 1 | -0/+15 |
|/ |
|
* | Merge branch 'as/log-output-encoding-in-user-format' | Junio C Hamano | 2013-07-12 | 1 | -5/+34 |
|\ |
|
| * | t4205, t6006, t7102: make functions better readable | Alexey Shumkin | 2013-07-05 | 1 | -4/+6 |
| * | t4041, t4205, t6006, t7102: use iso8859-1 rather than iso-8859-1 | Alexey Shumkin | 2013-07-05 | 1 | -5/+5 |
| * | pretty: --format output should honor logOutputEncoding | Alexey Shumkin | 2013-06-26 | 1 | -1/+1 |
| * | pretty: Add failing tests: --format output should honor logOutputEncoding | Alexey Shumkin | 2013-06-26 | 1 | -2/+27 |
| * | t7102 (reset): don't hardcode SHA-1 in expected outputs | Alexey Shumkin | 2013-06-26 | 1 | -3/+5 |
* | | test: test_must_be_empty helper | Junio C Hamano | 2013-06-09 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'as/test-cleanup' | Junio C Hamano | 2013-02-01 | 1 | -20/+21 |
|\ |
|
| * | t7102 (reset): don't hardcode SHA-1 in expected outputs | Alexey Shumkin | 2013-01-24 | 1 | -20/+21 |
* | | reset $sha1 $pathspec: require $sha1 only to be treeish | Martin von Zweigbergk | 2013-01-15 | 1 | -0/+8 |
* | | reset $pathspec: exit with code 0 if successful | Martin von Zweigbergk | 2013-01-15 | 1 | -6/+12 |
|/ |
|
* | reset [<commit>] paths...: do not mishandle unmerged paths | Junio C Hamano | 2011-07-13 | 1 | -0/+15 |
* | i18n: use test_i18ncmp and test_i18ngrep in t7102 and t7110 | Junio C Hamano | 2011-04-13 | 1 | -2/+2 |
* | i18n: git-reset "Unstaged changes after reset" message | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -1/+1 |
* | Merge branch 'maint-1.6.1' into maint | Junio C Hamano | 2009-12-30 | 1 | -7/+7 |
|\ |
|
| * | t7102: make the test fail if one of its check fails | Nguyễn Thái Ngọc Duy | 2009-12-29 | 1 | -7/+7 |
* | | reset: make the reminder output consistent with "checkout" | Matthieu Moy | 2009-08-21 | 1 | -1/+2 |
|/ |
|
* | tests: use "git xyzzy" form (t7000 - t7199) | Nanako Shiraishi | 2008-09-03 | 1 | -2/+2 |
* | "needs update" considered harmful | Junio C Hamano | 2008-07-20 | 1 | -1/+1 |
* | t/: Use "test_must_fail git" instead of "! git" | Stephan Beyer | 2008-07-13 | 1 | -24/+24 |
* | Allow "git-reset path" when unambiguous | Junio C Hamano | 2008-06-25 | 1 | -0/+47 |
* | tests: do not use implicit "git diff --no-index" | Junio C Hamano | 2008-05-24 | 1 | -6/+6 |
* | builtin-reset: avoid forking "update-index --refresh" | Johannes Schindelin | 2007-11-05 | 1 | -0/+10 |
* | builtin-reset: do not call "ls-files --unmerged" | Johannes Schindelin | 2007-11-05 | 1 | -0/+9 |
* | git-reset: do not be confused if there is nothing to reset | Johannes Schindelin | 2007-11-03 | 1 | -0/+7 |
* | An additional test for "git-reset -- path" | Junio C Hamano | 2007-09-13 | 1 | -0/+16 |
* | Add tests for documented features of "git reset". | Carlos Rica | 2007-09-12 | 1 | -0/+389 |