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 committed from a laptop and a desktop then it should be counted as two hits.
I do not know if it matters, but in this particular case, the repository is hosted on gitlab.com . I have password less authentication set up so that it does not ask for a password when I do a "git push". Using Debian Jessie with % dpkg -l git | grep ^ii ii git 1:2.1.4-2.1+deb8u1 amd64 fast, scalable, distributed revision control system thanks raju -- Kamaraju S Kusumanchi | http://raju.shoutwiki.com/wiki/Blog

