add news item for git-annex 0.07
This commit is contained in:
parent
2b7203c5d2
commit
d792024e37
2 changed files with 8 additions and 18 deletions
|
@ -1,18 +0,0 @@
|
||||||
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."""]]
|
|
8
doc/news/version_0.07.mdwn
Normal file
8
doc/news/version_0.07.mdwn
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
git-annex 0.07 released with [[!toggle text="these changes"]]
|
||||||
|
[[!toggleable text="""
|
||||||
|
* find: New subcommand.
|
||||||
|
* unused: New subcommand, finds unused data. (Split out from fsck.)
|
||||||
|
* dropunused: New subcommand, provides for easy dropping of unused keys
|
||||||
|
by number, as listed by the unused subcommand.
|
||||||
|
* fsck: Print warnings to stderr; --quiet can now be used to only see
|
||||||
|
problems."""]]
|
Loading…
Add table
Reference in a new issue