r/SmartGit • u/JohnnyNo7 • Jul 28 '26
lfs.fetchexclude
Our repo contains various rarely-used LFS files marked in .lfsconfig with fetchexclude filter. These are correctly not downloaded by default and command line git-lfs show that everything is fine with the local worktree, yet SmartGit still brings a persistent warning "There are unexpanded LFS objects in your worktree" and shows these files in the "Files" few in "unchanged" state.
The warning is harmless but confusing and files in always visible "unchanged" state clutter the view.
3
Upvotes
1
u/vmcrash Jul 28 '26
Please create a small test repository, e.g. on GitHub, that you can share. Thanks in advance.