aboutsummaryrefslogtreecommitdiff
path: root/Annex/View.hs
Commit message (Expand)AuthorAge
* Avoid backtraces on expected failures when built with ghc 8; only use backtra...Gravatar Joey Hess2016-11-15
* Fix crash when entering/changing view in a subdirectory of a repo that has a ...Gravatar Joey Hess2016-05-17
* new method for merging changes into adjusted branch that avoids unncessary me...Gravatar Joey Hess2016-04-06
* Sped up git-annex add in direct mode and v6 by using git hash-object --batch.Gravatar Joey Hess2016-03-14
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* better fix for slash in view metadataGravatar Joey Hess2016-01-08
* view: Avoid using cute unicode homomorphs for '/' and '\' and instead use ugl...Gravatar Joey Hess2016-01-08
* cleanupGravatar Joey Hess2015-12-26
* support v6 unlocked filesGravatar Joey Hess2015-12-26
* make views work with v6 unlocked filesGravatar Joey Hess2015-12-26
* remove dead codeGravatar Joey Hess2015-12-26
* reorgGravatar Joey Hess2015-12-15
* support pointer filesGravatar Joey Hess2015-12-07
* a few hlintsGravatar Joey Hess2015-04-11
* Repository tuning parameters can now be passed when initializing a repository...Gravatar Joey Hess2015-01-27
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* fix view generation code to work when run in a subdirectory; no longer needs ...Gravatar Joey Hess2015-01-06
* fix some mixed space+tab indentationGravatar Joey Hess2014-10-09
* unify exception handling into Utility.ExceptionGravatar Joey Hess2014-08-07
* support commit.gpgsignGravatar Joey Hess2014-07-04
* replace (Key, Backend) with KeyGravatar Joey Hess2014-04-17
* fix combining of FIlterValuesGravatar Joey Hess2014-03-02
* vadd: Allow listing multiple desired values for a field.Gravatar Joey Hess2014-03-02
* view, vfilter: Add support for filtering tags and values out of a view, using...Gravatar Joey Hess2014-03-02
* metadata: FIeld names are now case insensative.Gravatar Joey Hess2014-02-25
* annex.genmetadata can be set to make git-annex automatically set metadata (ye...Gravatar Joey Hess2014-02-23
* exclude derived metadata when extracting metadata from a viewed fileGravatar Joey Hess2014-02-22
* views: add automatically constructed file location metadataGravatar Joey Hess2014-02-22
* factor out new moduleGravatar Joey Hess2014-02-22
* --metadata field=value can now use globs to match, and matches case insensati...Gravatar Joey Hess2014-02-21
* add tip about metadata driven views (and more flexible view filtering)Gravatar Joey Hess2014-02-19
* pre-commit: Update metadata when committing changes to annexed files within a...Gravatar Joey Hess2014-02-19
* decruftGravatar Joey Hess2014-02-19
* make view globs case-insensative, memoized, and bring back TFDAGravatar Joey Hess2014-02-19
* reject views with too many nested subdirsGravatar Joey Hess2014-02-19
* remove Read instance for RefGravatar Joey Hess2014-02-19
* fix view changing when in subdirGravatar Joey Hess2014-02-18
* view: preserve toplevel dotfilesGravatar Joey Hess2014-02-18
* improve view filenamesGravatar Joey Hess2014-02-18
* add git annex view commandGravatar Joey Hess2014-02-18
* better data typesGravatar Joey Hess2014-02-17
* split out typesGravatar Joey Hess2014-02-17
* tricky view refining code that keeps track of whether the view is widenening ...Gravatar Joey Hess2014-02-16
* support globs when built w/o TDFA, just slowerGravatar Joey Hess2014-02-16
* add another quickcheck property, and several edge cases handledGravatar Joey Hess2014-02-16
* simplify typeGravatar Joey Hess2014-02-16
* filter branches (incomplete)Gravatar Joey Hess2014-02-16