Date: Friday, April 29, 2022 @ 17:45:35
Author: anatolik
Revision: 1191822
FS#74514: replace deprectated core.fsyncObjectFiles git config option with
core.fsync
Modified:
gitlab-shell/trunk/gitlab-shell.gitconfig
------------------------+
gitlab-shell.gitconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: gitlab-shell.gitconfig
===================================================================
--- gitlab-shell.gitconfig 2022-04-29 17:16:36 UTC (rev 1191821)
+++ gitlab-shell.gitconfig 2022-04-29 17:45:35 UTC (rev 1191822)
@@ -3,7 +3,7 @@
email = gitlab@localhost
[core]
autocrlf = input
- fsyncObjectFiles = true
+ fsync = true
[receive]
advertisePushOptions = true
[gc]