summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar webanck <webanck@web>2017-11-07 16:22:36 +0000
committerGravatar admin <admin@branchable.com>2017-11-07 16:22:36 +0000
commitb6aad99ce9f812a84a45ff48a4adea3759c7c1b5 (patch)
tree4334c848aef52e3661f1272af71eeeeb894ea248
parent1753629e0d5f11a20457f273ddc8faf5009525f2 (diff)
-rw-r--r--doc/bugs/Massive_git_add_produces_sqlite_crashes.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/Massive_git_add_produces_sqlite_crashes.mdwn b/doc/bugs/Massive_git_add_produces_sqlite_crashes.mdwn
index dc6bda328..8a18fe441 100644
--- a/doc/bugs/Massive_git_add_produces_sqlite_crashes.mdwn
+++ b/doc/bugs/Massive_git_add_produces_sqlite_crashes.mdwn
@@ -52,6 +52,8 @@ Deleting git annex databases and running git annex fsck didnt do the trick:
git add $(git ls-files --others | grep txt)
# Again, plenty of sqlite errors :()
+It seems like a big overhead to add files tracked only by git in git annex repo. I know there are hooks/filters that catch and recover annexed files after modification but is it possible to disable these git annex hooks/filters when adding files that shouldn't be annexed ?
+
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
Oh yeah, I am still discovering this powerfull git annex tool.