Skip to content

Commit 7bf57e3

Browse files
docs
1 parent d525650 commit 7bf57e3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/content/doc/advanced/config-cheat-sheet.en-us.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1087,6 +1087,11 @@ Default templates for project boards:
10871087
- `DISABLE_CORE_PROTECT_NTFS`: **false** Set to true to forcibly set `core.protectNTFS` to false.
10881088
- `DISABLE_PARTIAL_CLONE`: **false** Disable the usage of using partial clones for git.
10891089

1090+
## Git - Reflog settings (`git.reflog`)
1091+
1092+
- `ENABLED`: **true** Set to true to enable Git to write changes to reflogs in each repo.
1093+
- `EXPIRATION`: **90** Number of days reflog entries should live before they are opportunistically removed.
1094+
10901095
## Git - Timeout settings (`git.timeout`)
10911096

10921097
- `DEFAULT`: **360**: Git operations default timeout seconds.

0 commit comments

Comments
 (0)