Thread (8 messages) flat view 8 messages, 4 authors, 2016-06-15

Re: [PATCH 2/2] check-attr: move to the top of working tree when in non-bare repository

From: Michael Haggerty <hidden>
Date: 2016-06-15 22:59:55

Possibly related (same subject, not in this thread)

On 02/06/2014 09:17 PM, Jonathan Nieder wrote:
How do I use the only-look-at-HEAD mode from a non-bare repo?  If I
want attributes with respect to some other commit instead of HEAD, is
there a syntax for that?  The command doesn't seem to have been well
thought out.
I agree that it would be nice for "git check-attr" to handle this case.
 Currently, I believe that one has to resort to a temporary index file
via something like

    (
        export GIT_INDEX_FILE="$(mktemp)"
        git read-tree HEAD
        git check-attr --cached ...
        rm "$GIT_INDEX_FILE"
    )

Michael

-- 
Michael Haggerty
mhagger@alum.mit.edu
http://softwareswirl.blogspot.com/
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help