Welcome to my fourth contribution experience report. I have done others for: Git, where I give some background about the initiative Nextcloud’s docker image Forgejo This episode is the first one about contributing to a library. JGit is a Java implementation of Git, covering many of the features of the original implementation in C. This makes it possible to use Git in Java programs without having to use separate processes and avoids license compatibility issues (Git itself is under GPLv2, JG...