CommitOperation: Handle parsePersonIdent returning null
commit4f1c9820d737d87140dd998863610fa9747e8929
authorRobin Stocker <robin@nibor.org>
Mon, 29 Oct 2012 20:03:19 +0000 (29 21:03 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Sun, 4 Nov 2012 23:58:37 +0000 (5 00:58 +0100)
tree960fffd23383ef78b03a37b660eff056fee4068f
parentc85f675d7eb1893d4d1a76653f7940b2a5481131
CommitOperation: Handle parsePersonIdent returning null

It's already checked in CommitMessageComponent, but we also need to
check it in CommitOperation, otherwise there's an NPE later.

Bug: 393054
Change-Id: If3057ddba72143c12b43eac0241a62cf558bb66e
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.egit.core/src/org/eclipse/egit/core/CoreText.java
org.eclipse.egit.core/src/org/eclipse/egit/core/coretext.properties
org.eclipse.egit.core/src/org/eclipse/egit/core/op/CommitOperation.java