diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-06 12:43:03 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-06 12:43:03 -0400 |
commit | 7d345fcb307cfecb5fa834a0b17be01e4e6f5df8 (patch) | |
tree | fd8026d85591ac9aa1a310171b84a4ae9369abdc /debian/changelog | |
parent | eea511d1f3a6a77f541db0a61c96ed1bd461d0d0 (diff) |
direct: Fix a bug that could cause some files to be left in indirect mode.
It's possible for files in indirect mode to have a direct mode mapping
file. Probably from when they were in direct mode. In this case,
toDirectGen tried to copy the content from the direct mode file that the
mapping said had it. But, being in indirect mode, it didn't really have the
content. So it did nothing. This fix makes it always move the content from
.git/annex/objects/ when it's there.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ae559223b..d1f8fa68e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ git-annex (4.20130502) UNRELEASED; urgency=low to link -lHSrts_thr * Avoid depending on regex-tdfa on mips, mipsel, and s390, where it fails to build. + * direct: Fix a bug that could cause some files to be left in indirect mode. -- Joey Hess <joeyh@debian.org> Thu, 02 May 2013 20:39:19 -0400 |