git-annex/Upgrade
Joey Hess 5877a15d7b
fix hard links when upgrading from direct mode
When upgrading a direct mode repo to v7 with adjusted unlocked branches,
fix a bug that prevented annex.thin from taking effect for the files in
working tree.

The hard links used to be ok, but commit 8e22114735 accidentially
broke them. It repopulates the worktree file, which is already a hard link,
and when it's creating the new file, the link count is already 2, and so it
doesn't make a hard link then.
2019-08-26 13:54:39 -04:00
..
V0.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
V1.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
V2.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
V3.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
V4.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
V5.hs fix hard links when upgrading from direct mode 2019-08-26 13:54:39 -04:00
V6.hs v7 2018-10-25 18:24:23 -04:00