summaryrefslogtreecommitdiff
path: root/doc/news
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-09-28 19:17:46 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-09-28 19:17:46 -0400
commit24a8b7f141af4874f7a0c71738614b53f671898d (patch)
treea560f06478079158a9afe43c4632bdec772cdd53 /doc/news
parent7dddb803a07f4eb77f271a9e954d1e07f74de6df (diff)
add news item for git-annex 3.20110928
Diffstat (limited to 'doc/news')
-rw-r--r--doc/news/version_3.20110817.mdwn6
-rw-r--r--doc/news/version_3.20110928.mdwn19
2 files changed, 19 insertions, 6 deletions
diff --git a/doc/news/version_3.20110817.mdwn b/doc/news/version_3.20110817.mdwn
deleted file mode 100644
index 51388f3c7..000000000
--- a/doc/news/version_3.20110817.mdwn
+++ /dev/null
@@ -1,6 +0,0 @@
-git-annex 3.20110817 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * Fix shell escaping in rsync special remote.
- * addurl: --fast can be used to avoid immediately downloading the url.
- * Added support for getting content from git remotes using http (and https).
- * Added curl to Debian package dependencies."""]] \ No newline at end of file
diff --git a/doc/news/version_3.20110928.mdwn b/doc/news/version_3.20110928.mdwn
new file mode 100644
index 000000000..3b11e18f5
--- /dev/null
+++ b/doc/news/version_3.20110928.mdwn
@@ -0,0 +1,19 @@
+git-annex 3.20110928 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * --in can be used to make git-annex only operate on files
+ believed to be present in a given repository.
+ * Arbitrarily complex expressions can be built to limit the files git-annex
+ operates on, by combining the options --not --and --or -( and -)
+ Example: git annex get --exclude '*.mp3' --and --not -( --in usbdrive --or --in archive -)
+ * --copies=N can be used to make git-annex only operate on files with
+ the specified number of copies. (And --not --copies=N for the inverse.)
+ * find: Rather than only showing files whose contents are present,
+ when used with --exclude --copies or --in, displays all files that
+ match the specified conditions.
+ * Note that this is a behavior change for git-annex find! Old behavior
+ can be gotten by using: git-annex find --in .
+ * status: Massively sped up; remove --fast mode.
+ * unused: File contents used by branches and tags are no longer
+ considered unused, even when not used by the current branch. This is
+ the final piece of the puzzle needed for git-annex to to play nicely
+ with branches."""]] \ No newline at end of file