diff options
author | Joey Hess <joey@kitenet.net> | 2013-11-01 12:31:45 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-01 12:31:45 -0400 |
commit | 53d57e4731d46d9ff4368b6c215c50441e382410 (patch) | |
tree | 6d146478f248c419e78d354f26ce529873dcfef2 /doc/news | |
parent | 4c4133f0d54d9e3d5db413f2000aa34dd5b55d96 (diff) |
add news item for git-annex 4.20131101
Diffstat (limited to 'doc/news')
-rw-r--r-- | doc/news/version_4.20131101.mdwn | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/news/version_4.20131101.mdwn b/doc/news/version_4.20131101.mdwn new file mode 100644 index 000000000..2c6bb309d --- /dev/null +++ b/doc/news/version_4.20131101.mdwn @@ -0,0 +1,29 @@ +git-annex 4.20131101 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * The "git annex content" command is renamed to "git annex wanted". + * New --want-get and --want-drop options which can be used to + test preferred content settings. + For example, "git annex find --in . --want-drop" + * assistant: When autostarted, wait 5 seconds before running the startup + scan, to avoid contending with the user's desktop login process. + * webapp: When setting up a bare shared repository, enable non-fast-forward + pushes. + * sync: Show a hint about receive.denyNonFastForwards when a push fails. + * directory, webdav: Fix bug introduced in version 4.20131002 that + caused the chunkcount file to not be written. Work around repositories + without such a file, so files can still be retreived from them. + * assistant: Automatically repair damanged git repository, if it can + be done without losing data. + * assistant: Support repairing git remotes that are locally accessible + (eg, on removable drives). + * add: Fix reversion in 4.20130827 when adding unlocked files that have + not yet been committed. + * unannex: New, much slower, but more safe behavior: Copies files out of + the annex. This avoids an unannex of one file breaking other files that + link to the same content. Also, it means that the content + remains in the annex using up space until cleaned up with + "git annex unused". + (The behavior of unannex --fast has not changed; it still hard links + to content in the annex. --fast was not made the default because it is + potentially unsafe; editing such a hard linked file can unexpectedly + change content stored in the annex.)"""]]
\ No newline at end of file |