bup is now supported as a special type of remote.
This commit is contained in:
parent
f3cf20d22a
commit
44c65f40b7
6 changed files with 144 additions and 3 deletions
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -1,5 +1,6 @@
|
|||
git-annex (0.20110402) UNRELEASED; urgency=low
|
||||
|
||||
* bup is now supported as a special type of remote.
|
||||
* Use lowercase hash directories for locationlog files, to avoid
|
||||
some issues with git on OSX with the mixed-case directories.
|
||||
No migration is needed; the old mixed case hash directories are still
|
||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -11,7 +11,7 @@ Package: git-annex
|
|||
Architecture: any
|
||||
Section: utils
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}, git | git-core, uuid, openssh-client, rsync
|
||||
Suggests: graphviz
|
||||
Suggests: graphviz, bup
|
||||
Description: manage files with git, without checking their contents into git
|
||||
git-annex allows managing files with git, without checking the file
|
||||
contents into git. While that may seem paradoxical, it is useful when
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue