commit | f0047d2d943788fed2666e1d20c1e0d3c16701d5 | [log] [tgz] |
---|---|---|
author | John Keeping <john@keeping.me.uk> | Sat Mar 31 14:57:22 2018 +0100 |
committer | Jason A. Donenfeld <Jason@zx2c4.com> | Wed Jun 27 18:11:19 2018 +0200 |
tree | 05079c78cab3b64fd455698c36adc56a23e57a79 | |
parent | 00ad47bbfaf7cc5c372e072a5302e871b5250390 [diff] |
ui-refs: remove unnecessary sanity check There is no way for refinfo::refname to be null, and Git will prevent zero-length refs so this check is unnecessary. Signed-off-by: John Keeping <john@keeping.me.uk> Reviewed-by: Christian Hesse <mail@eworm.de>