summaryrefslogtreecommitdiff
path: root/Command/Fsck.hs
Commit message (Expand)AuthorAge
...
* avoid crash when starting fsck --incremental when one is already runningGravatar Joey Hess2015-02-17
* commit new transaction after 60 secondsGravatar Joey Hess2015-02-16
* commit more transactions when fsckingGravatar Joey Hess2015-02-16
* convert incremental fsck to using sqlite databaseGravatar Joey Hess2015-02-16
* fix compile warningGravatar Joey Hess2015-02-12
* fsck --from: If a download from a remote fails, propigate the failure.Gravatar Joey Hess2015-02-10
* The file matching options are now only accepted by commands that can actually...Gravatar Joey Hess2015-02-06
* Repository tuning parameters can now be passed when initializing a repository...Gravatar Joey Hess2015-01-27
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* add getFileSize, which can get the real size of a large file on WindowsGravatar Joey Hess2015-01-20
* revert parentDir changeGravatar Joey Hess2015-01-09
* made parentDir return a Maybe FilePath; removed most uses of itGravatar Joey Hess2015-01-06
* doh't use "def" for command definitions, it conflicts with Data.Default.defGravatar Joey Hess2014-10-14
* indent with tabs not spacesGravatar Joey Hess2014-10-09
* fix some mixed space+tab indentationGravatar Joey Hess2014-10-09
* replace (Key, Backend) with KeyGravatar Joey Hess2014-04-17
* clean up cleanup action enumerationGravatar Joey Hess2014-03-13
* Put non-object tmp files in .git/annex/misctmp, leaving .git/annex/tmp for on...Gravatar Joey Hess2014-02-26
* fix all remaining -Wall warnings on WindowsGravatar Joey Hess2014-02-25
* tweak wordingGravatar Joey Hess2014-02-20
* fsck: Refuse to do anything if more than one of --incremental, --more, and --...Gravatar Joey Hess2014-02-20
* fsck: When run with --all or --unused, while .gitattributes annex.numcopies c...Gravatar Joey Hess2014-02-20
* windows: fix fsck --incremental to not crashGravatar Joey Hess2014-02-13
* cleanup thanks to Utility.PIDGravatar Joey Hess2014-02-11
* avoid using openFile when withFile can be usedGravatar Joey Hess2014-02-03
* Windows: Avoid using unix-compat's rename, which refuses to rename directories.Gravatar Joey Hess2014-01-29
* reorganize some files and importsGravatar Joey Hess2014-01-26
* reorgGravatar Joey Hess2014-01-21
* numcopies cleanup, part 2Gravatar Joey Hess2014-01-21
* reorganize numcopies code (no behavior changes)Gravatar Joey Hess2014-01-21
* fix inversion of control in CommandSeek (no behavior changes)Gravatar Joey Hess2014-01-20
* pull in Win32-extras, to be able to get current process id in WindowsGravatar Joey Hess2013-12-11
* better name for continuationGravatar Joey Hess2013-12-01
* Direct mode .git/annex/objects directories are no longer left writableGravatar Joey Hess2013-11-15
* update for Duration type changeGravatar Joey Hess2013-10-08
* hlintGravatar Joey Hess2013-09-25
* fsck: Fix detection and fixing of present direct mode files that are wrongly ...Gravatar Joey Hess2013-09-13
* mirror: New command, makes two repositories contain the same set of files.Gravatar Joey Hess2013-08-20
* get rid of __WINDOWS__, use mingw32_HOST_OSGravatar Joey Hess2013-08-02
* --unused: New switch that makes git-annex operate on all data found by the la...Gravatar Joey Hess2013-07-03
* Add --all option, and support it for fsckGravatar Joey Hess2013-07-03
* fsck: Ensures that direct mode is used for files when it's enabled.Gravatar Joey Hess2013-06-24
* fix buildGravatar Joey Hess2013-06-17
* fsck: Avoid getting confused by Windows path separatorsGravatar Joey Hess2013-06-17
* remove workaround for old bug that was only in one releaseGravatar Joey Hess2013-06-17
* typoGravatar Joey Hess2013-05-19
* fix permission damage (thanks, Windows)Gravatar Joey Hess2013-05-11
* git-annex now builds on Windows (doesn't work)Gravatar Joey Hess2013-05-11
* fixup #if 0 stubs to use #ifndef mingw32_HOST_OSGravatar Joey Hess2013-05-10
* stub out POSIX stuffGravatar Joey Hess2013-05-10