On Tue, Apr 12, 2016 at 05:33:33PM +0200, Michael J Gruber wrote:

> $ git show cab2cdadfda8e8e8631026443b11d3ed6e7ba517:
> tree cab2cdadfda8e8e8631026443b11d3ed6e7ba517:
> 
> .gitattributes
> .gitignore
> .mailmap
> ...

As Junio pointed out, the colon here is not syntactic, but from the
original object name you gave it. But here...

> $ git show 04050d37b1676ba8da277be1902513049b45413a:
> tree 04050d37b1676ba8da277be1902513049b45413a
> 
> .gitattributes
> .gitignore
> .mailmap
> ...

...it is missing. Did you mean to omit it from the command-line?

-Peff
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to