1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-26 19:38:26 +00:00

Fix panic when diff (#9187) (#9193)

* fix panic when diff

* improve code
This commit is contained in:
Lunny Xiao
2019-11-28 23:07:30 +08:00
committed by techknowlogick
parent 2b257a91de
commit c4e52d232e
26 changed files with 688 additions and 8 deletions

View File

@@ -0,0 +1,6 @@
# git ls-files --others --exclude-from=.git/info/exclude
# Lines that start with '#' are comments.
# For a project mostly in C, the following would be a good set of
# exclude patterns (uncomment them if you want to use them):
# *.[oa]
# *~