prep release
This commit is contained in:
parent
4a3f3a2cb5
commit
59b8294b2b
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue