diff options
author | Joey Hess <joey@kitenet.net> | 2011-06-23 08:49:27 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-06-23 08:49:54 -0400 |
commit | 9672496a9357c84a4436ead109ba2dc7bc010e8c (patch) | |
tree | 0f8debdeb69d572c96b29591febf392e793e3616 /doc/bugs | |
parent | 9e37898e2186c8f7bb71a5d2bd7a02303410b363 (diff) |
update
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/annex_add_in_annex.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/annex_add_in_annex.mdwn b/doc/bugs/annex_add_in_annex.mdwn index 80084cec1..e12826f00 100644 --- a/doc/bugs/annex_add_in_annex.mdwn +++ b/doc/bugs/annex_add_in_annex.mdwn @@ -2,3 +2,5 @@ I accidentally annexed some files in the .git-annex directory and it cause git-a > There is a guard against `git annex add .git-annex/foo`, but it doesn't > notice `cd .git-annex; git annex add foo`. --[[Joey]] + +> Now fixed, by removing the .git-annex directory. [[done]] --[[Joey]] |