From 8c1eda75b5f20f3af10ce2e4d079ab41643291ff Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 2 Mar 2017 13:20:17 -0400 Subject: [PATCH] title --- doc/bugs/Empty_files_make_git_status_slow.mdwn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/bugs/Empty_files_make_git_status_slow.mdwn b/doc/bugs/Empty_files_make_git_status_slow.mdwn index f8438f4ef0..64e4d171ac 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?