vicfg: New file format, avoids ambiguity with repos that have the same description, or no description.

This is also nice in that uuids are all the same length, so the values
of each line, line up.

Also a great deal of boilerplate elimination.
This commit is contained in:
Joey Hess 2012-10-12 23:11:26 -04:00
parent ab9c032deb
commit e52fc5ba89
2 changed files with 39 additions and 45 deletions

7
debian/changelog vendored
View file

@ -1,3 +1,10 @@
git-annex (3.20121011) UNRELEASED; urgency=low
* vicfg: New file format, avoids ambiguity with repos that have the same
description, or no description.
-- Joey Hess <joeyh@debian.org> Fri, 12 Oct 2012 22:46:08 -0400
git-annex (3.20121010) unstable; urgency=low
* Renamed --ingroup to --inallgroup.