Git extension for versioning large files
Git-LFS fails to build with Go 1.24< Patch is based on https://github.com/git-lfs/git-lfs/pull/5998 but rewritten so we don't implement the new error handling system introduced in 3.7.0. Only new thing is logic that preserves original behavior of error messages and at the same time avoids the format string test failures Resolves: RHEL-106475 |
||
---|---|---|
.gitignore | ||
11fe8dc62ed2eb158eaec28af90d2f509e7fd91f.patch | ||
0001-Use-constant-format-string.patch | ||
gating.yaml | ||
git-lfs.spec | ||
README.Fedora | ||
sources |
git-lfs on Fedora ================= By default, the package will run a post-install/post-uninstall task to enable/disable git-lfs filters in the system git configuration. If you wish to enable/disable git-lfs manually, you can set the following option in the system git config, and package install/uninstall will no longer do this: # git config --system 'fedora.git-lfs.no-modify-config' true