diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-27 16:57:36 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-27 16:57:36 -0400 |
commit | 27d28b0bf2f3b723f404407d1814c38a3c37076d (patch) | |
tree | 6fd304cd0649510e6f8ae12afdf2c8b77e2eb05d /doc/news/version_0.02.mdwn | |
parent | 833d4b342e7909e6770edb19fbc58d781e922205 (diff) |
add news item for git-annex 0.02
Diffstat (limited to 'doc/news/version_0.02.mdwn')
-rw-r--r-- | doc/news/version_0.02.mdwn | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/news/version_0.02.mdwn b/doc/news/version_0.02.mdwn new file mode 100644 index 000000000..689124ab4 --- /dev/null +++ b/doc/news/version_0.02.mdwn @@ -0,0 +1,18 @@ +git-annex 0.02 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Can scp annexed files from remote hosts, and check remote hosts for + file content when dropping files. + * New move subcommand, that makes it easy to move file contents from + or to a remote. + * New fromkey subcommand, for registering urls, etc. + * git-annex init will now set up a pre-commit hook that fixes up symlinks + before they are committed, to ensure that moving symlinks around does not + break them. + * More intelligent and fast staging of modified files; git add coalescing. + * Add remote.annex-ignore git config setting to allow completly disabling + a given remote. + * --from/--to can be used to control the remote repository that git-annex + uses. + * --quiet can be used to avoid verbose output + * New plumbing-level dropkey and addkey subcommands. + * Lots of bug fixes."""]]
\ No newline at end of file |