aboutsummaryrefslogtreecommitdiff
path: root/Command/Unused.hs
Commit message (Expand)AuthorAge
* showStart variant for when there's no worktree fileGravatar Joey Hess2017-11-28
* unused: When large files are checked right into git, avoid buffering their co...Gravatar Joey Hess2017-01-31
* Some optimisations to string splitting code.Gravatar Joey Hess2017-01-31
* Avoid backtraces on expected failures when built with ghc 8; only use backtra...Gravatar Joey Hess2016-11-15
* refactor isBareRepoGravatar Joey Hess2016-06-02
* Correct git-annex info to include unlocked files in v6 repository.Gravatar Joey Hess2016-03-14
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* unused: deal with v6 unlocked file that is implicitly ingested by git diff etcGravatar Joey Hess2016-01-06
* cleanupGravatar Joey Hess2016-01-06
* optimiseGravatar Joey Hess2016-01-06
* fix parsing of v6 unlocked fileGravatar Joey Hess2016-01-06
* unused: Bug fix when a new file was added to the annex, and then removed (but...Gravatar Joey Hess2016-01-06
* reorgGravatar Joey Hess2015-12-15
* Command/Unused.hs: Change --unused-refspec back to --used-refspecGravatar Øyvind A. Holm2015-09-09
* convert Unused, and remove some dead code for old style option parsingGravatar Joey Hess2015-07-10
* convert version command, and make --raw work when not in a git repoGravatar Joey Hess2015-07-10
* wipGravatar Joey Hess2015-07-09
* convert all commands to work with optparse-applicativeGravatar Joey Hess2015-07-08
* started converting to use optparse-applicativeGravatar Joey Hess2015-07-08
* Only look at reflogs for relevant branches, not for git-annex branchesGravatar Joey Hess2015-07-07
* update commentGravatar Joey Hess2015-07-07
* unused: --used-refspec can now be configured to look at refs in the reflog. T...Gravatar Joey Hess2015-07-07
* instance Hashable Key for bloomfilterGravatar Joey Hess2015-06-16
* Increased the default annex.bloomaccuracy from 1000 to 10000000Gravatar Joey Hess2015-06-16
* get --incomplete: New option to resume any interrupted downloads.Gravatar Joey Hess2015-06-02
* add annex.used-refspecGravatar Joey Hess2015-05-14
* unused: Add --used option, which can specify a set of refs to consider used, ...Gravatar Joey Hess2015-05-14
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* doh't use "def" for command definitions, it conflicts with Data.Default.defGravatar Joey Hess2014-10-14
* 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