git-annex/debian/changelog

65 lines
2.7 KiB
Text
Raw Normal View History

2010-11-07 21:02:25 -04:00
git-annex (0.04) UNRELEASED; urgency=low
* Add checkout subcommand, which allows checking out file content
in preparation of changing it.
* Add uncheckout subcommand.
2010-11-08 12:36:55 -04:00
* Add build dep on libghc6-testpack-dev.
2010-11-08 16:47:36 -04:00
* Add annex.version, which will be used to automate upgrades
between incompatable versions.
* Reorganised the layout of .git/annex/
* The new layout will be automatically upgraded to the first time
git-annex is used in a repository with the old layout.
* Note that git-annex 0.04 cannot transfer content from old repositories
that have not yet been upgraded.
* Annexed file contents are now made unwritable and put in unwriteable
directories, to avoid them accidentially being removed or modified.
(Thanks Josh Triplett for the idea.)
2010-11-07 21:02:25 -04:00
2010-11-08 12:36:55 -04:00
-- Joey Hess <joeyh@debian.org> Mon, 08 Nov 2010 12:36:39 -0400
2010-11-07 21:02:25 -04:00
2010-11-07 18:30:21 -04:00
git-annex (0.03) unstable; urgency=low
2010-10-28 13:47:10 -04:00
* Fix support for file:// remotes.
2010-10-28 14:04:22 -04:00
* Add --verbose
2010-10-29 12:38:41 -04:00
* Fix SIGINT handling.
2010-10-29 17:38:12 -04:00
* 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.
2010-10-31 18:04:34 -04:00
* Fix crash on unknown symlinks.
* Added remote.annex-scp-options and remote.annex-ssh-options.
2010-11-01 14:49:05 -04:00
* 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.
2010-11-07 18:23:25 -04:00
* Add fsck subcommand. (For now it only finds unused key contents in the
annex.)
2010-10-28 13:47:10 -04:00
2010-11-07 18:30:21 -04:00
-- Joey Hess <joeyh@debian.org> Sun, 07 Nov 2010 18:26:04 -0400
2010-10-28 13:47:10 -04:00
2010-10-27 16:53:54 -04:00
git-annex (0.02) unstable; urgency=low
2010-10-21 16:38:14 -04:00
* Can scp annexed files from remote hosts, and check remote hosts for
file content when dropping files.
2010-10-27 14:39:21 -04:00
* New move subcommand, that makes it easy to move file contents from
or to a remote.
2010-10-25 20:22:37 -04:00
* New fromkey subcommand, for registering urls, etc.
2010-10-27 14:33:44 -04: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 14:39:21 -04:00
* More intelligent and fast staging of modified files; git add coalescing.
2010-10-22 15:08:53 -04:00
* Add remote.annex-ignore git config setting to allow completly disabling
a given remote.
2010-10-25 19:38:59 -04:00
* --from/--to can be used to control the remote repository that git-annex
uses.
2010-10-25 19:38:59 -04:00
* --quiet can be used to avoid verbose output
2010-10-25 20:22:37 -04:00
* New plumbing-level dropkey and addkey subcommands.
2010-10-27 14:39:21 -04:00
* Lots of bug fixes.
2010-10-21 16:38:14 -04:00
2010-10-27 16:53:54 -04:00
-- Joey Hess <joeyh@debian.org> Wed, 27 Oct 2010 16:39:29 -0400
2010-10-21 16:38:14 -04:00
2010-10-20 12:54:40 -04:00
git-annex (0.01) unstable; urgency=low
2010-10-16 16:41:24 -04:00
2010-10-20 12:54:40 -04:00
* First prerelease.
2010-10-16 16:41:24 -04:00
2010-10-20 12:54:40 -04:00
-- Joey Hess <joeyh@debian.org> Wed, 20 Oct 2010 12:54:24 -0400