In the commit dialog, deal with Signed-off-by not on the last line
commit5aaed94e487d1bc633f503bfdd692f5697ade123
authorYann Simon <yann.simon.fr@gmail.com>
Fri, 20 Feb 2009 08:09:53 +0000 (20 09:09 +0100)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Sat, 7 Mar 2009 00:01:58 +0000 (7 01:01 +0100)
tree42819f7b77f113973c8d5c55d8357358d7ce7107
parent3880a47e1b0cdfb391b9a91f88442760b9a3afe3
In the commit dialog, deal with Signed-off-by not on the last line

The previous implementation made the assumption that
the Signed-off-by is always on the last line.

Correct this assumption and deal with Signed-off-by everywhere in
the commit message.

Signed-off-by: Yann Simon <yann.simon.fr@gmail.com>
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.egit.ui/src/org/spearce/egit/ui/internal/dialogs/CommitDialog.java