aboutsummaryrefslogtreecommitdiff
path: root/Command/Unused.hs
Commit message (Expand)AuthorAge
...
* 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
* avoid needing to keep list of present keysGravatar Joey Hess2012-03-11
* status: Fixed to run in nearly constant space.Gravatar Joey Hess2012-03-11
* unused: Reduce memory usage significantly.Gravatar Joey Hess2012-03-11
* "here" can be used to refer to the current repository, which can read better ...Gravatar Joey Hess2012-03-01
* hlintGravatar Joey Hess2012-02-16
* support all filename encodings with ghc 7.4Gravatar Joey Hess2012-02-03
* attempt at a quick, utf-8 only fix to the ghc 7.4 problemGravatar Joey Hess2012-02-01
* tweakGravatar Joey Hess2012-01-06
* look up --to and --from remote names only onceGravatar Joey Hess2012-01-06
* more command-specific optionsGravatar Joey Hess2012-01-06
* type alias cleanupGravatar Joey Hess2011-12-31
* more partial function removalGravatar Joey Hess2011-12-15
* split out Git/Command.hsGravatar Joey Hess2011-12-14
* split out Git/Ref.hsGravatar Joey Hess2011-12-12
* hslintGravatar Joey Hess2011-12-09
* fix typo introduced with the Ref typeGravatar Joey Hess2011-11-17
* improve type signatures with a Ref newtypeGravatar Joey Hess2011-11-16
* Optimised union merging; now only runs git cat-file once.Gravatar Joey Hess2011-11-12
* reorder repo parameters lastGravatar Joey Hess2011-11-08
* unused, dropunused: Now work in bare repositories.Gravatar Joey Hess2011-10-29
* fsck: Now works in bare repositories.Gravatar Joey Hess2011-10-29