jj/cli
Essien Ita Essien 31e4061bab cli: Refactor out git_init() to encapsulate all git related work.
* Create a git_init() function in cli/src/commands/init.rs where all git related work is done.
  This function will be moved to cli/src/commands/git.rs in a subsequent PR.
2024-02-03 14:27:12 +00:00
..
examples backend: pass Index and keep_newer timestamp parameters to gc() 2024-01-27 10:18:11 +09:00
src cli: Refactor out git_init() to encapsulate all git related work. 2024-02-03 14:27:12 +00:00
testing
tests docs: mention in jj help config edit that the command can create a file 2024-02-02 23:29:58 -08:00
build.rs
Cargo.toml cli: new jj util markdown-help outputs jj help for all commands 2024-01-30 14:58:32 -08:00
LICENSE