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
src cli: on init, import git refs prior to importing HEAD 2024-01-27 00:01:59 +09:00
testing
tests cli: on init, import git refs prior to importing HEAD 2024-01-27 00:01:59 +09:00
build.rs
Cargo.toml
LICENSE