jj/cli
Yuya Nishihara 1bfe5b5b56 cli: add string pattern support to "git push --branch"
Since "jj git fetch --branch" supports glob patterns, users would expect that
"jj git push --branch glob:.." also works.

The error handling bits are copied from "branch" sub commands. We might want to
extract it to a common helper function, but I haven't figured out a reasonable
boundary point yet.
2023-10-26 04:51:17 +09:00
..
examples
src cli: add string pattern support to "git push --branch" 2023-10-26 04:51:17 +09:00
testing
tests cli: add string pattern support to "git push --branch" 2023-10-26 04:51:17 +09:00
build.rs
Cargo.toml
LICENSE