git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Possible bug in 1.6.6 with reset --hard and $GIT_WORK_TREE
@ 2009-12-29  6:47 Fyn Fynn
  2009-12-29  8:12 ` Tay Ray Chuan
  2009-12-29  8:38 ` Nguyen Thai Ngoc Duy
  0 siblings, 2 replies; 9+ messages in thread
From: Fyn Fynn @ 2009-12-29  6:47 UTC (permalink / raw)
  To: git

The exact same git reset command that works in 1.6.4, fails to work
under 1.6.6:

$ GIT_WORK_TREE=$HOME/rawdata/ GIT_DIR=$HOME/rawdata/.git
/usr/local/git-1.6.6/bin/git reset --hard
fatal: hard reset requires a work tree
$ GIT_WORK_TREE=$HOME/rawdata/ GIT_DIR=$HOME/rawdata/.git
/usr/local/git-1.6.4/bin/git reset --hard
HEAD is now at 77ec73f...

What gives?

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2009-12-30 17:55 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-29  6:47 Possible bug in 1.6.6 with reset --hard and $GIT_WORK_TREE Fyn Fynn
2009-12-29  8:12 ` Tay Ray Chuan
2009-12-29  8:38 ` Nguyen Thai Ngoc Duy
2009-12-29 11:04   ` Nanako Shiraishi
2009-12-29 11:36     ` Nguyen Thai Ngoc Duy
2009-12-29 21:09       ` Fyn Fynn
2009-12-29 21:50         ` Jeff King
2009-12-30  8:47           ` [PATCH] reset: unbreak hard resets with GIT_WORK_TREE Jeff King
2009-12-30 17:54             ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).