diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-01 14:32:56 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-01 14:32:56 +0000 |
commit | 0128c5a2e422195197d8faae273a8ac467e7e00f (patch) | |
tree | ce1a9a3226b8afcde07e4685d417c04ad09edba2 /README.Fedora | |
parent | 749597ef999e35b07ddf6cd1bdb83fba1e9ec4dc (diff) |
automatic import of git-lfsopeneuler24.03_LTS
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 |