jj/cli
Yuya Nishihara a89680d34b op_store: add remote tags storage and basic accessors
Git-tracking tags will be stored there. I don't have a concrete plan for proper
remote tags support, but I think tags fetched/pushed internally can be recorded
as remote tags.
2025-09-24 09:09:52 +00:00
..
examples cleanup: leverage trait upcasting, delete as_any*() 2025-09-20 01:22:47 +00:00
src op_store: make local/remote refs helper generic over RemoteView fields 2025-09-24 09:09:52 +00:00
testing cli: add jj bisect run command 2025-09-04 14:30:52 +00:00
tests op_store: add remote tags storage and basic accessors 2025-09-24 09:09:52 +00:00
build.rs cargo: bump MSRV to 1.88 2025-09-19 01:03:21 +00:00
Cargo.toml ui: switch to std::io::pipe() 2025-09-19 09:41:32 +00:00
docs build: fix cargo publish by symlinking cli/docs->docs 2024-11-05 17:37:14 -08:00
LICENSE