Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-01-10 19:52:53 +0300
committerJunio C Hamano <gitster@pobox.com>2010-01-10 19:52:53 +0300
commit0b4ae29f0328fb8c270030abad132e8f50e05381 (patch)
tree7c95d5b74f47a5c98a35ede8498d4bdbc8b6ff02 /builtin-reset.c
parent84d52cabe7044786b5cc448ffeb97b7c1e667156 (diff)
parentcd0f0f68e1074e684a014e1714104693097caabc (diff)
Merge branch 'jk/maint-1.6.5-reset-hard'
* jk/maint-1.6.5-reset-hard: reset: unbreak hard resets with GIT_WORK_TREE
Diffstat (limited to 'builtin-reset.c')
-rw-r--r--builtin-reset.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/builtin-reset.c b/builtin-reset.c
index 31babd0b97..5b647422d6 100644
--- a/builtin-reset.c
+++ b/builtin-reset.c
@@ -285,10 +285,8 @@ int cmd_reset(int argc, const char **argv, const char *prefix)
if (reset_type == NONE)
reset_type = MIXED; /* by default */
- if ((reset_type == HARD || reset_type == MERGE)
- && !is_inside_work_tree())
- die("%s reset requires a work tree",
- reset_type_names[reset_type]);
+ if (reset_type == HARD || reset_type == MERGE)
+ setup_work_tree();
/* Soft reset does not touch the index file nor the working tree
* at all, but requires them in a good order. Other resets reset