commit | c9f5a5ab7643c2f1e0472f3b1325b372d03c722f | [log] [tgz] |
---|---|---|
author | David Pursehouse <david.pursehouse@sonymobile.com> | Mon Dec 07 19:13:16 2015 +0900 |
committer | David Pursehouse <david.pursehouse@sonymobile.com> | Mon Dec 07 10:20:00 2015 +0000 |
tree | f17718e3693463fd4077be3f7764a5b6aeb0ada1 | |
parent | 830cf983e7ff2d90bf74b0b71ad06cc53b9f5bb3 [diff] |
ListTags: Fix NPE when annotated/signed tag has no tagger info The implementation assumed that annotated/signed tags would always have a tagger, but this is not the case as we can see with the tag v0.99 on the git project [1], and this causes a NullPointerException when trying to convert to a GitPerson. Add a null check. Also update the documentation accordingly. [1] http://git.kernel.org/cgit/git/git.git/tag/?h=v0.99 Change-Id: I7dcb98a845d9a9e83c60d32f7ae5b51eba38bab6