Re: Does git store machine specific information

2016-02-11 Thread kamaraju kusumanchi
On Thu, Feb 11, 2016 at 1:02 PM, Jonathan Dowland wrote: > > In short, no. > > In longer, there's data in there that could be used for steganographic > purposes. If you don't setup your GIT_AUTHOR_EMAIL properly, perhaps > your machine(s) hostname(s) will be in the commit message. Whatever > timez

Re: Does git store machine specific information

2016-02-11 Thread Jonathan Dowland
On Thu, Feb 11, 2016 at 08:02:05AM -0500, kamaraju kusumanchi wrote: > Given a git repository, is it possible to extract a list of unique IP > addresses from which commits were performed in the master branch? It > does not have a to be an IP address but something that uniquely > identifies a machin

Does git store machine specific information

2016-02-11 Thread kamaraju kusumanchi
Given a git repository, is it possible to extract a list of unique IP addresses from which commits were performed in the master branch? It does not have a to be an IP address but something that uniquely identifies a machine used in the commit. For example, if I am using the same account but committ