summaryrefslogtreecommitdiff
path: root/Assistant/Threads/Committer.hs
Commit message (Expand)AuthorAge
* 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
* better handling of batch renamesGravatar Joey Hess2013-03-11
* detect directory rename and wait up to 1 second to get all the changesGravatar Joey Hess2013-03-11
* synthesize RmChange when a directory is deletedGravatar Joey Hess2013-03-11
* finish fast direct mode rename handling. wow, it's fastGravatar Joey Hess2013-03-11
* fix changeFile to not be partialGravatar Joey Hess2013-03-11
* detect renames during commit, and .. um, do nothing special because it's lunc...Gravatar Joey Hess2013-03-11
* assistant: generate better commits for renamesGravatar Joey Hess2013-03-10
* tweakGravatar Joey Hess2013-03-10
* moved transfer queueing out of watcher and into committerGravatar Joey Hess2013-03-10
* fixGravatar Joey Hess2013-03-03
* better prevention of auto repackGravatar Joey Hess2013-03-03
* assistant: Prevent automatic commits from causing git-gc runs, as that can ma...Gravatar Joey Hess2013-03-03
* git subcommand cleanupGravatar Joey Hess2013-03-03
* assistant: Avoid noise in logs from git commit about typechanged files in dir...Gravatar Joey Hess2013-03-01
* add additional debug info about reasons for transfersGravatar Joey Hess2013-03-01
* remove debug printsGravatar Joey Hess2013-02-19
* fully support core.symlinks=false in all relevant symlink handling codeGravatar Joey Hess2013-02-17
* fix assistant's use of lsof in crippled filesystem modeGravatar Joey Hess2013-02-15
* crippled filesystem support, probing and initial supportGravatar Joey Hess2013-02-14
* support Android's crippled lsofGravatar Joey Hess2013-02-11
* pre-commit: Update direct mode mappings.Gravatar Joey Hess2013-02-06
* assistant: Fix location log when adding new file in direct mode.Gravatar Joey Hess2013-02-05
* webapp: Now allows restarting any threads that crash.Gravatar Joey Hess2013-01-26
* assistant: Avoid committer crashing if a file is deleted at the wrong instant.Gravatar Joey Hess2013-01-14
* type based git config handling for remotesGravatar Joey Hess2013-01-01
* type based git config handlingGravatar Joey Hess2012-12-29
* OSX assistant: Uses direct mode by default when setting up a new local reposi...Gravatar Joey Hess2012-12-28
* assistant adding of modified files in direct modeGravatar Joey Hess2012-12-24
* assistant adding of files in direct modeGravatar Joey Hess2012-12-24