ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli
Yuya Nishihara 9faa4670d5 cli: on init, import git refs prior to importing HEAD
The "::HEAD" set is usually smaller than "::git_refs". If these sets were
imported in that order, "HEAD..git_refs" commits would be indexed on top of
the "::HEAD" commits. It's not a problem, but undesirable.
2024-01-27 00:01:59 +09:00
..
examples workspace: combine working copy functions into a trait 2024-01-25 11:46:07 -08:00
src cli: on init, import git refs prior to importing HEAD 2024-01-27 00:01:59 +09:00
testing fake_diff_editor: Allow specifying extra arguments to be ignored 2023-08-21 20:19:15 -07:00
tests cli: on init, import git refs prior to importing HEAD 2024-01-27 00:01:59 +09:00
build.rs
Cargo.toml revset: add count_estimate() to Revset trait 2024-01-22 15:07:00 -08:00
LICENSE cargo: add LICENSE file to each crate we publish 2023-09-22 21:48:28 -07:00