summaryrefslogtreecommitdiff
path: root/Limit.hs
Commit message (Expand)AuthorAge
...
* fix preferred content check for 1 semitrusted or better copyGravatar Joey Hess2013-04-02
* New annex.largefiles setting, which configures which files `git annex add` an...Gravatar Joey Hess2013-03-29
* linelengthGravatar Joey Hess2013-03-12
* Switch from using regex-compat to regex-tdfa, as the C regex library is rathe...Gravatar Joey Hess2013-03-08
* fix * glob matching files in subdirectoriesGravatar Joey Hess2013-02-26
* deal with Glob/filemanip conflictGravatar Joey Hess2013-02-16
* Now uses the Haskell Glob library, rather than pcre-light, avoiding the need ...Gravatar Joey Hess2013-02-11
* can now build Android targeted binaryGravatar Joey Hess2013-02-10
* --auto fixesGravatar Joey Hess2012-12-06
* more indentation. must stop.Gravatar Joey Hess2012-10-28
* fix warningGravatar Joey Hess2012-10-20
* Replace "in=" with "present" in preferred content expressionsGravatar Joey Hess2012-10-19
* Preferred content path matching bugfix.Gravatar Joey Hess2012-10-17
* rename --ingroup to --inallgroupGravatar Joey Hess2012-10-10
* add --ingroup limitGravatar Joey Hess2012-10-08
* Added --smallerthan and --largerthan limitsGravatar Joey Hess2012-10-08
* add AssumeNotPresent parameter to limitsGravatar Joey Hess2012-10-05
* added preferred-content log, and allow editing it with vicfgGravatar Joey Hess2012-10-04
* vicfg: New command, allows editing (or simply viewing) most of the repository...Gravatar Joey Hess2012-10-03
* A way to match files in repositories in a groupGravatar Joey Hess2012-10-01
* New --time-limit option, makes long git-annex commands stop after a specified...Gravatar Joey Hess2012-09-25
* changelog and minor cleanup to fix mixed spaces/tabsGravatar Joey Hess2012-09-23
* Limiting the number of copies per trustlevelGravatar Nicolas Pouillard2012-09-23
* rename readMaybe to readishGravatar Joey Hess2012-01-23
* break module dependancy loopGravatar Joey Hess2012-01-10
* Add --include, which is the same as --not --exclude.Gravatar Joey Hess2011-12-22
* --inbackend can be used to make git-annex only operate on files whose content...Gravatar Joey Hess2011-11-28
* playing with >=>Gravatar Joey Hess2011-10-31
* reorganize log modulesGravatar Joey Hess2011-10-15
* minor syntax changesGravatar Joey Hess2011-10-11
* renameGravatar Joey Hess2011-10-05
* renameGravatar Joey Hess2011-10-04
* factor out common importsGravatar Joey Hess2011-10-03
* go go gadget hlintGravatar Joey Hess2011-09-20
* convert Token to have separate constructors for each peice of syntaxGravatar Joey Hess2011-09-20
* tweakGravatar Joey Hess2011-09-19
* special case for --in .Gravatar Joey Hess2011-09-19
* golfGravatar Joey Hess2011-09-19
* fix memory leakGravatar Joey Hess2011-09-18
* make find show files meeting limits, even when not presentGravatar Joey Hess2011-09-18
* --copies=N can be used to make git-annex only operate on files with the speci...Gravatar Joey Hess2011-09-18
* add --in limitGravatar Joey Hess2011-09-18
* add --and --or --not -( and -)Gravatar Joey Hess2011-09-18
* refactor --exclude to use Utility.MatcherGravatar Joey Hess2011-09-18