Support extracting emails from Signed-off-by lines
commitc3e350c6e5abe887808260e3f807664946eacc4c
authorShawn O. Pearce <spearce@spearce.org>
Wed, 24 Jun 2009 17:30:29 +0000 (24 10:30 -0700)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Thu, 25 Jun 2009 05:54:39 +0000 (25 07:54 +0200)
tree93630efbbb42f24df4cc15ae09d2eec47d0cf8e5
parent53f54869e25cd735bcfd93976d4570d31e1eb258
Support extracting emails from Signed-off-by lines

A typical Signed-off-by footer line can be seen below in this
message, and it clearly contains an email address (or at least
a user@domain sort of reference to the identity).  This identity
may need to be parsed out of a footer line by application code,
to match the Signed-off-by line back to the author or the committer
of the commit, or to some external datastore.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.jgit.test/tst/org/spearce/jgit/revwalk/FooterLineTest.java
org.spearce.jgit/src/org/spearce/jgit/revwalk/FooterLine.java