- Oct 05, 2011
-
-
Joey Hess authored
-
- Oct 04, 2011
- Jun 22, 2011
-
-
Joey Hess authored
Do not set annex.version whenever any command is run. Just do it in init. This ensures that, if a repo has annex.version=3, it has a git-annex branch, so we don't have to run a command every time to check for the branch. Remove the old ad-hoc logic for v0 and v1, to simplify version checking.
-
Joey Hess authored
-
- Mar 19, 2011
- Mar 16, 2011
-
-
Joey Hess authored
detect v1 repos that don't have a version set
-
Joey Hess authored
pulled in old versions of functions for working with keys Wrote a parser from old key filenames to new keys.
-
Joey Hess authored
long comments :)
-
Joey Hess authored
-
Joey Hess authored
It compiles. It sorta works. Several subcommands are FIXME marked and broken, because things that used to accept separate --backend and --key params need to be changed to accept just a --key that encodes all the key info, now that there is metadata in keys.
-
- Feb 28, 2011
-
-
Joey Hess authored
So, I have a type checked safe handling of filenames starting with dashes, throughout the code.
-
- Feb 01, 2011
-
-
Joey Hess authored
-
- Jan 31, 2011
-
-
Joey Hess authored
-
- Jan 27, 2011
-
-
Joey Hess authored
Rename Locations functions for better consitency, and make their values more consistent too. Used </> rather than manually building paths. There are still more places that manually do so, but are tricky, due to the behavior of </> when the second FilePath is absolute. So I only changed places where it obviously was relative.
-
- Jan 16, 2011
-
-
Joey Hess authored
Most of it was to do with managing annexed Content, so put there
-
- Dec 24, 2010
-
-
Joey Hess authored
-
- Dec 20, 2010
-
-
Joey Hess authored
-
- Dec 13, 2010
-
-
Joey Hess authored
-
- Nov 14, 2010
-
-
Joey Hess authored
-