summaryrefslogtreecommitdiff
path: root/Annex
Commit message (Expand)AuthorAge
* enableremote: List uuids and descriptions of remotes that can be enabled, and...Gravatar Joey Hess2015-10-26
* Avoid displaying network transport warning when a ssh remote does not yet hav...Gravatar Joey Hess2015-10-15
* do tmp dir cleanup in error case tooGravatar Joey Hess2015-10-15
* avoid making post-merge-conflict-resolution commit when no conflicts were res...Gravatar Joey Hess2015-10-15
* Changed drop ordering when using git annex sync --content or the assistant, t...Gravatar Joey Hess2015-10-14
* fix windows buildGravatar Joey Hess2015-10-12
* Avoid unncessary write to the location log when a file is unlocked and then a...Gravatar Joey Hess2015-10-12
* use action, not sideActionGravatar Joey Hess2015-10-11
* implement lockContent for ssh remotesGravatar Joey Hess2015-10-09
* also generate a drop safety proof for move --from remoteGravatar Joey Hess2015-10-09
* fix local dropping to not require extra locking of copies, but only that the ...Gravatar Joey Hess2015-10-09
* improve message when drop failed due to no locked copyGravatar Joey Hess2015-10-09
* rename constructorGravatar Joey Hess2015-10-09
* verify local copy of content with lockingGravatar Joey Hess2015-10-09
* content locking during drop working for local git remotesGravatar Joey Hess2015-10-09
* finish and use lockContent interfaceGravatar Joey Hess2015-10-09
* improve drop proof codeGravatar Joey Hess2015-10-09
* refactorGravatar Joey Hess2015-10-09
* TrustedCopy is good enough to allow droppingGravatar Joey Hess2015-10-08
* try harder to verify until at least one VerifiedCopyLock is obtainedGravatar Joey Hess2015-10-08
* require 1 locked copy while dropping from local or a remoteGravatar Joey Hess2015-10-08
* support invalidating existing VerifiedCopysGravatar Joey Hess2015-10-08
* add VerifiedCopy data typeGravatar Joey Hess2015-10-08
* unused importGravatar Joey Hess2015-10-08
* I think this comment is stale/confusing; removeGravatar Joey Hess2015-10-08
* add lockContentSharedGravatar Joey Hess2015-10-08
* other 80% of avoding verification when hard linking to objects in shared repoGravatar Joey Hess2015-10-02
* disabling verification also disables size verificationGravatar Joey Hess2015-10-02
* avoid verification when hard linking to objects in shared repositoryGravatar Joey Hess2015-10-02
* Do verification of checksums of annex objects downloaded from remotes.Gravatar Joey Hess2015-10-01
* rename functionGravatar Joey Hess2015-10-01
* refactorGravatar Joey Hess2015-10-01
* Improve robustness of direct mode merge, avoiding a crash if the index file i...Gravatar Joey Hess2015-09-22
* avoid auto-enabling a remote that's already enabledGravatar Joey Hess2015-09-14
* avoid autoenable of dead special remotesGravatar Joey Hess2015-09-14
* Special remotes configured with autoenable=true will be automatically enabled...Gravatar Joey Hess2015-09-14
* init: Fix reversion in detection of repo made with git clone --sharedGravatar Joey Hess2015-09-09
* Fix reversion in init when ran as root, introduced in version 5.20150731.Gravatar Joey Hess2015-08-19
* importfeed --relaxed: Avoid hitting the urls of items in the feed.Gravatar Joey Hess2015-08-19
* Fix setting/setting/viewing metadata that contains unicode or other special c...Gravatar Joey Hess2015-08-11
* cleanGravatar Joey Hess2015-08-04
* sshopts is never going to be null; the concat of it may beGravatar Joey Hess2015-08-04
* typoGravatar Joey Hess2015-08-04
* Windows: Fix bug that caused git-annex sync to fail due to missing environmen...Gravatar Joey Hess2015-08-04
* proxy: Fix proxy git commit of non-annexed files in direct mode.Gravatar Joey Hess2015-08-04
* windows build warning fixesGravatar Joey Hess2015-08-03
* Improve shutdown due to --time-limit, especially for fsckGravatar Joey Hess2015-07-31
* init: Detect when the filesystem is crippled such that it ignores attempts to...Gravatar Joey Hess2015-07-30
* avoid calling copy when file DNEGravatar Joey Hess2015-07-30
* Only look at reflogs for relevant branches, not for git-annex branchesGravatar Joey Hess2015-07-07