aboutsummaryrefslogtreecommitdiff
path: root/Upgrade.hs
Commit message (Expand)AuthorAge
* Avoid backtraces on expected failures when built with ghc 8; only use backtra...Gravatar Joey Hess2016-11-15
* When auto-upgrading a v3 remote, avoid upgrading to version 6, instead keep i...Gravatar Joey Hess2016-10-05
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* Use git-annex init --version=6 to get v6 for nowGravatar Joey Hess2015-12-15
* add v6; keep v5 working for now and manual upgradeGravatar Joey Hess2015-12-04
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* Auto-upgrade v3 indirect repos to v5 with no changes. This also fixes a probl...Gravatar Joey Hess2013-12-29
* Bug fix: annex.version did not get set on automatic upgrade to v5 direct mod...Gravatar Joey Hess2013-11-26
* webapp: Check annex.version.Gravatar Joey Hess2013-11-17
* v5 for direct mode, with automatic upgradeGravatar Joey Hess2013-11-05
* missed some __WINDOWS__ definesGravatar Joey Hess2013-08-04
* fix permission damage (thanks, Windows)Gravatar Joey Hess2013-05-11
* git-annex now builds on Windows (doesn't work)Gravatar Joey Hess2013-05-11
* where indentingGravatar Joey Hess2012-11-11
* tweaksGravatar Joey Hess2012-01-11
* renameGravatar Joey Hess2011-10-05
* renameGravatar Joey Hess2011-10-04
* factor out common importsGravatar Joey Hess2011-10-03
* improve version checking for v3Gravatar Joey Hess2011-06-22
* stub in v2 upgradeGravatar Joey Hess2011-06-22
* No longer auto-upgrade to repository format 2, to avoid accidental upgrades, ...Gravatar Joey Hess2011-03-19
* Add version command to show git-annex version as well as repository version i...Gravatar Joey Hess2011-03-19
* slways set current version in new reposGravatar Joey Hess2011-03-16
* upgrade groundworkGravatar Joey Hess2011-03-16
* upgrade thoughtsGravatar Joey Hess2011-03-16
* increase repo versionGravatar Joey Hess2011-03-15
* first pass at using new keysGravatar Joey Hess2011-03-15
* use ShellParam typeGravatar Joey Hess2011-02-28
* use forM_ in a few placesGravatar Joey Hess2011-01-31
* use mapM_Gravatar Joey Hess2011-01-31
* better directory handlingGravatar Joey Hess2011-01-27
* got rid of Core moduleGravatar Joey Hess2011-01-16
* Avoid multiple calls to git ls-files when passed eg, "*".Gravatar Joey Hess2010-12-23
* Support upgrading from a v0 annex with nothing in it.Gravatar Joey Hess2010-12-20
* Fix upgrade from 0.03.Gravatar Joey Hess2010-12-13
* move stuff out of CoreGravatar Joey Hess2010-11-14