Rich Freeman wrote: > If you want to satisfy yourself I believe you can get git to dump > the contents of any object without formatting/etc.
git ls-tree HEAD . git show $blobhash git show --pretty=raw HEAD //Peter
Rich Freeman wrote: > If you want to satisfy yourself I believe you can get git to dump > the contents of any object without formatting/etc.
git ls-tree HEAD . git show $blobhash git show --pretty=raw HEAD //Peter