53 lines
2.1 KiB
Text
53 lines
2.1 KiB
Text
git-annex (0.04) UNRELEASED; urgency=low
|
|
|
|
* Add checkout subcommand, which allows checking out file content
|
|
in preparation of changing it.
|
|
* Add uncheckout subcommand.
|
|
|
|
-- Joey Hess <joeyh@debian.org> Sun, 07 Nov 2010 21:01:29 -0400
|
|
|
|
git-annex (0.03) unstable; urgency=low
|
|
|
|
* Fix support for file:// remotes.
|
|
* Add --verbose
|
|
* Fix SIGINT handling.
|
|
* Fix handling of files with unusual characters in their name.
|
|
* Fixed memory leak; git-annex no longer reads the whole file list
|
|
from git before starting, and will be much faster with large repos.
|
|
* Fix crash on unknown symlinks.
|
|
* Added remote.annex-scp-options and remote.annex-ssh-options.
|
|
* The backends to use when adding different sets of files can be configured
|
|
via gitattributes.
|
|
* In .gitattributes, the git-annex-backend attribute can be set to the
|
|
names of backends to use when adding different types of files.
|
|
* Add fsck subcommand. (For now it only finds unused key contents in the
|
|
annex.)
|
|
|
|
-- Joey Hess <joeyh@debian.org> Sun, 07 Nov 2010 18:26:04 -0400
|
|
|
|
git-annex (0.02) unstable; urgency=low
|
|
|
|
* 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.
|
|
|
|
-- Joey Hess <joeyh@debian.org> Wed, 27 Oct 2010 16:39:29 -0400
|
|
|
|
git-annex (0.01) unstable; urgency=low
|
|
|
|
* First prerelease.
|
|
|
|
-- Joey Hess <joeyh@debian.org> Wed, 20 Oct 2010 12:54:24 -0400
|