jj/cli
Yuya Nishihara 182daa1dfa str_util: switch to globset
Since we already have globset in transitive dependencies, this change helps
reduce the amount of dependencies. Another reason is that globset provides a
function to convert glob to regex. This is nice because we use globs to match
against strings or internal repository paths instead of platform-native paths.

The GlobPattern wrapper is boxed because globset::Glob type is relatively big.
2025-07-25 08:22:35 +00:00
..
examples working copy: pass UserSettings to WorkingCopyFactory 2025-07-17 15:36:28 +00:00
src merged_tree: make merge() take all args by value 2025-07-24 21:28:40 +00:00
testing testing: update stale revset names in bench-revsets-git.txt 2025-07-21 18:14:40 +00:00
tests str_util: switch to globset 2025-07-25 08:22:35 +00:00
build.rs build.rs: separate commit ids if compiling at a merge commit 2025-07-08 02:38:21 +00:00
Cargo.toml str_util: switch to globset 2025-07-25 08:22:35 +00: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