aboutsummaryrefslogtreecommitdiff
path: root/Assistant/Threads/Watcher.hs
Commit message (Expand)AuthorAge
* annex.autocommit can be configured via git-annex configGravatar Joey Hess2017-02-03
* Avoid backtraces on expected failures when built with ghc 8; only use backtra...Gravatar Joey Hess2016-11-15
* assistant: Fix bug that caused v6 pointer files to be annexed by the assistant.Gravatar Joey Hess2016-05-16
* stage pointer file not annex linkGravatar Joey Hess2016-05-16
* annex.largefiles can be configured in .gitattributes tooGravatar Joey Hess2016-02-02
* immediate queue flushing when annex.queuesize=1Gravatar Joey Hess2016-01-13
* use TopFilePath for associated filesGravatar Joey Hess2016-01-05
* wip v6 support for assistantGravatar Joey Hess2015-12-21
* reorgGravatar Joey Hess2015-12-15
* remove Params constructor from Utility.SafeCommandGravatar Joey Hess2015-06-01
* 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
* on second thought, InodeCache should use getFileSizeGravatar Joey Hess2015-01-20
* indent with tabs not spacesGravatar Joey Hess2014-10-09
* fix some mixed space+tab indentationGravatar Joey Hess2014-10-09
* unify exception handling into Utility.ExceptionGravatar Joey Hess2014-08-07
* better exception displayGravatar Joey Hess2014-07-26
* replace (Key, Backend) with KeyGravatar Joey Hess2014-04-17
* reorg matcher types; no non-type code changesGravatar Joey Hess2014-03-29
* annex.startupscan can be set to false to disable the assistant's startup scan.Gravatar Joey Hess2014-03-05
* fix all remaining -Wall warnings on WindowsGravatar Joey Hess2014-02-25
* assistant: Always batch changes found in startup scan.Gravatar Joey Hess2013-12-16
* avoid needing --force on windows despite no lsofGravatar Joey Hess2013-12-09
* assistant: Notice on startup when the index file is corrupt, and auto-repair.Gravatar Joey Hess2013-11-13
* moved code out of webappGravatar Joey Hess2013-10-26
* git-recover-repository 1/2 doneGravatar Joey Hess2013-10-20
* assistant: Detect stale git lock files at startup time, and remove them.Gravatar Joey Hess2013-10-05
* watcher: Detect at startup time when there is a stale .git/lock, and remove i...Gravatar Joey Hess2013-10-03
* hlintGravatar Joey Hess2013-10-02
* gitignore support for the assistant and watcherGravatar Joey Hess2013-08-02
* remove debug printGravatar Joey Hess2013-05-25
* test suite passes in direct modeGravatar Joey Hess2013-05-17
* optimise direct mode startup scanGravatar Joey Hess2013-04-24
* get rid of need to run pre-commit hook when assistant commits in direct modeGravatar Joey Hess2013-04-24
* refactoring and minor performance tweakGravatar Joey Hess2013-04-24
* assistant: Bug fix to avoid annexing the files that git uses to stand in for ...Gravatar Joey Hess2013-04-10
* Use lower case hash directories for storing files on crippled filesystems, sa...Gravatar Joey Hess2013-04-04
* convert "./file" from inotify to just "file"Gravatar Joey Hess2013-04-02
* Update working tree files fully atomicallyGravatar Joey Hess2013-04-02
* optimise last commitGravatar Joey Hess2013-04-02
* assistant: Fix bug that could cause direct mode files to be unstaged from git.Gravatar Joey Hess2013-04-02
* assistant: Check small files into git directly.Gravatar Joey Hess2013-03-29
* New annex.largefiles setting, which configures which files `git annex add` an...Gravatar Joey Hess2013-03-29
* synthesize RmChange when a directory is deletedGravatar Joey Hess2013-03-11
* let's put type modules under the parent module, not in a Types directoryGravatar Joey Hess2013-03-10
* moved transfer queueing out of watcher and into committerGravatar Joey Hess2013-03-10
* fix another potential race with the watcher and direct modeGravatar Joey Hess2013-03-04
* fixed the race breaking moving files from archive in direct modeGravatar Joey Hess2013-03-04
* add additional debug info about reasons for dropsGravatar Joey Hess2013-03-01
* add additional debug info about reasons for transfersGravatar Joey Hess2013-03-01