Support user.useConfigOnly git config
authorJoey Hess <joeyh@joeyh.name>
Tue, 4 Apr 2023 19:12:52 +0000 (15:12 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 4 Apr 2023 19:12:52 +0000 (15:12 -0400)
commite91bf784cd044852f939d3b13d6418e4d5fa5e0d
tree5089c34c760b7e009e8dda3bed3de18e2bb6ef3b
parent66eb63dd820ade940b26b8eb00759d1b0f9242a0
Support user.useConfigOnly git config

When it's set and git cannot determine user.name or user.email, this will
result in git-annex init failing when committing to create the git-annex
branch. Other git-annex commands that commit can also fail.

Sponsored-by: Jack Hill on Patreon
Annex/Environment.hs
CHANGELOG