Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#74514 - [gitlab-shell] `fsyncObjectFiles` is deprecated
Attached to Project:
Community Packages
Opened by simonzack (simonzack) - Wednesday, 20 April 2022, 06:28 GMT
Last edited by Toolybird (Toolybird) - Friday, 28 April 2023, 22:13 GMT
Opened by simonzack (simonzack) - Wednesday, 20 April 2022, 06:28 GMT
Last edited by Toolybird (Toolybird) - Friday, 28 April 2023, 22:13 GMT
|
DetailsDescription:
When I push, I get the error: warning: core.fsyncObjectFiles is deprecated; use core.fsync instead `/etc/webapps/gitlab-shell/.gitconfig` should be modified to include something other than `fsyncObjectFiles`. Additional info: * package version(s) 3:13.25.0-1 Steps to reproduce: - Push to a *Git* repository. |
This task depends upon
Closed by Toolybird (Toolybird)
Friday, 28 April 2023, 22:13 GMT
Reason for closing: Fixed
Additional comments about closing: gitlab-shell 3:14.10.0-1
Friday, 28 April 2023, 22:13 GMT
Reason for closing: Fixed
Additional comments about closing: gitlab-shell 3:14.10.0-1
Another option is to leave this option to the platform default. Per the manpage
====
The empty string resets the fsync configuration to the platform default. The default on most platforms is equivalent to core.fsync=committed,-loose-object, which has good performance, but risks losing recent work in the event of an unclean system shutdown.
====
# # Set this setting to `true` to start ignoring gitconfig files installed in
# # the system. This includes both system-level (e.g. '/etc/gitconffig') and
# # global-level (e.g. `$HOME/.gitconfig`) files. This setting will become the
# # default with v16.0. If you intend to override Git configuration you can do
# # so via `[[git.config]]`. The default value is `false`.
# ignore_gitconfig = false