Merge branch 'jc/check-attr-honor-working-tree'
commit28b68216de080405f8eb1030982b8b1e79ffd6f0
authorJunio C Hamano <gitster@pobox.com>
Fri, 14 Mar 2014 21:05:59 +0000 (14 14:05 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 14 Mar 2014 21:06:00 +0000 (14 14:06 -0700)
treeb52d56653c3faf99ceb19c58e9121ff74347f996
parent384364b5f1aa0c3b7610a1b3c9eca2c210e61b41
parentcdbf623254fc281e42eb41e700ae785813983960
Merge branch 'jc/check-attr-honor-working-tree'

"git check-attr" when (trying to) work on a repository with a
working tree did not work well when the working tree was specified
via --work-tree (and obviously with --git-dir).

The command also works in a bare repository but it reads from the
(possibly stale, irrelevant and/or nonexistent) index, which may
need to be fixed to read from HEAD, but that is a completely
separate issue.  As a related tangent to this separate issue, we
may want to also fix "check-ignore", which refuses to work in a
bare repository, to also operate in a bare one.

* jc/check-attr-honor-working-tree:
  check-attr: move to the top of working tree when in non-bare repository
  t0003: do not chdir the whole test process
builtin/check-attr.c
t/t0003-attributes.sh