summaryrefslogtreecommitdiff
path: root/Annex
Commit message (Expand)AuthorAge
* comment typoGravatar Joey Hess2013-03-18
* move comment to right placeGravatar Joey Hess2013-03-18
* remove old debug printGravatar Joey Hess2013-03-16
* Bugfix: Fix bug in inode cache sentinal check, which broke copying to local r...Gravatar Joey Hess2013-03-12
* detect renames during commit, and .. um, do nothing special because it's lunc...Gravatar Joey Hess2013-03-11
* remove Eq instance for InodeCacheGravatar Joey Hess2013-03-11
* tag xmpp pushes with jidGravatar Joey Hess2013-03-06
* assistant: Get back in sync with XMPP remotes after network reconnection, and...Gravatar Joey Hess2013-03-06
* Run ssh with -T to avoid tty allocation and any login scripts that may do und...Gravatar Joey Hess2013-03-04
* git subcommand cleanupGravatar Joey Hess2013-03-03
* 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
* fixGravatar Joey Hess2013-02-24
* hopefully fix a bugGravatar Joey Hess2013-02-24
* remove debug printGravatar Joey Hess2013-02-23
* squelch warningGravatar Joey Hess2013-02-22
* fix inverted logicGravatar Joey Hess2013-02-22
* fix sameInodeCache to check the inode change sentinalGravatar Joey Hess2013-02-22
* work around broken getEnvironment on Android in the most important place: git...Gravatar Joey Hess2013-02-22
* only create inode sentinal file when initializing a new repoGravatar Joey Hess2013-02-20
* shorter directory to external ssh socketGravatar Joey Hess2013-02-19
* Direct mode: Support filesystems like FAT which can change their inodes each ...Gravatar Joey Hess2013-02-19
* Android: Support ssh connection caching.Gravatar Joey Hess2013-02-19
* set fileSystemEncoding when reading files that might be binaryGravatar Joey Hess2013-02-18
* hlintGravatar Joey Hess2013-02-18
* typesGravatar Joey Hess2013-02-18
* 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
* start to support core.symlinks=falseGravatar 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
* Now uses the Haskell uuid library, rather than needing a uuid program.Gravatar Joey Hess2013-02-10
* Clean up direct mode cache and mapping info when dropping keys.Gravatar Joey Hess2013-02-07
* Deal with stale mappings for deleted file in direct mode.Gravatar Joey Hess2013-02-05
* add another setting to GitConfigGravatar Joey Hess2013-01-28
* ensure that content directory is thawed when writing direct mode mapping and ...Gravatar Joey Hess2013-01-26
* allow lazy reading of map contentsGravatar Joey Hess2013-01-18
* some more direct mode fixesGravatar Joey Hess2013-01-18
* Avoid filename encoding errors when writing direct mode mappings.Gravatar Joey Hess2013-01-18
* Fix direct mode mapping code to always store direct mode filenames relative t...Gravatar Joey Hess2013-01-18
* In direct mode, files with the same key are no longer hardlinked, as that wou...Gravatar Joey Hess2013-01-14
* check for direct mode file change when copying to a local git remoteGravatar Joey Hess2013-01-10
* Special remotes now all rollback storage of keys that get modified during the...Gravatar Joey Hess2013-01-09
* add works in direct modeGravatar Joey Hess2013-01-06
* Fix transferring files to special remotes in direct mode.Gravatar Joey Hess2013-01-06
* direct: Avoid hardlinking symlinks that point to the same content when the co...Gravatar Joey Hess2013-01-06
* work around a very strange git-cat-file behaviorGravatar Joey Hess2013-01-05
* assistant: Make expensive transfer scan work fully in direct mode.Gravatar Joey Hess2013-01-05