jj/cli
Yuya Nishihara 7e62d5ef36 cli: rename snapshot() to maybe_snapshot(), make inner function private
This function respects --ignore-working-copy and --at-op arguments, but the
name snapshot() sounds like it could forcibly trigger the snapshotting. Let's
clarify the actual behavior.

import_git_refs_and_head() and snapshot_working_copy() are unchecked functions,
and there are no external callers.
2024-01-13 11:47:42 +09:00
..
examples
src cli: rename snapshot() to maybe_snapshot(), make inner function private 2024-01-13 11:47:42 +09:00
testing
tests cli: run "op log" without loading repo or merging concurrent ops 2024-01-13 10:38:10 +09:00
build.rs
Cargo.toml
LICENSE