Johannes Schindelin

Results 878 comments of Johannes Schindelin

> There is now https://github.com/chriscool/getreleases/blob/master/publish_edition.sh made from the above. Thanks. I have a couple of suggestions how to improve it, such as: - verifying that it runs in the correct...

You can always use a local script to generate a TOC from an existing Markdown file, e.g. using https://github.com/jonschlinkert/markdown-toc. Of course, this would be a manual step, but publishing Rev...

On Sat, 18 Nov 2017, Christian Couder wrote: > Yeah, it is a manual process and @tfnico just documented it at a high level. That's good, that it is documented...

👋 I got interested in this project ever since [it was announced that Heroku ended its free tier](https://lore.kernel.org/git/[email protected]/) that we use in https://git-scm.com/. We currently have a sponsor, but it...

> * we'll probably want custom scripts Yes, we will. Things like importing/pre-generating the ProGit book cannot be done by Jekyll. What _can_ be done by Jekyll is to take...

> But I don't know if such cross-repo monitoring is possible. It's not possible right now with GitHub workflows as-are, not unless you convince the Git maintainer to integrate a...

Maybe add links to the "Git database internals" blog series? ([#1](https://github.blog/2022-08-29-gits-database-internals-i-packed-object-store/), [#2](https://github.blog/2022-08-30-gits-database-internals-ii-commit-history-queries/), [#3](https://github.blog/2022-08-31-gits-database-internals-iii-file-history-queries/), more parts to come) Also, it might be interesting for Rev News readers to read about [the...

> Maybe add links to the "Git database internals" blog series? ([#1](https://github.blog/2022-08-29-gits-database-internals-i-packed-object-store/), [#2](https://github.blog/2022-08-30-gits-database-internals-ii-commit-history-queries/), [#3](https://github.blog/2022-08-31-gits-database-internals-iii-file-history-queries/), more parts to come) [Part 4](https://github.blog/2022-09-01-gits-database-internals-iv-distributed-synchronization/) is now available, too. [EDIT: removed a suggestion to link...

@chriscool could you also add [part 5](https://github.blog/2022-09-02-gits-database-internals-v-scalability/) of the blog series?

> Amusingly enough, the console must not use a raster font. Heh... Git for Windows has code to detect that situation and suggests to use the Consolas font ;-)