summaryrefslogtreecommitdiff
path: root/doc/news/version_3.20111122.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-11-22 14:41:52 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-11-22 14:41:52 -0400
commit2d9099531b7c8d237e4fee1327f1a6955412e70b (patch)
tree50fa4025f0435ab12b0b9bf8f2e8aa995bc6ac4f /doc/news/version_3.20111122.mdwn
parent322d9b1cc044c960339779b9d88aa39e21f41d9e (diff)
add news item for git-annex 3.20111122
Diffstat (limited to 'doc/news/version_3.20111122.mdwn')
-rw-r--r--doc/news/version_3.20111122.mdwn22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/news/version_3.20111122.mdwn b/doc/news/version_3.20111122.mdwn
new file mode 100644
index 000000000..193394de9
--- /dev/null
+++ b/doc/news/version_3.20111122.mdwn
@@ -0,0 +1,22 @@
+git-annex 3.20111122 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * merge: Improve commit messages to mention what was merged.
+ * Avoid doing auto-merging in commands that don't need fully current
+ information from the git-annex branch. In particular, git annex add
+ no longer needs to auto-merge.
+ * init: When run in an already initalized repository, and without
+ a description specified, don't delete the old description.
+ * Optimised union merging; now only runs git cat-file once, and runs
+ in constant space.
+ * status: Now displays trusted, untrusted, and semitrusted repositories
+ separately.
+ * status: Include all special remotes in the list of repositories.
+ * status: Fix --json mode.
+ * status: --fast is back
+ * Fix support for insteadOf url remapping. Closes: #[644278](http://bugs.debian.org/644278)
+ * When not run in a git repository, git-annex can still display a usage
+ message, and "git annex version" even works.
+ * migrate: Don't fall over a stale temp file.
+ * Avoid excessive escaping for rsync special remotes that are not accessed
+ over ssh.
+ * find: Support --print0"""]] \ No newline at end of file