summaryrefslogtreecommitdiff
path: root/Command/Fsck.hs
Commit message (Expand)AuthorAge
* 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
* fsck: Check content of direct mode files (only when the inode cache thinks th...Gravatar Joey Hess2013-04-16
* connect existing meters to the transfer log for downloadsGravatar Joey Hess2013-04-11
* Use lower case hash directories for storing files on crippled filesystems, sa...Gravatar Joey Hess2013-04-04
* add section metadata to all commandsGravatar Joey Hess2013-03-24
* bugfix: drop --from an unavailable remote no longer updates the location log,...Gravatar Joey Hess2013-03-10
* two types of byNameGravatar Joey Hess2013-03-05
* fully support core.symlinks=false in all relevant symlink handling codeGravatar Joey Hess2013-02-17
* crippled filesystem support, probing and initial supportGravatar Joey Hess2013-02-14
* fsck: Detect and fix consistency errors in direct mode mapping files.Gravatar Joey Hess2013-01-19
* improve direct mode fsckGravatar Joey Hess2013-01-08
* blog for yesterdayGravatar Joey Hess2013-01-08
* fix a stupid typo that made fsck loop when it found bad contentGravatar Joey Hess2013-01-07
* support fsck in direct modeGravatar Joey Hess2013-01-06
* block all commands that don't work in direct modeGravatar Joey Hess2012-12-29
* whitespace fixesGravatar Joey Hess2012-12-13
* where indentationGravatar Joey Hess2012-11-12
* rename optionGravatar Joey Hess2012-09-25
* fsck: New --incremental-restart option which is nice for scheduling eg, month...Gravatar Joey Hess2012-09-25
* only read/set the incremental timestamp file onceGravatar Joey Hess2012-09-25
* use --more rather than --new to continue incremental fsckGravatar Joey Hess2012-09-25
* basic incremental fsck now workingGravatar Joey Hess2012-09-25
* add recordStartTime and getStartTimeGravatar Joey Hess2012-09-25
* move sticky bit code into Utility.FileModeGravatar Joey Hess2012-09-25
* Justin's metadata codeGravatar Joey Hess2012-09-25
* add --incremental and --new optionsGravatar Joey Hess2012-09-25
* reinject: When the provided file doesn't match, leave it where it is, rather ...Gravatar Joey Hess2012-09-16
* add routes to pause/start/cancel transfersGravatar Joey Hess2012-08-08
* switch from System.Cmd.Utils to System.ProcessGravatar Joey Hess2012-07-18
* record transfer information on local git remotesGravatar Joey Hess2012-07-01
* hlintGravatar Joey Hess2012-06-12
* extend Git.Queue to be able to queue more than simple git commandsGravatar Joey Hess2012-06-07