aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* followupGravatar Joey Hess2018-03-06
|
* commentGravatar Joey Hess2018-03-06
|
* Added a comment: Is git annex config still supported?Gravatar davi.castro@13c06889d1a1aef6321227888bd7d6b73d5692ea2018-03-06
|
* new line was swallowed while copy pasting -- fixedGravatar yarikoptic2018-03-05
|
* forgot to add my own metaGravatar yarikoptic2018-03-05
|
* intial question about special remotes which do not support parallel mode ↵Gravatar yarikoptic2018-03-05
| | | | downloads
* Added a comment: opened github issue with glacier-cliGravatar i@f4fc1d4ed8c7cc91fc284462cb631c270a5195e92018-03-05
|
* Added a comment: thanks for the quick response!Gravatar i@f4fc1d4ed8c7cc91fc284462cb631c270a5195e92018-03-05
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2018-03-05
|\
* | Improve SHA*E extension extraction codeGravatar Joey Hess2018-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not treat parts of the filename that contain punctuation or other non-alphanumeric characters as extensions. Before, such characters were filtered out. Note that in 38bd7ca3cce455c20edcee656c706939087c6a69 "foo.ba__________r" was munged to ".bar" and so incorrectly treated as an extension. That was fixed by changing the filter order, but not allowing punctuation seems a better fix. This assumes that extensions containing punctuation are rare. "_" seems the most likely character; I used it in ikiwiki "._comment" files. But I can't recall seeing it anywhere else. It certianly seems that no commonly used extensions contain punctuation. If git-annex doesn't treat "._comment" as an extension, it's not likely to break software that expects to see that extension like some software expects to see .epub or .mp3. This commit was sponsored by Jack Hill on Patreon.
* | commentGravatar Joey Hess2018-03-05
| |
| * Added a comment: It is better to provide osx dmgsGravatar drunken_sapo2018-03-05
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2018-03-04
|\
* | Dial back optimisation when building on armGravatar Joey Hess2018-03-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevent ghc and llc from running out of memory when optimising some files. Sean Whitton reported that doing this only in Test.hs was insufficient, the build still OOMed by the time it got to Test.hs. He had earlier found the build worked when these options are applied globally. See https://ghc.haskell.org/trac/ghc/ticket/14821 for why it needs -O1; once that's fixed it may suffice to use "GHC-Options: -O2 -optlo-O2", although it may also be that the -O1 prevents ghc from using/leaking as much memory. os(arm) should match armel, armhf, armeb, and arm. It probably also matches arm64, somewhat unfortunately since arm64 systems probably tend to have more memory. See list of arches in https://hackage.haskell.org/package/Cabal-1.22.2.0/docs/src/Distribution-System.html This commit was sponsored by Henrik Riomar on Patreon.
| * Added a comment: armel+armhf available in stretch-backportsGravatar spwhitton2018-03-04
| |
| * Added a comment: dyld: Symbol not found: _inflateValidateGravatar rameshvenk2018-03-04
| |
| * removedGravatar i@f4fc1d4ed8c7cc91fc284462cb631c270a5195e92018-03-03
| |
| * Added a comment: fixed prev commendGravatar i@f4fc1d4ed8c7cc91fc284462cb631c270a5195e92018-03-03
| |
| * Added a comment: it seems to affect regular text too.Gravatar i@f4fc1d4ed8c7cc91fc284462cb631c270a5195e92018-03-03
| |
| * Added a comment: this has something to do with the dot and spaceGravatar i@f4fc1d4ed8c7cc91fc284462cb631c270a5195e92018-03-03
| |
| * Added a comment: I've also upgraded the repo to version 6Gravatar i@f4fc1d4ed8c7cc91fc284462cb631c270a5195e92018-03-03
| |
| * Added a comment: checked 6.20180112 and it's the sameGravatar i@f4fc1d4ed8c7cc91fc284462cb631c270a5195e92018-03-03
| |
| * (no commit message)Gravatar i@f4fc1d4ed8c7cc91fc284462cb631c270a5195e92018-03-03
| |
| * (no commit message)Gravatar i@f4fc1d4ed8c7cc91fc284462cb631c270a5195e92018-03-03
| |
| * (no commit message)Gravatar i@f4fc1d4ed8c7cc91fc284462cb631c270a5195e92018-03-03
| |
| * (no commit message)Gravatar i@f4fc1d4ed8c7cc91fc284462cb631c270a5195e92018-03-03
| |
* | responseGravatar Joey Hess2018-03-02
| |
* | responseGravatar Joey Hess2018-03-02
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2018-03-02
|\|
* | mention stretch backportsGravatar Joey Hess2018-03-01
| |
| * (no commit message)Gravatar bwong@047cc3a313979f155ea3d7ea765358b92116e0452018-03-01
| |
| * adding public keys to hybrid encryption remoteGravatar bwong@047cc3a313979f155ea3d7ea765358b92116e0452018-03-01
|/
* todoGravatar Joey Hess2018-02-28
|
* devblogGravatar Joey Hess2018-02-28
|
* responseGravatar Joey Hess2018-02-28
|
* Support exporttree=yes for rsync special remotes.Gravatar Joey Hess2018-02-28
| | | | | | | | | | | | | | | | | Renaming is not supported; it might be possible to use --fuzzy to get rsync to notice the file is being renamed, but that is a bit ..fuzzy. On the other hand, interrupted transfers of an exported file are resumed, since rsync is great at that. Had to adjust the exporttree docs, which said interrupted transfers would restart. Note that remove no longer makes the empty directory dummy, instead sending the top-level empty directory. This works just as well and I noticed the dummy was unncessary when refactoring it into removeGeneric. Verified that behavior of remove is not changed, and git annex testremote does pass. This commit was sponsored by Brock Spratlen on Patreon.
* ignore generated file Build/SysConfig.hsGravatar Joey Hess2018-02-28
|
* responseGravatar Joey Hess2018-02-28
|
* Added a commentGravatar Jeff2018-02-28
|
* Added a commentGravatar Horus2018-02-28
|
* (no commit message)Gravatar Horus2018-02-28
|
* Added a commentGravatar Horus2018-02-28
|
* Added a comment: Not working with rsync?Gravatar roger.herikstad@ca3b99b0263344ccfd8ec134a12261be25ef35042018-02-28
|
* add news item for git-annex 6.20180227Gravatar Joey Hess2018-02-27
|
* releasing package git-annex version 6.201802276.20180227Gravatar Joey Hess2018-02-27
|
* remove chrpath hackGravatar Joey Hess2018-02-27
| | | | | | | | | | | | | | | | | | Makefile: Remove chrpath workaround for bug in cabal, which is no longer needed. https://github.com/haskell/cabal/issues/2717 says it uses RUNPATH instead of RPATH now, but I don't even see that for statically linked libraries; the bug with that appears to be fixed. cabal-install version 1.24.0.2 compiled using version 1.24.2.0 of the Cabal library I left the rpath removal using otool on OSX because those straight up broke the linker, and I don't know if the OSX autobuilder is updated to a new enough cabal to not need it. This commit was sponsored by Ewen McNeill on Patreon.
* remove spamGravatar Joey Hess2018-02-27
| | | | This is how you get banned, get your IP block banned.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2018-02-27
|\
| * Added a commentGravatar CandyAngel2018-02-27
| |
| * removedGravatar marjor2018-02-27
| |