OSDN Git Service

Merge branch 'nd/reset-setup-worktree' into maint
authorJunio C Hamano <gitster@pobox.com>
Tue, 18 Mar 2014 21:03:24 +0000 (14:03 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Mar 2014 21:03:24 +0000 (14:03 -0700)
"git reset" needs to refresh the index when working in a working
tree (it can also be used to match the index to the HEAD in an
otherwise bare repository), but it failed to set up the working
tree properly, causing GIT_WORK_TREE to be ignored.

* nd/reset-setup-worktree:
  reset: optionally setup worktree and refresh index on --mixed


Trivial merge