Reynir Björnsson reynir · he/him/his
  • Joined on 2024-08-21
reynir created branch fix-article-urls in robur/blog.robur.coop 2024-10-28 15:40:43 +00:00
reynir pushed to fix-article-urls at robur/blog.robur.coop 2024-10-28 15:40:43 +00:00
62c7a926f0 Fix inadvertent double slash
reynir commented on pull request robur/blog.robur.coop#18 2024-10-28 15:38:55 +00:00
Remove usage of {{ host }} when our only target is https://blog.robur.coop

Yes. With the changes the links to articles become e.g. <a href="//articles/gptar-update.html">GPTar (update)</a>

reynir created pull request robur/blog.robur.coop#22 2024-10-28 15:22:19 +00:00
Add "GPTar update" article
reynir created branch gptar-update in robur/blog.robur.coop 2024-10-28 15:21:34 +00:00
reynir pushed to gptar-update at robur/blog.robur.coop 2024-10-28 15:21:34 +00:00
2228432cab Add "GPTar update" article
reynir commented on pull request robur/blog.robur.coop#18 2024-10-28 15:20:07 +00:00
Remove usage of {{ host }} when our only target is https://blog.robur.coop

Now bin/watch.exe has broken links /o\

reynir deleted branch with-nice-commit from robur/blog.robur.coop 2024-10-28 12:12:16 +00:00
reynir closed issue robur/blog.robur.coop#6 2024-10-28 12:12:13 +00:00
Add source commit ID in commit message when pushing
reynir pushed to main at robur/blog.robur.coop 2024-10-28 12:12:13 +00:00
4a4c22e244 Merge pull request 'Generate the commit message with the actual commit of main' (#20) from with-nice-commit into main
dcbb5e0e05 Generate the commit message with the actual commit of main
Compare 2 commits »
reynir merged pull request robur/blog.robur.coop#20 2024-10-28 12:12:12 +00:00
Generate the commit message with the actual commit of main
reynir commented on pull request robur/blog.robur.coop#20 2024-10-28 12:12:03 +00:00
Generate the commit message with the actual commit of main

And it even correctly reports dirty repository 2f5d02add4

reynir pushed to teeest at reynir/blog.robur.coop 2024-10-28 12:11:35 +00:00
2f5d02add4 Pushed by YOCaml 2 from dcbb5e0e05aaf11e6bdfe36930fde38953dc89aa-dirty
reynir commented on pull request robur/blog.robur.coop#20 2024-10-28 12:10:53 +00:00
Generate the commit message with the actual commit of main

Thanks, this seems to work great for me: a46df08b2c

reynir created branch teeest in reynir/blog.robur.coop 2024-10-28 12:10:18 +00:00
reynir pushed to teeest at reynir/blog.robur.coop 2024-10-28 12:10:18 +00:00
a46df08b2c Pushed by YOCaml 2 from dcbb5e0e05
reynir approved robur/opam-mirror#14 2024-10-25 11:47:16 +00:00
extra-source
reynir commented on pull request robur/git-kv#2 2024-10-25 11:05:40 +00:00
Refactor test/dune and add a failing test

I pushed a commit that implements what I had in mind for get, get_partial and list at least. For digest and last_modified I'm unsure it's correct. For remove it's incorrect and will have to look…

reynir pushed to batch-test at robur/git-kv 2024-10-25 11:03:48 +00:00
4f93219f1d Read staged files
reynir commented on pull request robur/git-kv#2 2024-10-25 09:59:49 +00:00
Refactor test/dune and add a failing test

I tried the following which I hoped would work as I thought: that is, if you're doing reads inside a change_and_push´ (that is, inside finchange_and_push fs f`), then you get the "staged"…