On Sat, Aug 15, 2015 at 02:44:47PM +0200, Peter Stuge wrote:
> Hi and happy Git days! :)
> 
> 
> Robin H. Johnson wrote:
> > It expands to the hash of the blob of that file; and from that, you can
> > identify which commits the blob exists in.
> 
> $ git ls-tree HEAD README
> 100644 blob 08ae16956b8944da2fef75fee892dcba457cf4f0    README
> $ 
> 
> $ (stat --printf='blob %s\0' README; cat README) | sha1sum
> 08ae16956b8944da2fef75fee892dcba457cf4f0  -
> $ 
> 
> This is so simple to generate that it doesn't really need a
> placeholder in every ebuild in the repository.

If this is this simple to regenerate, consider my response here a very
strong +1; let's kill $id$ out of the git repository and generate this
some how at the rsync level if users need it or give them a tool that
will generate it.

I don't object to someone having a way to get this information if it
is useful to them, but I don't think we need a placeholder for it in the
git repository.

William

Attachment: signature.asc
Description: Digital signature

Reply via email to