brian m. carlson

Results 51 issues of brian m. carlson

When checking out a repository with full history, a full clone is done and then the ref is finally updated to point to the commit that caused the workflow to...

Adding this script allows some basic testing of the functionality, besides being independently useful.

Right now, the XML output that's generated contains two different things that differ from invocation to invocation: the ID (due to the use of `hash`) and the timestamp. I like...

**Problem** There is no way (that I have found) to force `cargo package` to build a local package unless all dependencies have been uploaded to crates.io, even if `--no-verify` and...

C-bug
Command-package

Right now, we try to spawn multiple SSH connections using ControlMaster when making multiple requests. However, if multiplexing is not enabled, we can spawn multiple actual connections, which can be...

We should go through the existing distros that we have and make sure the list is up to date before the v3.3.0 release.

We currently don't build RHEL 9-compatible packages, but we should.

enhancement

Reqwest uses `serde_urlencoded` for query parameters. However, that is designed to handle only UTF-8 strings, and query parameters may contain arbitrary octets encoded according to the RFC 3986. I filed...

Running `which git` fails: ``` user@:~$ which git bash: /usr/bin/which: /bin/sh: bad interpreter: Invalid argument ``` This appears to be because `#! /bin/sh` (in `which`) is not recognized as a...

Type: bug
Priority: medium

The Windows installer expands the path to the `C:\Program Files` directory using the standard casing for this. However, our `PATH` value does not need to contain the same case, since...