This commit is contained in:
Joey Hess 2017-03-02 13:20:17 -04:00
parent 995f58a04c
commit 8c1eda75b5
No known key found for this signature in database
GPG key ID: C910D9222512E3C7

View file

@ -1,5 +1,7 @@
### Please describe the problem. ### Please describe the problem.
[[!meta title="Empty files make git status slow in v6 repo"]]
When empty files are committed to a repository, git status becomes slow because git annex smudge is run for every empty file under git annex even with clean HEAD. I know git annex is for large files (rather than infinity small ones), but I'm using it to manage a GRASS GIS database, which oddly uses empty files for some things:/ When empty files are committed to a repository, git status becomes slow because git annex smudge is run for every empty file under git annex even with clean HEAD. I know git annex is for large files (rather than infinity small ones), but I'm using it to manage a GRASS GIS database, which oddly uses empty files for some things:/
### What steps will reproduce the problem? ### What steps will reproduce the problem?