summaryrefslogtreecommitdiff
path: root/Command
Commit message (Expand)AuthorAge
* make the standalone OSX app automatically install itself when runGravatar Joey Hess2012-09-26
* rename optionGravatar Joey Hess2012-09-25
* fsck: New --incremental-restart option which is nice for scheduling eg, month...Gravatar Joey Hess2012-09-25
* only read/set the incremental timestamp file onceGravatar Joey Hess2012-09-25
* use --more rather than --new to continue incremental fsckGravatar Joey Hess2012-09-25
* basic incremental fsck now workingGravatar Joey Hess2012-09-25
* add recordStartTime and getStartTimeGravatar Joey Hess2012-09-25
* move sticky bit code into Utility.FileModeGravatar Joey Hess2012-09-25
* Justin's metadata codeGravatar Joey Hess2012-09-25
* add --incremental and --new optionsGravatar Joey Hess2012-09-25
* copy: avoid updating location log when no copy is performedGravatar Joey Hess2012-09-24
* quiet calls to transferkeyGravatar Joey Hess2012-09-24
* fixes for transfer resumeGravatar Joey Hess2012-09-24
* make the assistant retry failed transfersGravatar Joey Hess2012-09-23
* avoid webapp crash on startup when there's no ~/.gitconfigGravatar Joey Hess2012-09-23
* hooked up git-annex-shell transferinfoGravatar Joey Hess2012-09-21
* git-annex-shell transferinfo commandGravatar Joey Hess2012-09-21
* unify typesGravatar Joey Hess2012-09-21
* fix breakage caught by test suiteGravatar Joey Hess2012-09-21
* typoGravatar Joey Hess2012-09-19
* recvkey is not an upload, so ignore the progress callbackGravatar Joey Hess2012-09-19
* add a progress callback to storeKey, and threaded it all the way throughGravatar Joey Hess2012-09-19
* renamed RsyncFile -> RsyncGravatar Joey Hess2012-09-19
* better name for fallback sync refsGravatar Joey Hess2012-09-16
* sync: Pushes the git-annex branch to remote/synced/git-annex, rather than dir...Gravatar Joey Hess2012-09-16
* reinject: When the provided file doesn't match, leave it where it is, rather ...Gravatar Joey Hess2012-09-16
* more descriptive name for oneshotGravatar Joey Hess2012-09-15
* migrate: Check content before generating the new key, to avoid generating a k...Gravatar Joey Hess2012-09-14
* add decodeW8Gravatar Joey Hess2012-09-13
* hlintGravatar Joey Hess2012-09-13
* first pass at alert buttonsGravatar Joey Hess2012-09-08
* display errors when any named thread crashesGravatar Joey Hess2012-09-06
* use the ~/.config/git-annex/program file to find command when running transfersGravatar Joey Hess2012-08-27
* refactorGravatar Joey Hess2012-08-26
* refactorGravatar Joey Hess2012-08-26
* add transferkey commandGravatar Joey Hess2012-08-24
* keep logs of failed transfers, and requeue them when doing a non-full scanGravatar Joey Hess2012-08-23
* avoid unnecessary transfer scans when syncing a disconnected remoteGravatar Joey Hess2012-08-22
* implement resuming of paused transfersGravatar Joey Hess2012-08-12
* add routes to pause/start/cancel transfersGravatar Joey Hess2012-08-08
* make the webapp honor the web.browser git configGravatar Joey Hess2012-08-08
* Merge branch 'master' into assistantGravatar Joey Hess2012-08-07
|\
| * fix transfer log cleanup crashGravatar Joey Hess2012-08-07
* | handle case of adding populated drive to just created repoGravatar Joey Hess2012-08-05
* | fix crashes when run in a git repo that has been initted but has no master br...Gravatar Joey Hess2012-08-05
* | Merge remote-tracking branch 'origin/master' into assistantGravatar Joey Hess2012-08-05
|\|
| * unused, status: Avoid crashing when ran in bare repo.Gravatar Joey Hess2012-08-05
* | wire up scan and transfer to newly added removable driveGravatar Joey Hess2012-08-04
* | full autostart supportGravatar Joey Hess2012-08-02
* | webapp is no longer a daemonGravatar Joey Hess2012-08-01