diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-02 07:04:55 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-02 07:04:55 +0000 |
commit | 91a0b408137f84ea81a6214259085463eb9a1395 (patch) | |
tree | ce1a9a3226b8afcde07e4685d417c04ad09edba2 /README.Fedora | |
parent | 493d964a483c37ed509f818a0f2eaf05fc13df0e (diff) |
automatic import of git-lfsopeneuler24.03_LTSopeneuler23.09
Diffstat (limited to 'README.Fedora')
-rw-r--r-- | README.Fedora | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.Fedora b/README.Fedora new file mode 100644 index 0000000..3bfd4d0 --- /dev/null +++ b/README.Fedora @@ -0,0 +1,11 @@ +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 |