prep release

This commit is contained in:
Joey Hess 2019-10-24 14:40:36 -04:00
parent 4a3f3a2cb5
commit 59b8294b2b
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -1,4 +1,4 @@
git-annex (7.20191018) UNRELEASED; urgency=medium
git-annex (7.20191024) UNRELEASED; urgency=medium
* Changed git add/git commit -a default behavior back to what it was
before v7; they add file contents to git, not to the annex.
@ -9,14 +9,14 @@ git-annex (7.20191018) UNRELEASED; urgency=medium
* Added annex.gitaddtoannex configuration. Setting it to false prevents
git add from adding files to the annex even when annex.largefiles
is configured. (Unless the file was annexed before.)
* Made git add smarter about renamed annexed files. It can tell when an
annexed file was renamed, and will add it to the annex, and not to git,
unless annex.largefiles tells it to do otherwise.
* init: Fix a failure when used in a submodule on a crippled filesystem.
* enable-tor: Deal with pkexec changing to root's home directory
when running a command.
* sync: Fix crash when there are submodules and an adjusted branch is
checked out.
* Made git add smarter about renamed annexed files. It can tell when an
annexed file was renamed, and will add it to the annex, and not to git,
unless annex.largefiles tells it to do otherwise.
-- Joey Hess <id@joeyh.name> Mon, 21 Oct 2019 11:01:06 -0400