aboutsummaryrefslogtreecommitdiff
path: root/Assistant/Threads/Committer.hs
Commit message (Expand)AuthorAge
* add exporter thread to assistantGravatar Joey Hess2017-09-20
* adeiu, MissingHGravatar Joey Hess2017-05-16
* AssociatedFile newtypeGravatar Joey Hess2017-03-10
* Make import --deduplicate and --skip-duplicates only hash once, not twiceGravatar Joey Hess2017-02-09
* get, move, copy, mirror: Added --failed switch which retries failed copies/movesGravatar Joey Hess2016-08-03
* Preserve execute bits of unlocked files in v6 mode.Gravatar Joey Hess2016-04-14
* make sync aware of adjusted branchesGravatar Joey Hess2016-02-29
* avoid confusing git with a modified ctime in clean filterGravatar Joey Hess2016-01-07
* fix OSX buildGravatar Joey Hess2015-12-28
* combine PendingAddChanges for the same file into oneGravatar Joey Hess2015-12-22
* populate unlocked files with newly available content when ingestingGravatar Joey Hess2015-12-22
* finish v6 support for assistantGravatar Joey Hess2015-12-22
* refactoringGravatar Joey Hess2015-12-22
* wip v6 support for assistantGravatar Joey Hess2015-12-21
* move InodeSentinal from direct mode code to its own moduleGravatar Joey Hess2015-12-09
* add VerifiedCopy data typeGravatar Joey Hess2015-10-08
* removed all uses of undefined from code baseGravatar Joey Hess2015-04-19
* make segmentXargs preserve orderGravatar Joey Hess2015-04-02
* assistant: Committing a whole lot of files at once could overflow command-lin...Gravatar Joey Hess2015-03-26
* add a commentGravatar Joey Hess2015-03-26
* sync, assistant: Include repository name in head branch commit message.Gravatar Joey Hess2015-02-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 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
* assistant: Fix one-way assistant->assistant sync in direct mode.Gravatar Joey Hess2014-06-16
* fix for Windows file timestamp timezone madnessGravatar Joey Hess2014-06-12
* Put non-object tmp files in .git/annex/misctmp, leaving .git/annex/tmp for on...Gravatar Joey Hess2014-02-26
* try to drop unused object if it does not need to be transferred anywhereGravatar Joey Hess2014-01-23
* flip for clarityGravatar Joey Hess2013-12-16
* assistant: Always batch changes found in startup scan.Gravatar Joey Hess2013-12-16
* avoid trying to use lsof when it's not in path and --forcedGravatar Joey Hess2013-12-04
* Avoid using git commit in direct mode, since in some situations it will read ...Gravatar Joey Hess2013-12-01
* hlintGravatar Joey Hess2013-10-02
* add, import, assistant: Better preserve the mtime of symlinks, when when addi...Gravatar Joey Hess2013-09-25
* better git version checkingGravatar Joey Hess2013-08-02
* assistant: Fix bug that caused it to stall when adding a very large number of...Gravatar Joey Hess2013-07-27
* assistant: Fix deadlock that could occur when adding a lot of files at once i...Gravatar Joey Hess2013-07-26
* webapp: Better display of added files.Gravatar Joey Hess2013-07-10
* committer tweak to wait for Watcher to resume after a max-size commitGravatar Joey Hess2013-04-25
* get rid of need to run pre-commit hook when assistant commits in direct modeGravatar Joey Hess2013-04-24
* batch commit every 5 thousand changes, not 10 thousandGravatar Joey Hess2013-04-24
* convert PendingAddChange back to Change when an add failsGravatar Joey Hess2013-04-24
* show one alert when bulk adding filesGravatar Joey Hess2013-04-24
* assistant: when an add fails, requeue it for laterGravatar Joey Hess2013-04-23
* assistant: Work around misfeature in git 1.8.2 that makes `git commit --alow-...Gravatar Joey Hess2013-04-18
* Bugfix: Direct mode no longer repeatedly checksums duplicated files.Gravatar Joey Hess2013-04-06
* Use lower case hash directories for storing files on crippled filesystems, sa...Gravatar Joey Hess2013-04-04
* assistant: Fix OSX bug that prevented committing changed files to a repositor...Gravatar Joey Hess2013-03-17