]> source.dussan.org Git - gitblit.git/commit
Avoid NPE when the default branch cannot be identified
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Sun, 1 Sep 2013 17:58:00 +0000 (19:58 +0200)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Sun, 1 Sep 2013 17:58:00 +0000 (19:58 +0200)
commit02ede7f11c6fb28ca53fc240905cd1b140236f08
treea796a0b11cfa687d0f66b76f6f1b0b933d375a47
parent7fa7ba0590f819aeda3bcb6d6d1003009d77de65
Avoid NPE when the default branch cannot be identified

This is a normal condition that complicates debugging, i.e.
when catching all NPE's.
src/main/java/com/gitblit/utils/JGitUtils.java