This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
jj
Watch
1
Star
0
Fork
You've already forked jj
1
mirror of
https://github.com/martinvonz/jj.git
synced
2025-02-08 21:48:08 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
17
2681e8f908
jj
/
lib
History
Yuya Nishihara
2681e8f908
repo: use OnceCell instead of Mutex<Option<_>> to store index
...
This is perfect use case of OnceCell per the safety comment in index().
2022-11-06 13:54:25 +09:00
..
src
repo: use OnceCell instead of Mutex<Option<_>> to store index
2022-11-06 13:54:25 +09:00
tests
commit_builder: remove redundant
for_open_commit()
2022-11-05 06:14:37 -07:00
build.rs
Cargo.toml
tesutils: replace lazy_static with std::sync::Once
2022-11-01 12:23:07 -07:00