Merge branch 'master' into bs
This commit is contained in:
commit
db13b16013
3 changed files with 30 additions and 0 deletions
|
@ -0,0 +1,18 @@
|
|||
[[!comment format=mdwn
|
||||
username="jkrenzer"
|
||||
avatar="http://cdn.libravatar.org/avatar/49eda64e3bd130a5dfaf48f09218cfb1"
|
||||
subject="Great work! Thank you!"
|
||||
date="2019-12-05T12:10:47Z"
|
||||
content="""
|
||||
Hi Joe,
|
||||
|
||||
I have been using git-annex since several years now and am really happy with it.
|
||||
|
||||
But the addition of git-lfs support was, in my humble opinion, an extraordinary leap forward! After gitlab ceased support in favour of lfs and with the advent of lfs in github, annex-integration with widespread used collaborative git-platforms was not very straight-forward anymore. And so it became harder to justify or promote it's use in my institute or other organizations I work for. This has change now again for the better!
|
||||
|
||||
So thank you very much for all the hard work and regarding the daunting speed with which new developments and features (version 8 already!) arrive here: Please take good care and do not overstrain yourself.
|
||||
|
||||
Kind regards,
|
||||
|
||||
Jörn
|
||||
"""]]
|
11
doc/devblog/day_612__building_again.mdwn
Normal file
11
doc/devblog/day_612__building_again.mdwn
Normal file
|
@ -0,0 +1,11 @@
|
|||
I've gotten the `bs` branch to build everything again. Was not trivial,
|
||||
the diff is over 7000 lines.
|
||||
|
||||
Had hoped this was a mechanical enough conversion it would not introduce
|
||||
many bugs, but the test suite quickly found a lot of problems. So that
|
||||
branch is not ready for merging yet.
|
||||
|
||||
I'm considering making a library that's like
|
||||
[filepath](http://hackage.haskell.org/package/filepath) but for
|
||||
RawFilePath. That would probably speed git-annex up by another 5% or so,
|
||||
in places where it currently has to convert back to FilePath.
|
|
@ -70,3 +70,4 @@ Ryan Rix,
|
|||
Svenne Krap,
|
||||
Jelmer Vernooij,
|
||||
Rian McGuire,
|
||||
Cesar,
|
||||
|
|
Loading…
Reference in a new issue