pq: make sure we always get a sane author
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Tue, 29 Apr 2014 11:07:37 +0000 (14:07 +0300)
committerJun Wang <junbill.wang@samsung.com>
Tue, 26 Jan 2016 19:56:50 +0000 (03:56 +0800)
commita503c6ed3d1222d130af330b117bcecb75e9e381
tree47f013325c59151b3dbfdf4b7a7db59213a782d6
parent1cc1d11afab00f5d9b0f37f00f39e438f2a44ce6
pq: make sure we always get a sane author

Prevent a crash when the author (for a raw diff) was None because no
name/email could be determined from git config or environment variables.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>