This commit is contained in:
Joey Hess 2020-04-13 14:07:23 -04:00
parent 5a62e8132d
commit e57aebf6ad
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,17 @@
[[!comment format=mdwn
username="joey"
subject="""comment 6"""
date="2020-04-13T17:45:51Z"
content="""
I've made the git-config parser support all the ways of indicating true and
false that git documents, including the strange distinction between an empty
config setting (false) and no config setting (true). I'm not going to
chase undocumented git behavior that could vary between versions of git.
That also made it support values like "on" that are set by
git-annex config --set. It was always possible to set such things.
Older git-annex will display an error message if used with a repo
that has such values set. That seems acceptable.
I have not done anything about making special remote configs consistent.
"""]]