weblate/docs/snippets/git-export-lfs-note.rst
Michal Čihař 5000322e9c docs: clarify git-lfs usage
Weblate does not serve Git LFS objects so make it clear in the
documentation.

Fixes #18256
2026-04-11 13:35:05 +02:00

7 lines
340 B
ReStructuredText

.. note::
Weblate serves the Git repository itself, but it does not serve Git LFS
objects. For repositories using Git LFS, clone from the upstream repository
and add Weblate as another remote. If you only need Git-tracked files, you
can clone from Weblate with ``GIT_LFS_SKIP_SMUDGE=1`` to skip downloading
Git LFS objects.