summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* remotedaemon: Fixed support for notifications of changes to gcrypt remotes, ↵Gravatar Joey Hess2016-06-02
| | | | which was never tested and didn't quite work before.
* better avoid switching to direct mode in clone of adjusted branch repoGravatar Joey Hess2016-06-02
|
* fix git versionGravatar Joey Hess2016-06-02
|
* avoid switching to direct mode in clone of adjusted branch repoGravatar Joey Hess2016-06-02
|
* Automatically enable v6 mode when initializing in a clone from a repo that ↵Gravatar Joey Hess2016-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 ↵Gravatar Joey Hess2016-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.comGravatar Joey Hess2016-06-02
|\
| * Added a commentGravatar gernot2016-06-02
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-06-02
|\ \
| | * Added a commentGravatar Dilyin2016-06-02
| |/
* | sync --content: Fix bug that caused transfers of files to be made to a git ↵Gravatar Joey Hess2016-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.
* | updateGravatar Joey Hess2016-06-02
| |
* | analysisGravatar Joey Hess2016-06-02
| |
| * Added a comment: similar problemGravatar chris@f4ea67aa5ae4709d79959f782fcebb5edae9a79b2016-06-02
| |
| * fixed up done tagGravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-06-02
| |
* | minor typo fixes throughoutGravatar Yaroslav Halchenko2016-06-02
| | | | | | | | | | problematic flexibility
| * fixed typo and commented about replicationGravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-06-02
| |
| * (no commit message)Gravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-06-02
| |
* | todoGravatar Joey Hess2016-06-01
| |
| * (no commit message)Gravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-06-02
| |
| * Added a comment: Special remote's annex costGravatar Dilyin2016-06-01
| |
| * Added a comment: Retroactively annexGravatar Dilyin2016-06-01
| |
| * (no commit message)Gravatar grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f2016-06-01
|/
* Remove Makefile from cabal tarball; man page building is now handled by a ↵Gravatar Joey Hess2016-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 commentGravatar felixonmars@643c7c1f0bf9bace16d293d69b51419f012234d12016-05-31
|
* responseGravatar Joey Hess2016-05-31
|
* followupGravatar Joey Hess2016-05-31
|
* responseGravatar Joey Hess2016-05-31
|
* responseGravatar Joey Hess2016-05-31
|
* responseGravatar Joey Hess2016-05-31
|
* Added a comment: subdirectories above FILEKEY directoryGravatar uwe.nagler@9f80ad68e498fcdb09e20b17ff4539f94ef73ea92016-05-31
|
* (no commit message)Gravatar gernot2016-05-29
|
* Added a commentGravatar xloem2016-05-29
|
* (no commit message)Gravatar NhanHo2016-05-28
|
* (no commit message)Gravatar felixonmars@643c7c1f0bf9bace16d293d69b51419f012234d12016-05-28
|
* devblogGravatar Joey Hess2016-05-27
|
* minor typos in devblogGravatar Yaroslav Halchenko2016-05-27
|
* Windows: Avoid terminating git-annex branch lines with \r\n when union merging.Gravatar Joey Hess2016-05-27
|
* Improve SHA*E extension extraction code.Gravatar Joey Hess2016-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 functionGravatar Joey Hess2016-05-27
|
* commentGravatar Joey Hess2016-05-27
|
* add news item for git-annex 6.20160527Gravatar Joey Hess2016-05-27
|
* releasing package git-annex version 6.201605276.20160527Gravatar Joey Hess2016-05-27
|
* add Logs.LineGravatar Joey Hess2016-05-27
|
* remove \r from Arbitrary for log testsGravatar Joey Hess2016-05-27
|
* prep releaseGravatar Joey Hess2016-05-27
|
* commentGravatar Joey Hess2016-05-27
|
* Split lines in the git-annex branch on \r as well as \n, to deal with \r\n ↵Gravatar Joey Hess2016-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.
* fix warningGravatar Joey Hess2016-05-27
|
* followupGravatar Joey Hess2016-05-27
|