Record pushes done over anonymous git:// using peer IP
commitd2c5cc27608853feffb553a6c3a673cd0e16ea97
authorShawn O. Pearce <spearce@spearce.org>
Wed, 4 Feb 2009 23:15:42 +0000 (4 15:15 -0800)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Wed, 4 Feb 2009 23:35:08 +0000 (5 00:35 +0100)
treeaf6b3059d8bbb813ccde8a923cd16d899d13ec0d
parent93b7c2c85d1d0a2dda3b111a26d0c7013f4ece2c
Record pushes done over anonymous git:// using peer IP

The only data we have on the remote user on the other side of
a git:// network connection is their IP address/hostname.  So
we list that in the reflog as it is better than no data at all.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.jgit/src/org/spearce/jgit/transport/Daemon.java