annex.largefiles can be configured in .gitattributes too
This is particulary useful for v6 repositories, since the .gitattributes configuration will apply in all clones of the repository.
This commit is contained in:
parent
e8fc2ff27c
commit
d37fe6a547
8 changed files with 107 additions and 38 deletions
|
@ -92,3 +92,6 @@ checkAttr (h, attrs, oldgit, currdir) want file = do
|
|||
sep = ": " ++ attr ++ ": "
|
||||
getattrvalues (_filename:attr:val:rest) c = getattrvalues rest ((attr,val):c)
|
||||
getattrvalues _ c = c
|
||||
|
||||
unspecifiedAttr :: String
|
||||
unspecifiedAttr = "!"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue