This commit is contained in:
Joey Hess 2023-04-04 15:19:25 -04:00
parent e3f5bd4ca6
commit d0e94b4302
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,11 @@
[[!comment format=mdwn
username="joey"
subject="""comment 2"""
date="2023-04-04T19:17:56Z"
content="""
I've made user.useConfigOnly be honored when set.
Turns out it was not practical for git-annex init to not set user.name and
user.email when that is necessary to get git commit to work. But it now
avoids setting those when user.useConfigOnly is set.
"""]]