summaryrefslogtreecommitdiff
path: root/Command/Unused.hs
Commit message (Expand)AuthorAge
* Rather than crashing when there's a problem with the requested bloomfilter ca...Gravatar Joey Hess2014-09-12
* Support building with bloomfilter 2.0.0.Gravatar Joey Hess2014-07-07
* unused: Avoid checking view branches for unused files.Gravatar Joey Hess2014-06-04
* replace (Key, Backend) with KeyGravatar Joey Hess2014-04-17
* Windows: Fix some filename encoding bugs.Gravatar Joey Hess2014-03-19
* Fix direct mode getKeysPresent false positive & also sped up direct mode unus...Gravatar Joey Hess2014-03-07
* Put non-object tmp files in .git/annex/misctmp, leaving .git/annex/tmp for on...Gravatar Joey Hess2014-02-26
* remove Read instance for RefGravatar Joey Hess2014-02-19
* reorganize some files and importsGravatar Joey Hess2014-01-26
* add timestamps to unused log filesGravatar Joey Hess2014-01-22
* fix inversion of control in CommandSeek (no behavior changes)Gravatar Joey Hess2014-01-20
* avoid trying to find minimum element of empty mapGravatar Joey Hess2014-01-18
* dropunused, addunused: Allow "all" instead of a range to act on all unused data.Gravatar Joey Hess2013-11-18
* update for DiffTree type changeGravatar Joey Hess2013-10-17
* queue downloads of keys that fsck finds with bad contentGravatar Joey Hess2013-10-10
* remove *>=> and >=*> ; use <$$> insteadGravatar Joey Hess2013-09-27
* Unused: bugfixGravatar guilhem2013-08-26
* fix reversion in unusedGravatar Joey Hess2013-08-26
* whitespaceGravatar Joey Hess2013-08-25
* unnecessary do blockGravatar Joey Hess2013-08-25
* Speed up the 'unused' command.Gravatar guilhem2013-08-25
* unused: Pay attention to symlinks that are not yet staged in the index.Gravatar Joey Hess2013-08-22
* unused: No longer shows as unused tmp files that are actively being transferred.Gravatar Joey Hess2013-07-25
* dropunused, addunused: Complain when asked to operate on a number that does n...Gravatar Joey Hess2013-07-08
* --unused: New switch that makes git-annex operate on all data found by the la...Gravatar Joey Hess2013-07-03
* add section metadata to all commandsGravatar Joey Hess2013-03-24
* status: Can now be run with a directory path to show only the status of that ...Gravatar Joey Hess2013-03-11
* two types of byNameGravatar Joey Hess2013-03-05
* type based git config handling for remotesGravatar Joey Hess2013-01-01
* type based git config handlingGravatar Joey Hess2012-12-29
* where indentationGravatar Joey Hess2012-11-12
* fix last zombies in the assistantGravatar Joey Hess2012-10-04
* make a pipeReadStrict, that properly waits on the processGravatar Joey Hess2012-10-04
* fix breakage caught by test suiteGravatar Joey Hess2012-09-21
* better name for fallback sync refsGravatar Joey Hess2012-09-16
* add routes to pause/start/cancel transfersGravatar Joey Hess2012-08-08
* unused, status: Avoid crashing when ran in bare repo.Gravatar Joey Hess2012-08-05
* unused: Fix crash when file names contain invalid utf8.Gravatar Joey Hess2012-06-20
* fishy commitGravatar Joey Hess2012-06-14
* Clean up handling of git directory and git worktree.Gravatar Joey Hess2012-05-18
* Fix use of several config settingsGravatar Joey Hess2012-05-05
* addunused: New command, the opposite of dropunused, it relinks unused content...Gravatar Joey Hess2012-05-02
* noopGravatar Joey Hess2012-04-21
* use new getConfigGravatar Joey Hess2012-03-22
* added ifM and nuked 11 lines of codeGravatar Joey Hess2012-03-14
* finish bloom filtersGravatar Joey Hess2012-03-12
* added second stage bloom filterGravatar Joey Hess2012-03-12
* fixed bloom filter creation space leakGravatar Joey Hess2012-03-12
* try at using bloom filtersGravatar Joey Hess2012-03-12
* prettifyGravatar Joey Hess2012-03-11