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

@ -63,3 +63,5 @@ Enabling `user.useConfigOnly` should prevent this, making it easier to work with
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
Yes, it's great!
> [[fixed|done]] --[[Joey]]

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.
"""]]