jonashaag / klaus

docker run klaus / pip install klaus — the first Git web viewer that Just Works™.
http://klausdemo.lophus.org
Other
682 stars 101 forks source link

Support viewing blame of empty files #285

Closed jelmer closed 2 years ago

jelmer commented 2 years ago

Support viewing blame of empty files.

Without this, klaus tries to access repo[b''] which leads to a KeyError.

jonashaag commented 2 years ago

Thanks!