From 777349f0d3a73c2f6c211d4363eadab6cbc8a5e7 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 22 Apr 2013 16:33:12 -0400 Subject: [PATCH] close; user error --- doc/bugs/three_character_directories_created.mdwn | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/bugs/three_character_directories_created.mdwn b/doc/bugs/three_character_directories_created.mdwn index 68dd7bc746..658ad3c20a 100644 --- a/doc/bugs/three_character_directories_created.mdwn +++ b/doc/bugs/three_character_directories_created.mdwn @@ -49,3 +49,8 @@ Please provide any additional information below. I use a symlink to the repository to change into it. +> Closing this bug as user error. If the `git-annex` branch +> gets merged into master by the user, then that adds all its log files +> to master, and so they're visible as regular files. Solution: Don't do +> that, or if you do that, use `git log --stat` to find the commit that +> adds all those files, and `git revery` the commit. [[done]] --[[Joey]]