We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d525650 commit 7bf57e3Copy full SHA for 7bf57e3
docs/content/doc/advanced/config-cheat-sheet.en-us.md
@@ -1087,6 +1087,11 @@ Default templates for project boards:
1087
- `DISABLE_CORE_PROTECT_NTFS`: **false** Set to true to forcibly set `core.protectNTFS` to false.
1088
- `DISABLE_PARTIAL_CLONE`: **false** Disable the usage of using partial clones for git.
1089
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
1095
## Git - Timeout settings (`git.timeout`)
1096
1097
- `DEFAULT`: **360**: Git operations default timeout seconds.
0 commit comments