Joey Hess
|
154c939830
|
Speed up startup time by caching the refs that have been merged into the git-annex branch.
This can speed up git-annex commands by as much as a second, depending on
the number of remotes.
|
2016-07-17 12:24:34 -04:00 |
|
Yaroslav Halchenko
|
64e844e1fe
|
minor typo fixes throughout
problematic
flexibility
|
2016-06-02 11:22:18 -04:00 |
|
Joey Hess
|
d56175164b
|
avoid checking locations in regular repo
In commit 2d00523609 I accidentially
made gitAnnexLocation do more work, checking content locations,
when used in a regular repo.
|
2016-05-16 17:19:07 -04:00 |
|
Joey Hess
|
eda5d9cc74
|
adjust: Add --fix adjustment, which is useful when the git directory is in a nonstandard place.
|
2016-05-16 17:18:33 -04:00 |
|
Joey Hess
|
2d00523609
|
In the unusual configuration where annex.crippledfilesystem=true but core.symlinks=true, store object contents in mixed case hash directories so that symlinks will point to them.
Contents are searched for in both locations, same as before, so this
does not add any overhead.
|
2016-05-10 15:00:22 -04:00 |
|
Joey Hess
|
b9e4e2ba84
|
new method for merging changes into adjusted branch that avoids unncessary merge conflicts
Still needs work when there are actual merge conflicts.
|
2016-04-06 15:36:18 -04:00 |
|
Joey Hess
|
f9d79d194b
|
Windows: Fix v6 unlocked files to actually work.
Pointer files were not being treated as annex content, so "git annex get"
didn't replace them with the object.
|
2016-02-15 16:12:18 -04:00 |
|
Joey Hess
|
737e45156e
|
remove 163 lines of code without changing anything except imports
|
2016-01-20 16:36:33 -04:00 |
|