fixed overwrite race with git-annex fix
authorJoey Hess <joeyh@joeyh.name>
Tue, 14 Jun 2022 18:19:58 +0000 (14:19 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 14 Jun 2022 18:19:58 +0000 (14:19 -0400)
commit64c7f60f7a11dd0db206bbdc3d8d4cfc6afecc1d
tree9386a6d1dcc425ef9f33c18f8d22246b6280992f
parente47219bcb5c210e908fcf390eb01dc96f85cd548
fixed overwrite race with git-annex fix

Similar to git-annex add, git-annex fix queued git add, so if a file
got modified before git add ran, the wrong content would be staged,
perhaps a large file content.

Sponsored-by: Brock Spratlen on Patreon
CHANGELOG
Command/Fix.hs