aboutsummaryrefslogtreecommitdiff
path: root/Logs
Commit message (Expand)AuthorAge
* Drop support for building with old versions of directory, feed, and http-types.Gravatar Joey Hess2017-03-10
* AssociatedFile newtypeGravatar Joey Hess2017-03-10
* fix up Read instance incompatability caused by recent commitGravatar Joey Hess2017-02-24
* annex.autocommit can be configured via git-annex configGravatar Joey Hess2017-02-03
* Some optimisations to string splitting code.Gravatar Joey Hess2017-01-31
* forgot to add this new source fileGravatar Joey Hess2017-01-30
* vicfg: Include the numcopies configuation.Gravatar Joey Hess2017-01-30
* Always use filesystem encoding for all file and handle reads and writes.Gravatar Joey Hess2016-12-24
* Avoid backtraces on expected failures when built with ghc 8; only use backtra...Gravatar Joey Hess2016-11-15
* Optimised git-annex branch log file timestamp parsing. 10% speedupGravatar Joey Hess2016-09-29
* move Arbitrary instance to new Types.Transfer moduleGravatar Joey Hess2016-09-05
* avoid warning about orphan Arbirary instanceGravatar Joey Hess2016-09-05
* get, move, copy, mirror: Added --failed switch which retries failed copies/movesGravatar Joey Hess2016-08-03
* log: Added --all option.Gravatar Joey Hess2016-07-17
* remove \r from Arbitrary for log testsGravatar Joey Hess2016-05-27
* Split lines in the git-annex branch on \r as well as \n, to deal with \r\n te...Gravatar Joey Hess2016-05-27
* nub transitionList to avoid ugly message after repeated transitions, and avoi...Gravatar Joey Hess2016-05-18
* reinject: Added new mode which can reinject known files into the annex.Gravatar Joey Hess2016-04-22
* Limit annex.largefiles parsing to the subset of preferred content expressions...Gravatar Joey Hess2016-02-03
* simplifyGravatar Joey Hess2016-02-03
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* refactorGravatar Joey Hess2016-01-19
* avoid unnecessary reading of git-annex branch data when matching on annex.lar...Gravatar Joey Hess2015-12-04
* fix use of hifalutin terminologyGravatar Joey Hess2015-11-16
* convert from Utility.LockPool to Annex.LockPool everywhereGravatar Joey Hess2015-11-12
* Avoid unncessary write to the location log when a file is unlocked and then a...Gravatar Joey Hess2015-10-12
* oops, didn't mean to commit this debugGravatar Joey Hess2015-10-06
* analysisGravatar Joey Hess2015-10-06
* Fix bug in combination of preferred and required content settings. When one w...Gravatar Joey Hess2015-09-15
* add test case that all standard group preferred content expressions parseGravatar Joey Hess2015-06-17
* 4 ns optimisation of repeated calls to hasDifference on the same DifferencesGravatar Joey Hess2015-06-11
* dead --key: Can be used to mark a key as dead.Gravatar Joey Hess2015-06-09
* fsck: Ignore keys that are known to be dead when running in --all mode or a i...Gravatar Joey Hess2015-06-09
* parse X in location log file as indicating a dead keyGravatar Joey Hess2015-06-09
* remove back-compat code for old version of containersGravatar Joey Hess2015-06-06
* ignore failure to clean up stale transfer lock fileGravatar Joey Hess2015-05-19
* fix crash in stale transfer lockfile cleanup codeGravatar Joey Hess2015-05-19
* use lock pools throughout git-annexGravatar Joey Hess2015-05-19
* lock pools to work around non-concurrency/composition safety of POSIX fcntlGravatar Joey Hess2015-05-18
* Stale transfer lock and info files will be cleaned up automatically when get/...Gravatar Joey Hess2015-05-12
* an optimization that also fixes a reversionGravatar Joey Hess2015-05-12
* Take space that will be used by running downloads into account when checking ...Gravatar Joey Hess2015-05-12
* couple of AMP warnings I missed beforeGravatar Joey Hess2015-05-10
* rejigger imports for clean build with ghc 7.10's AMP changesGravatar Joey Hess2015-05-10
* more time-1.5 fixesGravatar Joey Hess2015-05-10
* fix build warning with time 1.5Gravatar Joey Hess2015-05-10
* forgot to add new moduleGravatar Joey Hess2015-05-10
* support time-1.5.0Gravatar Joey Hess2015-05-10
* Fix activity log parsing.Gravatar Joey Hess2015-04-09
* rethought distributed fsck; instead add activity.log and expire commandGravatar Joey Hess2015-04-05