aboutsummaryrefslogtreecommitdiff
path: root/Test.hs
Commit message (Expand)AuthorAge
* test: Fix --list-testsGravatar Joey Hess2015-03-31
* metadata: Fix encoding problem that led to mojibake when storing metadata str...Gravatar Joey Hess2015-03-04
* dropdrive drops the leading slash, so need fil:///Gravatar Joey Hess2015-02-11
* fix file:// url generation on windows in testGravatar Joey Hess2015-02-11
* test case for addurl file://Gravatar Joey Hess2015-02-10
* Windows: Fix bug in dropping an annexed file, which caused a symlink to be st...Gravatar Joey Hess2015-02-09
* add a test case for switching to direct mode and back to indirectGravatar Joey Hess2015-02-09
* implement annex.tune.branchhash1Gravatar Joey Hess2015-01-28
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* convert parentDir to be based on takeDirectory, but fixed for trailing /Gravatar Joey Hess2015-01-09
* revert parentDir changeGravatar Joey Hess2015-01-09
* Merge branch 'master' into relativepathsGravatar Joey Hess2015-01-06
|\
| * made parentDir return a Maybe FilePath; removed most uses of itGravatar Joey Hess2015-01-06
* | Switch to using relative paths to the git repository.Gravatar Joey Hess2015-01-06
|/
* regression test for fda16b5c04db57bbd040116fb7696a1dd40228a0Gravatar Joey Hess2015-01-02
* fix windows buildGravatar Joey Hess2014-12-30
* remove testenv threading from test suiteGravatar Joey Hess2014-12-30
* enable rsync special remote test on windowsGravatar Joey Hess2014-12-30
* fixed all remaining build warnings on WindowsGravatar Joey Hess2014-12-29
* pre-commit: Block partial commit of unlocked annexed file, since that left a ...Gravatar Joey Hess2014-11-10
* fix windows buildGravatar Joey Hess2014-10-16
* Use haskell setenv library to clean up several ugly workarounds for inability...Gravatar Joey Hess2014-10-15
* hlintGravatar Joey Hess2014-10-09
* indent with tabs not spacesGravatar Joey Hess2014-10-09
* fix some mixed space+tab indentationGravatar Joey Hess2014-10-09
* fix indentationGravatar Joey Hess2014-09-18
* fix display of git-annex test command name in usageGravatar Joey Hess2014-09-17
* Fix build with optparse-applicative 0.10. Closes: #761484Gravatar Joey Hess2014-09-14
* unify exception handling into Utility.ExceptionGravatar Joey Hess2014-08-07
* update for change in bup remote removalGravatar Joey Hess2014-08-06
* Deal with change in git 2.0 that made indirect mode merge conflict resolution...Gravatar Joey Hess2014-07-11
* uninit: Avoid failing final removal in some direct mode repositories due to f...Gravatar Joey Hess2014-07-11
* add regression test case for 84ffc8f7d265c8a685c1ea081c8a8871c7ee1b44Gravatar Joey Hess2014-07-10
* support commit.gpgsignGravatar Joey Hess2014-07-04
* export CreateProcess fields from Utility.ProcessGravatar Joey Hess2014-06-10
* replace (Key, Backend) with KeyGravatar Joey Hess2014-04-17
* add new testGravatar Joey Hess2014-04-12
* fix build with new optparse-applicative releaseGravatar Joey Hess2014-03-20
* Windows: Fix some filename encoding bugs.Gravatar Joey Hess2014-03-19
* factored out a generic MapLog from uuid-based logsGravatar Joey Hess2014-03-15
* more conflict resolution testsGravatar Joey Hess2014-03-04
* sync: Automatically resolve merge conflict between and annexed file and a reg...Gravatar Joey Hess2014-03-04
* add test case for merge conflict resolution between annexed and in-git fileGravatar Joey Hess2014-03-04
* added test for conflict resolution with a file that is both deleted and modifiedGravatar Joey Hess2014-03-04
* fix test case to convert slashes for DOSGravatar Joey Hess2014-03-04
* much improved test and real fix for FAT symlink loss on conflicted mergeGravatar Joey Hess2014-03-04
* improved test for FAT symlink regressionsGravatar Joey Hess2014-03-04
* fix environment propigation in windows test suiteGravatar Joey Hess2014-03-04
* add test cases for the new direct mode merge bugGravatar Joey Hess2014-03-04
* change directory encoding in ViewedFile such that the original directory can ...Gravatar Joey Hess2014-02-22