git-annex/debian/changelog

34 lines
1.2 KiB
Text
Raw Normal View History

2010-10-28 17:47:10 +00:00
git-annex (0.03) UNRELEASED; urgency=low
* Fix support for file:// remotes.
2010-10-28 18:04:22 +00:00
* Add --verbose
2010-10-28 17:47:10 +00:00
-- Joey Hess <joeyh@debian.org> Thu, 28 Oct 2010 13:46:59 -0400
2010-10-27 20:53:54 +00:00
git-annex (0.02) unstable; urgency=low
2010-10-21 20:38:14 +00:00
* Can scp annexed files from remote hosts, and check remote hosts for
file content when dropping files.
2010-10-27 18:39:21 +00:00
* New move subcommand, that makes it easy to move file contents from
or to a remote.
2010-10-26 00:22:37 +00:00
* New fromkey subcommand, for registering urls, etc.
2010-10-27 18:33:44 +00:00
* 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.
2010-10-27 18:39:21 +00:00
* More intelligent and fast staging of modified files; git add coalescing.
2010-10-22 19:08:53 +00:00
* Add remote.annex-ignore git config setting to allow completly disabling
a given remote.
2010-10-25 23:38:59 +00:00
* --from/--to can be used to control the remote repository that git-annex
uses.
2010-10-25 23:38:59 +00:00
* --quiet can be used to avoid verbose output
2010-10-26 00:22:37 +00:00
* New plumbing-level dropkey and addkey subcommands.
2010-10-27 18:39:21 +00:00
* Lots of bug fixes.
2010-10-21 20:38:14 +00:00
2010-10-27 20:53:54 +00:00
-- Joey Hess <joeyh@debian.org> Wed, 27 Oct 2010 16:39:29 -0400
2010-10-21 20:38:14 +00:00
2010-10-20 16:54:40 +00:00
git-annex (0.01) unstable; urgency=low
2010-10-16 20:41:24 +00:00
2010-10-20 16:54:40 +00:00
* First prerelease.
2010-10-16 20:41:24 +00:00
2010-10-20 16:54:40 +00:00
-- Joey Hess <joeyh@debian.org> Wed, 20 Oct 2010 12:54:24 -0400