diff options
-rw-r--r-- | posts/the-long-journey-to-cgit.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/posts/the-long-journey-to-cgit.md b/posts/the-long-journey-to-cgit.md index 32d45f3..adf3963 100644 --- a/posts/the-long-journey-to-cgit.md +++ b/posts/the-long-journey-to-cgit.md @@ -452,8 +452,9 @@ All this will be part of a future post. For now, enjoy. [^4]: The README [mentions](https://git.zx2c4.com/cgit/tree/README#n52) libcrypto and libssl, but as far as I can tell these are not needed. Git switched to [its own](https://github.com/git/git/commit/e6b07da2780f349c29809bd75d3eca6ad3c35d19) - SHA1 implementation a few years back, and libssl is only needed for - `git-imap-send(1)`. + SHA1 implementation a few years back, and libssl may only + [needed](https://github.com/git/git/blob/56219baf1eae50134ee05eaa64e26e7f1207042c/INSTALL#L132) + for `git-imap-send(1)`. [^5]: Sadly there's no good way to do [`pledge(2)`](https://man.openbsd.org/pledge.2) nicely on Linux, so those |