Revert "override rather than setting user.name and user.email"
authorJoey Hess <joeyh@joeyh.name>
Tue, 4 Apr 2023 19:15:02 +0000 (15:15 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 4 Apr 2023 19:15:02 +0000 (15:15 -0400)
commite3f5bd4ca616f0f714043889f7fc4dce89efc92d
treee561dc183a1a9489de5264b3eb00e02038aae955
parente91bf784cd044852f939d3b13d6418e4d5fa5e0d
Revert "override rather than setting user.name and user.email"

This reverts commit 66eb63dd820ade940b26b8eb00759d1b0f9242a0.

git-annex init is the only thing that uses ensureCommit. So overriding
there will make later commits to the git-annex branch or by git-annex sync
fail.

It's ugly that git-annex init sets user.name and user.email, but it only
does it on systems that are badly configured.
Annex/Environment.hs
CHANGELOG