Allow the reflog identity to be set in ReceivePack
commit93b7c2c85d1d0a2dda3b111a26d0c7013f4ece2c
authorShawn O. Pearce <spearce@spearce.org>
Wed, 4 Feb 2009 23:15:41 +0000 (4 15:15 -0800)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Wed, 4 Feb 2009 23:35:08 +0000 (5 00:35 +0100)
tree307ee6144b0aebda32ae9a60a7d2e16ec1170f36
parentc8572906c25fa3959f7148da73eb8441fb984d78
Allow the reflog identity to be set in ReceivePack

Daemons which run ReceivePack can now set the identity used to
record updates in the reflog of any affected refs.  If not set
then it defaults to the repository owner's identity, or that
of the running JVM.

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/ReceivePack.java