update
This commit is contained in:
parent
3efcb58b6a
commit
4437e187e6
1 changed files with 4 additions and 3 deletions
|
@ -3,6 +3,10 @@
|
||||||
subject="""comment 2"""
|
subject="""comment 2"""
|
||||||
date="2023-06-06T16:50:16Z"
|
date="2023-06-06T16:50:16Z"
|
||||||
content="""
|
content="""
|
||||||
|
annex.addunlocked can already be set to a [[git-annex-matching-expression]]
|
||||||
|
and this allows configuring it differently for different filenames, etc.
|
||||||
|
This has been supported since 7.20191230.
|
||||||
|
|
||||||
You can already configure annex.addunlocked with `git-annex config`.
|
You can already configure annex.addunlocked with `git-annex config`.
|
||||||
|
|
||||||
Adding gitattributes for configs is problimatic because querying
|
Adding gitattributes for configs is problimatic because querying
|
||||||
|
@ -10,9 +14,6 @@ for them is not fast. They have to be queried for every file. Also the
|
||||||
gitattributes format is not well suited to complex expressions since the
|
gitattributes format is not well suited to complex expressions since the
|
||||||
value cannot contain spaces.
|
value cannot contain spaces.
|
||||||
|
|
||||||
annex.addunlocked can already be set to a [[git-annex-matching-expression]]
|
|
||||||
and this allows configuring it differently for different filenames, etc.
|
|
||||||
|
|
||||||
The only benefit to supporting it in gitattributes would be to configure it
|
The only benefit to supporting it in gitattributes would be to configure it
|
||||||
differently in different branches of the repository.
|
differently in different branches of the repository.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue