Skip to content
Snippets Groups Projects
  1. Oct 05, 2011
  2. Oct 04, 2011
  3. Jun 22, 2011
    • Joey Hess's avatar
      improve version checking for v3 · 944c51ba
      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.
      944c51ba
    • Joey Hess's avatar
      stub in v2 upgrade · 1a182d4d
      Joey Hess authored
      1a182d4d
  4. Mar 19, 2011
  5. Mar 16, 2011
  6. Feb 28, 2011
    • Joey Hess's avatar
      use ShellParam type · fcdc4797
      Joey Hess authored
      So, I have a type checked safe handling of filenames starting with dashes,
      throughout the code.
      fcdc4797
  7. Feb 01, 2011
  8. Jan 31, 2011
  9. Jan 27, 2011
    • Joey Hess's avatar
      better directory handling · 167523f0
      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.
      167523f0
  10. Jan 16, 2011
  11. Dec 24, 2010
  12. Dec 20, 2010
  13. Dec 13, 2010
  14. Nov 14, 2010