add news item for git-annex 5.20140116

This commit is contained in:
Joey Hess 2014-01-16 12:32:13 -04:00
parent 876f1398c4
commit 4dec78b0eb
2 changed files with 21 additions and 4 deletions

View file

@ -1,4 +0,0 @@
git-annex 5.20131130 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* init: Fix a bug that caused git annex init, when run in a bare
repository, to set core.bare=false."""]]

View file

@ -0,0 +1,21 @@
git-annex 5.20140116 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* Added tahoe special remote.
* external special remote protocol: Added GETGITDIR, and GETAVAILABILITY.
* Refuse to build with git older than 1.7.1.1, which is needed for
git checkout -B
* map: Fix display of v5 direct mode repos.
* repair: Support old git versions from before git fsck --no-dangling was
implemented.
* Fix a long-standing bug that could cause the wrong index file to be used
when committing to the git-annex branch, if GIT\_INDEX\_FILE is set in the
environment. This typically resulted in git-annex branch log files being
committed to the master branch and later showing up in the work tree.
(These log files can be safely removed.)
* assistant: Detect if .git/annex/index is corrupt at startup, and
recover.
* repair: Fix bug in packed refs file exploding code that caused a .gitrefs
directory to be created instead of .git/refs
* Fix FTBFS on mipsel and sparc due to test suite not being available
on those architectures.
* Android: Avoid passing --clobber to busybox wget."""]]