]> git.draconx.ca Git - homepage.git/commitdiff
Work around git-annex breakage.
authorNick Bowler <nbowler@draconx.ca>
Sun, 14 Feb 2021 00:32:48 +0000 (19:32 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sun, 14 Feb 2021 00:37:40 +0000 (19:37 -0500)
Seems new versions of git annex just bail out when run in a "bare"
repository, (at least when git config core.bare return true).

Problem is, you can create work trees from bare repositories and then
the result is not really "bare" even though git config core.bare will
return "true".  Since site deployment does this, and then tries to run
git annex, we get pointless failures.

Simple enough to just manually set core.bare to false when running
git annex, which seems sufficient to make things work again.


No differences found