diff options
author | Joey Hess <joey@kitenet.net> | 2013-07-03 13:02:42 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-07-03 13:12:53 -0400 |
commit | e5eeb401d1743372102ec4064b6f87453fdc8597 (patch) | |
tree | e514cd35000d83fe79c58f687ca32cc96f726072 /debian/changelog | |
parent | 2850dd6ad6aeb37e03d0746c10dfeb453a5e2aad (diff) |
Add --all option, and support it for fsck
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 7a3f647dc..e02188bd6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,10 @@ git-annex (4.20130628) UNRELEASED; urgency=low + * --all: New switch that makes git-annex operate on all data stored + in the git annex, including old versions of files. Supported by + fsck, get, drop, move, copy, migrate. + * get, drop, move, copy, migrate: Can now be run in a bare repository, + like fsck already could. --all is enabled automatically in this case. * webapp: Fix ssh setup with nonstandard port, broken in last release. -- Joey Hess <joeyh@debian.org> Tue, 02 Jul 2013 15:40:55 -0400 |