Johannes Schindelin
Johannes Schindelin
Using the remote helper infrastructure, providing a git-remote-bzr should be relatively easy. That way, putting git-remote-bzr into the PATH would allow `git clone bzr:...` work out of the box, as...
I noticed a couple of typos while reading the most recent "What's cooking" mail.
As pointed out in https://github.com/rmyorston/busybox-w32/commit/67a630e5af1ace1dd528ea9652ee69102b3136c3#r80495688 and https://github.com/rmyorston/busybox-w32/commit/67a630e5af1ace1dd528ea9652ee69102b3136c3#r80495725, the `make` code came into the code base without the code review that would have been appropriate.
On FAT file systems, the normalized path is used to fake inode numbers. As a result, `Y:\directory\` and `Y:\directory` have different inode numbers!!! One consequence of this bug has been...
We should make it easy to start new ImageJ 1.x projects via [Maven archetypes](https://maven.apache.org/guides/introduction/introduction-to-archetypes.html).
@PaulVanSchayck pointed out that the Javascript support only works in `Fiji.app/`, not in `ImageJ.app/`. The best fix is to let the scripting framework handle things. So if we detect that...
Since Git v2.39.1, we are a bit more stringent in searching the PATH. In particular, we specifically require the `.exe` suffix. However, the `Repository>Explore Working Copy` command asks for `explorer.exe`...
OpenSSL v1.1.* is no longer provided by Alpine Linux v3.19 according to https://pkgs.alpinelinux.org/packages?name=libssl1.1&branch=v3.19&repo=&arch=&maintainer= However, OpenSSL v3.* is, so let's use that instead. [EDIT] This fixes [the currently-broken `validate-install-from-source` build](https://github.com/git-ecosystem/git-credential-manager/actions/runs/7862395316/job/21451819126#step:5:46) (see...
## Changes This Pull Request adjusts the existing files such that the site is no longer served via a Rails App, but by GitHub Pages instead. A preview can be...
The main reason for this is to verify the proposed fix for #202. While at it, I'll include a couple other fixes for potential hangs.