summaryrefslogtreecommitdiff
path: root/doc/bugs/git_annex_should_use___39__git_add_-f__39___internally.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/git_annex_should_use___39__git_add_-f__39___internally.mdwn')
-rw-r--r--doc/bugs/git_annex_should_use___39__git_add_-f__39___internally.mdwn11
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/bugs/git_annex_should_use___39__git_add_-f__39___internally.mdwn b/doc/bugs/git_annex_should_use___39__git_add_-f__39___internally.mdwn
deleted file mode 100644
index a92f5871b..000000000
--- a/doc/bugs/git_annex_should_use___39__git_add_-f__39___internally.mdwn
+++ /dev/null
@@ -1,11 +0,0 @@
-I have this line in the .gitignore file of one of my repos:
-*log
-
-So the command 'git annex init name' fails to add the file ".git-annex/uuid.log", and the same problem happens when git-annex-add'ing files.
-
-> This is avoided on the v3 branch, which does not store these files in the
-> same branch as your repository.
-
-Also, when a file is git-ignored, it should be possible to 'git annex add' it with a -f/--force option, the same way git does it.
-
-> Reasonable, [[done]] --[[Joey]]