comment, open related todo
This commit is contained in:
parent
a7ddf2ac3a
commit
cf6152575a
2 changed files with 26 additions and 0 deletions
11
doc/todo/annex.addunlocked_in_gitattributes.mdwn
Normal file
11
doc/todo/annex.addunlocked_in_gitattributes.mdwn
Normal file
|
@ -0,0 +1,11 @@
|
|||
Make annex.addunlocked be able to be configured in .gitattributes,
|
||||
the same way as annex.largefiles can be.
|
||||
|
||||
This would be useful if certain filename extensions need to be unlocked to
|
||||
be used, and others are desired to be kept locked.
|
||||
|
||||
The annex.addunlocked git config is a boolean, but this gitattributes one
|
||||
would effectively build up a file match expression. So it might then follow
|
||||
that the git config should also be a file match expression, with "true"
|
||||
being the same as "anything" and "false" the same as "nothing" for
|
||||
back-compat. --[[Joey]]
|
Loading…
Add table
Add a link
Reference in a new issue