diff options
author | 2011-06-22 18:32:41 -0400 | |
---|---|---|
committer | 2011-06-22 18:32:41 -0400 | |
commit | 80302d0b46c5d45df1cf290796e0e27d9264ece8 (patch) | |
tree | c97312a531f5cf2ef514ddb5224395b614eb2b25 /debian | |
parent | 944c51ba26efc39416c5f148b6ec36151dc7f42e (diff) |
improve bare repo handing
Many more commands can work in bare repos now, thanks to the git-annex
branch.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 360121cbf..a76a0534e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ git-annex (0.20110611) UNRELEASED; urgency=low * New repository format, annex.version=3. Use `git annex upgrade` to migrate. + * Improved handling of bare git repos with annexes. Many more commands will + work in them. * rsync is now used when copying files from repos on other filesystems. cp is still used when copying file from repos on the same filesystem, since --reflink=auto can make it significantly faster on filesystems |