summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-03-02 13:20:17 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-03-02 13:20:17 -0400
commit6b5b14f4d51a5196959b9c965463fb4b60ebcabd (patch)
treec09b562c2e5780322a224b88c8f15f8c01e23478 /doc
parentc5349778bc8c96a56f38c23d674c8bdda95699e4 (diff)
title
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/Empty_files_make_git_status_slow.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/Empty_files_make_git_status_slow.mdwn b/doc/bugs/Empty_files_make_git_status_slow.mdwn
index f8438f4ef..64e4d171a 100644
--- a/doc/bugs/Empty_files_make_git_status_slow.mdwn
+++ b/doc/bugs/Empty_files_make_git_status_slow.mdwn
@@ -1,5 +1,7 @@
### 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:/
### What steps will reproduce the problem?