yu55 / yagga

Yet Another Git Grep Application - simple web application that allows you to git grep over many repositories via web interface.
https://github.com/yu55/yagga
MIT License
2 stars 4 forks source link

View annotate page crashes for new files (not commited) in git #57

Open sawickil opened 8 years ago

sawickil commented 8 years ago

as the title says...However, the grep function still works on such files:/

Fix: perhaps just show the file without the annotate piece (using a regular read function from java or os)