summaryrefslogtreecommitdiff
path: root/doc/bugs/git_annex_should_use___39__git_add_-f__39___internally.mdwn
blob: 66b3aa36a315fb0e1fc701ef6cad6901590ed594 (plain)
1
2
3
4
5
6
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.

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.