New review comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/pull/30505#discussion_r620800327 Comment: Man page says ``` DESCRIPTION Perform the following actions to ensure that Git LFS is setup properly: ○ Set up the clean and smudge filters under the name "lfs" in the global Git config. ○ Install a pre-push hook to run git-lfs-pre-push(1) for the current repository, if run from inside one. If "core.hooksPath" is configured in any Git configuration (and supported, i.e., the installed Git version is at least 2.9.0), then the pre-push hook will be installed to that directory instead. ``` @void-linux/pkg-committers is this ok or should we change the position of the git config directory or something?