> From: John Fisher <fishook2...@gmail.com>

> This is his complaint:
>   git ls-tree -r <tagname>
> 
>    - snip -
>    100644 blob 990c3e0f7efc8ddf869dbb39ba0065c9e9578df4    rmapi_bcmxlat.c
>    -snip-
> 
>    root@oa4-hv-B1net:bcm# git log rmapi_bcmxlat.c | grep 990c3e0f7ef
>    There is no such SHA in git log output
> 
> *Ultimately he wants to know which version of a file was in the tag.*
> 
> git diff <tagname> filename  shows the diff, but that doesn't seem to 
> satisfy his needs.

You're not clear what the question is.  You ask "which version of a
file is in the tag" and the answer is "the version with hash
990c3e0f7efc8ddf869dbb39ba0065c9e9578df4".

Do you mean "Which commit introduced that version of that file?",
"What are the contents of that file in that tag?" ... ?

Dale

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to