aboutsummaryrefslogtreecommitdiff
path: root/Command
Commit message (Expand)AuthorAge
* break dependency cycle by special casing running of test commandGravatar Joey Hess2013-02-27
* embed test suite into git annex; available by running: git annex testGravatar Joey Hess2013-02-27
* Makefile now builds using cabal, taking advantage of cabal's automatic detect...Gravatar Joey Hess2013-02-27
* annex.version is now set to 4 for direct mode repositoriesGravatar Joey Hess2013-02-26
* copy: Update location log when no copy was performed, if the location log was...Gravatar Joey Hess2013-02-26
* make adding modified files work on crippled filesystemsGravatar Joey Hess2013-02-20
* Direct mode: Fix support for adding a modified file.Gravatar Joey Hess2013-02-20
* fully support core.symlinks=false in all relevant symlink handling codeGravatar Joey Hess2013-02-17
* proper fix for dropunusedGravatar Joey Hess2013-02-15
* Revert "Clean up direct mode cache and mapping info when dropping keys."Gravatar Joey Hess2013-02-15
* don't allow setting indirect mode on a crippled filesystemGravatar Joey Hess2013-02-15
* migrate, rekey: copy rather than hard linking in crippled filesystem modeGravatar Joey Hess2013-02-15
* add: Improved detection of files that are modified while being added.Gravatar Joey Hess2013-02-14
* split out Utility.InodeCacheGravatar Joey Hess2013-02-14
* crippled filesystem support, probing and initial supportGravatar Joey Hess2013-02-14
* can now build Android targeted binaryGravatar Joey Hess2013-02-10
* Clean up direct mode cache and mapping info when dropping keys.Gravatar Joey Hess2013-02-07
* uninit, unannex --fast: If hard link creation fails, fall back to slow mode.Gravatar Joey Hess2013-02-06
* pre-commit: Update direct mode mappings.Gravatar Joey Hess2013-02-06
* avoid queueing rm of no filesGravatar Joey Hess2013-02-05
* 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
* use async to track and manage threadsGravatar Joey Hess2013-01-26
* fsck: Detect and fix consistency errors in direct mode mapping files.Gravatar Joey Hess2013-01-19
* sync: Automatic merge conflict resolution now stages deleted files.Gravatar Joey Hess2013-01-17
* avoid running pre-commit hook in direct modeGravatar Joey Hess2013-01-17
* drop: fix misleading messageGravatar Joey Hess2013-01-16
* webapp: Now always logs to .git/annex/daemon.logGravatar Joey Hess2013-01-15
* assistant: Avoid committer crashing if a file is deleted at the wrong instant.Gravatar Joey Hess2013-01-14
* safe recv-key in direct modeGravatar Joey Hess2013-01-11
* drop: Suggest using git annex move when numcopies prevents dropping a file.Gravatar Joey Hess2013-01-09
* Special remotes now all rollback storage of keys that get modified during the...Gravatar Joey Hess2013-01-09
* improve direct mode fsckGravatar Joey Hess2013-01-08
* blog for yesterdayGravatar Joey Hess2013-01-08
* fix a stupid typo that made fsck loop when it found bad contentGravatar Joey Hess2013-01-07
* addurl in direct modeGravatar Joey Hess2013-01-06
* add works in direct modeGravatar Joey Hess2013-01-06
* optimize pre-commit in direct modeGravatar Joey Hess2013-01-06
* support fsck in direct modeGravatar Joey Hess2013-01-06
* More commands work in direct mode repositories: find, whereis, move, copy, dr...Gravatar Joey Hess2013-01-05
* guard readSymbolicLinkGravatar Joey Hess2013-01-05
* avoid pre-commit in direct modeGravatar Joey Hess2013-01-05
* squelch warningGravatar Joey Hess2013-01-05
* committer: Fix a file handle leak.Gravatar Joey Hess2013-01-05
* type based git config handling for remotesGravatar Joey Hess2013-01-01
* type based git config handlingGravatar Joey Hess2012-12-29
* ensure that direct mode file is not modified while generating its keyGravatar Joey Hess2012-12-29
* convert notBareRepo to a CommandCheckGravatar Joey Hess2012-12-29
* block all commands that don't work in direct modeGravatar Joey Hess2012-12-29
* use sync command merge engine in assistantGravatar Joey Hess2012-12-25