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-01-16 00:56:23 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
7
cba89886e5
jj
/
lib
History
Martin von Zweigbergk
cba89886e5
cleanup: replace some
for x in xs.iter()
by
for x in &xs
2022-05-04 17:02:11 -07:00
..
protos
working_copy: record sparse patterns in the tree state (
#52
)
2022-04-26 14:52:17 -07:00
src
cleanup: replace some
for x in xs.iter()
by
for x in &xs
2022-05-04 17:02:11 -07:00
tests
working_copy: propagate errors when snapshotting
2022-05-02 11:23:38 -07:00
build.rs
build: conditionally use
map_first_last
feature if available
2022-02-20 22:21:14 -08:00
Cargo.toml
cargo: bump serde_json from 1.0.80 to 1.0.81
2022-05-04 08:58:48 -07:00