jj/cli
Yuya Nishihara d91e355674 cli: git clone: convert local Git remote path to slash-separated path
Since source.contains(':') can't be used for non-local path detection on
Windows, we now use gix::url for parsing. It might be stricter, but I assume it
would be more reliable.

Closes #4188
2024-12-23 09:40:52 +09:00
..
examples gitignore: add more detail to errors on invalid pattern 2024-12-16 18:49:48 -06:00
src cli: git clone: convert local Git remote path to slash-separated path 2024-12-23 09:40:52 +09:00
testing style: inline variables into format strings 2024-10-04 22:29:13 +02:00
tests cli: git clone: convert local Git remote path to slash-separated path 2024-12-23 09:40:52 +09:00
build.rs build: fix cargo publish by symlinking cli/docs->docs 2024-11-05 17:37:14 -08:00
Cargo.toml cargo: drop dependency on config crate 2024-12-10 16:08:50 +09:00
docs build: fix cargo publish by symlinking cli/docs->docs 2024-11-05 17:37:14 -08:00
LICENSE cargo: add LICENSE file to each crate we publish 2023-09-22 21:48:28 -07:00