On Wednesday, August 04, 2010 at 11:48 CEST, Alejandro Riveira Fernández <ariveira@xxxxxxxxx> wrote: > On Wed, 04 Aug 2010 11:25:30 +0200, Magnus Bäck wrote: > > > From what I gather from the community book and Pro Git, a git object > > file is a deflated representation of the object type as a string, > > the payload size, a null byte, and the payload. Is there a standard > > tool for inflating the file back so that I can inspect what the > > actual difference between these two are? Short of writing a tool > > utilizing zlib, at least. > > Maybe > > git cat-file -p <sha1> > > ? Sorry, I should've been more clear here. I know about cat-file's pretty-printing abilities, but I just wanted to inflate the loose object data and see *exactly* where the differing byte ended up. -- Magnus Bäck Opinions are my own and do not necessarily SW Configuration Manager represent the ones of my employer, etc. Sony Ericsson -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html