On Mon, Dec 16, 2013 at 11:33:11AM -0800, Junio C Hamano wrote:

> >     <base-name> to determine the name of the created file.
> >     When this option is used, the two files are written in
> >     <base-name>-<SHA-1>.{pack,idx} files.  <SHA-1> is a hash
> > +   of the bytes of the packfile, and is written to the standard
> 
> "hash of the bytes of the packfile" tempts one to do
> 
>     $ sha1sum .git/objects/pack/pack-*.pack
> 
> but that is not what we expect. I wonder if there are better ways to
> phrase it (or alternatively perhaps we want to make that expectation
> hold by updating our code to hash)?

Yeah, I wondered about that, but didn't think it was worth the verbosity
to explain that the true derivation. I think Jonathan's suggestion takes
care of it, though.

-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