Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix man page building | Joey Hess | 2016-06-02 |
| | |||
* | make LocalRepo a newtype | Joey Hess | 2016-06-02 |
| | |||
* | remotedaemon: Fixed support for notifications of changes to gcrypt remotes, ↵ | Joey Hess | 2016-06-02 |
| | | | | which was never tested and didn't quite work before. | ||
* | better avoid switching to direct mode in clone of adjusted branch repo | Joey Hess | 2016-06-02 |
| | |||
* | fix git version | Joey Hess | 2016-06-02 |
| | |||
* | avoid switching to direct mode in clone of adjusted branch repo | Joey Hess | 2016-06-02 |
| | |||
* | Automatically enable v6 mode when initializing in a clone from a repo that ↵ | Joey Hess | 2016-06-02 |
| | | | | | | | has an adjusted branch checked out. The clone also has the adjusted branch checked out, so it needs to be initialized to a version that supports that. | ||
* | Pass -S to git commit-tree when commit.gpgsign is set and when making a ↵ | Joey Hess | 2016-06-02 |
| | | | | non-automatic commit, in order to preserve current behavior when used with git 1.9, which has stopped doing this itself. | ||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2016-06-02 |
|\ | |||
| * | Added a comment | gernot | 2016-06-02 |
| | | |||
* | | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2016-06-02 |
|\ \ | |||
| | * | Added a comment | Dilyin | 2016-06-02 |
| |/ | |||
* | | sync --content: Fix bug that caused transfers of files to be made to a git ↵ | Joey Hess | 2016-06-02 |
| | | | | | | | | | | | | | | | | | | | | | | remote that does not have a UUID. This particularly impacted clones from gcrypt repositories. Added guard in Annex.Transfer to prevent this problem at a deeper level. I'm unhappy ith NoUUID, but having Maybe UUID instead wouldn't help either if nothing checked that there was a UUID. Since there legitimately need to be Remotes that do not have a UUID, I can't see a way to fix it at the type level, short making there be two separate types of Remotes. | ||
* | | update | Joey Hess | 2016-06-02 |
| | | |||
* | | analysis | Joey Hess | 2016-06-02 |
| | | |||
| * | Added a comment: similar problem | chris@f4ea67aa5ae4709d79959f782fcebb5edae9a79b | 2016-06-02 |
| | | |||
| * | fixed up done tag | https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4 | 2016-06-02 |
| | | |||
* | | minor typo fixes throughout | Yaroslav Halchenko | 2016-06-02 |
| | | | | | | | | | | problematic flexibility | ||
| * | fixed typo and commented about replication | https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4 | 2016-06-02 |
| | | |||
| * | (no commit message) | https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4 | 2016-06-02 |
| | | |||
* | | todo | Joey Hess | 2016-06-01 |
| | | |||
| * | (no commit message) | https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4 | 2016-06-02 |
| | | |||
| * | Added a comment: Special remote's annex cost | Dilyin | 2016-06-01 |
| | | |||
| * | Added a comment: Retroactively annex | Dilyin | 2016-06-01 |
| | | |||
| * | (no commit message) | grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f | 2016-06-01 |
|/ | |||
* | Remove Makefile from cabal tarball; man page building is now handled by a ↵ | Joey Hess | 2016-05-31 |
| | | | | | | | | small haskell program. This actually runs faster than building the man pages from the makefile did. But the main purpose is to let Setup.hs import Build.Mans and so not need the makefile. | ||
* | Added a comment | felixonmars@643c7c1f0bf9bace16d293d69b51419f012234d1 | 2016-05-31 |
| | |||
* | response | Joey Hess | 2016-05-31 |
| | |||
* | followup | Joey Hess | 2016-05-31 |
| | |||
* | response | Joey Hess | 2016-05-31 |
| | |||
* | response | Joey Hess | 2016-05-31 |
| | |||
* | response | Joey Hess | 2016-05-31 |
| | |||
* | Added a comment: subdirectories above FILEKEY directory | uwe.nagler@9f80ad68e498fcdb09e20b17ff4539f94ef73ea9 | 2016-05-31 |
| | |||
* | (no commit message) | gernot | 2016-05-29 |
| | |||
* | Added a comment | xloem | 2016-05-29 |
| | |||
* | (no commit message) | NhanHo | 2016-05-28 |
| | |||
* | (no commit message) | felixonmars@643c7c1f0bf9bace16d293d69b51419f012234d1 | 2016-05-28 |
| | |||
* | devblog | Joey Hess | 2016-05-27 |
| | |||
* | minor typos in devblog | Yaroslav Halchenko | 2016-05-27 |
| | |||
* | Windows: Avoid terminating git-annex branch lines with \r\n when union merging. | Joey Hess | 2016-05-27 |
| | |||
* | Improve SHA*E extension extraction code. | Joey Hess | 2016-05-27 |
| | | | | | | Filter out over-long "extensions" before stripping out non-alphanumerics from them, so that eg "foo.ba__________r" is not considered a .bar extension. | ||
* | rename function | Joey Hess | 2016-05-27 |
| | |||
* | comment | Joey Hess | 2016-05-27 |
| | |||
* | add news item for git-annex 6.20160527 | Joey Hess | 2016-05-27 |
| | |||
* | releasing package git-annex version 6.201605276.20160527 | Joey Hess | 2016-05-27 |
| | |||
* | add Logs.Line | Joey Hess | 2016-05-27 |
| | |||
* | remove \r from Arbitrary for log tests | Joey Hess | 2016-05-27 |
| | |||
* | prep release | Joey Hess | 2016-05-27 |
| | |||
* | comment | Joey Hess | 2016-05-27 |
| | |||
* | Split lines in the git-annex branch on \r as well as \n, to deal with \r\n ↵ | Joey Hess | 2016-05-27 |
| | | | | | | | | | | | | | | | terminated lines written by some versions of git-annex on Windows. This fixes strange displays in some cases, including whereis showing many duplicate locations, and showing more total copies than actually exist. It's unknown if that lead to data loss when eg, dropping. At the moment, it seems unlikely it could, since the UUID with \r's appended is not the same as a UUID without, and so no remote matches it. It's also unknown if \r's can leak in on windows, perhaps when merging the git-annex branch. |