forked from forgejo/forgejo
feat: add git version on admin panel. (#921)
This commit is contained in:
parent
091f063706
commit
5cc275b1de
7 changed files with 14 additions and 3 deletions
|
@ -354,6 +354,7 @@ var (
|
|||
|
||||
// Git settings
|
||||
Git = struct {
|
||||
Version string `ini:"-"`
|
||||
DisableDiffHighlight bool
|
||||
MaxGitDiffLines int
|
||||
MaxGitDiffLineCharacters int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue