Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | split out module to work around badly named symbol in directory-1.2.6.2 | Joey Hess | 2016-05-22 | |
| | | | | | | | | | | | | | | Sadly my bug report about this is not going to get fixed it seems, so I have to drag around a whole added module file just to deal with it. https://github.com/haskell/directory/issues/52 | |||
* | | bump standards-version | Joey Hess | 2016-05-22 | |
|/ | ||||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2016-05-22 | |
|\ | ||||
* | | git's handing of relative GIT_INDEX_FILE is more insane than I thought; ↵ | Joey Hess | 2016-05-22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | always make absolute This is actually worse than I thought; when git is being run with a detached work tree, GIT_INDEX_FILE is treated as a path relative to CWD, instead of the normal behavior of relative the top of the work tree. This seems to make it basically impossible for any program that wants to use GIT_INDEX_FILE to use anything other than an absolute path to it; there are too many configurations to keep straight that can change how git interprets what should be a simple relative path to a file. (I have complained to the git developers.) | |||
| * | (no commit message) | xloem | 2016-05-22 | |
| | | ||||
| * | removed | xloem | 2016-05-22 | |
| | | ||||
| * | Added a comment: This could be detected | xloem | 2016-05-22 | |
| | | ||||
| * | Added a comment | xloem | 2016-05-22 | |
|/ | ||||
* | comment | Joey Hess | 2016-05-21 | |
| | ||||
* | comment | Joey Hess | 2016-05-21 | |
| | ||||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2016-05-21 | |
|\ | ||||
* | | rename | Joey Hess | 2016-05-21 | |
| | | ||||
| * | Added a comment: Retrieval progress message helpers | xloem | 2016-05-20 | |
| | | ||||
* | | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2016-05-20 | |
|\| | ||||
| * | S3 support lacking in a stock cabal install build in a sandbox on OS X | ilovezfs@25b1c2e6e4c5194d062624bafc4507b8398d6588 | 2016-05-20 | |
| | | ||||
| * | Added a comment | EskildHustvedt | 2016-05-20 | |
| | | ||||
| * | (no commit message) | EskildHustvedt | 2016-05-20 | |
| | | ||||
| * | (no commit message) | https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4 | 2016-05-19 | |
| | | ||||
| * | Added a comment: Thank you | Gus | 2016-05-19 | |
| | | ||||
| * | Added a comment: Freenet Special Remote | xloem | 2016-05-19 | |
| | | ||||
* | | nub transitionList to avoid ugly message after repeated transitions, and ↵ | Joey Hess | 2016-05-18 | |
| | | | | | | | | avoid redundant work for repeated ForgetDeadRemotes transitions | |||
| * | Added a comment | xloem | 2016-05-18 | |
| | | ||||
| * | Added a comment: dangling objects | xloem | 2016-05-18 | |
|/ | ||||
* | unify handling of unusual GIT_INDEX_FILE relative path | Joey Hess | 2016-05-17 | |
| | | | | This is probably a git bug that stuck in its interface. | |||
* | response | Joey Hess | 2016-05-17 | |
| | ||||
* | followup | Joey Hess | 2016-05-17 | |
| | ||||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2016-05-17 | |
|\ | ||||
* | | Fix crash when entering/changing view in a subdirectory of a repo that has a ↵ | Joey Hess | 2016-05-17 | |
| | | | | | | | | dotfile in its root. | |||
* | | use indexEnv | Joey Hess | 2016-05-17 | |
| | | ||||
* | | Work around git bug in handling of relative path to GIT_INDEX_FILE when in a ↵ | Joey Hess | 2016-05-17 | |
| | | | | | | | | | | | | | | | | subdirectory of the repository. This affected git annex view. It turns out that some other places that use GIT_INDEX_FILE were already working around the bug. I removed the workaround from Annex.Branch since the new workaround will do. | |||
| * | (no commit message) | Gus | 2016-05-17 | |
| | | ||||
| * | (no commit message) | adament@c0981cf9fb3a2c013811bae9af9bada8f0fa0886 | 2016-05-17 | |
| | | ||||
| * | (no commit message) | adament@c0981cf9fb3a2c013811bae9af9bada8f0fa0886 | 2016-05-17 | |
| | | ||||
| * | Added a comment: Restarting | Gus | 2016-05-17 | |
| | | ||||
| * | Added a comment | openmedi | 2016-05-16 | |
|/ | ||||
* | comment | Joey Hess | 2016-05-16 | |
| | ||||
* | comment | Joey Hess | 2016-05-16 | |
| | ||||
* | avoid checking locations in regular repo | Joey Hess | 2016-05-16 | |
| | | | | | | In commit 07b1aa343b6d82e8f75de606a5647b0a789f76e0 I accidentially made gitAnnexLocation do more work, checking content locations, when used in a regular repo. | |||
* | adjust: Add --fix adjustment, which is useful when the git directory is in a ↵ | Joey Hess | 2016-05-16 | |
| | | | | nonstandard place. | |||
* | add: Adding a v6 pointer file used to annex it; now the pointer file is ↵ | Joey Hess | 2016-05-16 | |
| | | | | | | added to git as-is. (git add of a pointer file already did the right thing) | |||
* | move keys db closure to AutoMerge | Joey Hess | 2016-05-16 | |
| | | | | | This makes git-annex sync also do it, which makes sure that the keys db info is fresh when doing a sync --content. | |||
* | reorder associated file db update | Joey Hess | 2016-05-16 | |
| | | | | | | | | | | | | | | | There's a potential race where the smudge filter is run at the same time an object is being downloaded. If the download finished after the inAnnex check, and before the keys db was updated, the associated file would not get updated with the downloaded content. I'm not sure this closes the race; it may only narrow the window. Problem is, the keys database needs to communicate between two different processes. In the case of the assistant, the transferkeys command is the other process, and it closes the db handle after getting the file. So, it should re-open the database and so see the update that the smudge filter has written to it. But, what if the smudge filter takes a while to update the database? | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2016-05-16 | |
|\ | ||||
* | | assistant: Fix race in v6 mode that caused downloaded file content to ↵ | Joey Hess | 2016-05-16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | sometimes not replace pointer files. The keys database handle needs to be closed after merging, because the smudge filter, in another process, updates the database. Old cached info can be read for a while from the open database handle; closing it ensures that the info written by the smudge filter is available. This is pretty horribly ad-hoc, and it's especially nasty that the transferrer closes the database every time. | |||
* | | assistant: Fix bug that caused v6 pointer files to be annexed by the assistant. | Joey Hess | 2016-05-16 | |
| | | ||||
* | | stage pointer file not annex link | Joey Hess | 2016-05-16 | |
| | | ||||
| * | Added a comment | CandyAngel | 2016-05-16 | |
| | | ||||
| * | Added a comment: timings | midfield | 2016-05-15 | |
| | | ||||
| * | Added a comment | openmedi | 2016-05-14 | |
| | | ||||
| * | Added a comment | openmedi | 2016-05-14 | |
| | |