Gentoo Archives: gentoo-dev

From: Peter Stuge <peter@×××××.se>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] git security (SHA-1)
Date: Tue, 16 Sep 2014 15:53:07
Message-Id: 20140916155258.16531.qmail@stuge.se
In Reply to: Re: [gentoo-dev] git security (SHA-1) by Rich Freeman
1 Rich Freeman wrote:
2 > If you want to satisfy yourself I believe you can get git to dump
3 > the contents of any object without formatting/etc.
4
5 git ls-tree HEAD .
6 git show $blobhash
7 git show --pretty=raw HEAD
8
9
10 //Peter