feat: add git version on admin panel. (#921)

This commit is contained in:
Bo-Yi Wu
2017-02-13 19:49:42 +08:00
committed by Lunny Xiao
parent 091f063706
commit 5cc275b1de
7 changed files with 14 additions and 3 deletions

View File

@ -354,6 +354,7 @@ var (
// Git settings
Git = struct {
Version string `ini:"-"`
DisableDiffHighlight bool
MaxGitDiffLines int
MaxGitDiffLineCharacters int