jj/cli
Yuya Nishihara bafb357209 git: on abandoning unreachable commits, don't count HEAD ref
This basically reverts 20eb9ecec1 "git: don't abandon HEAD commit when it
loses a branch." I think the new behavior is more consistent because the Git
HEAD is equivalent to @- in jj, so it shouldn't be considered a named ref.

Note that we've made old HEAD branch not considered at 92cfffd843 "git: on
external HEAD move, do not abandon old branch."

#4108
2024-07-24 21:22:26 +09:00
..
examples cli: uncapitalize op description of "workspace add" and custom command example 2024-07-24 18:06:09 +09:00
src cli: make for_loaded_repo() callers specify whether repo/workspace are synced 2024-07-24 18:06:09 +09:00
testing cli: skip formatting instructions if not required 2024-07-09 20:24:14 -05:00
tests git: on abandoning unreachable commits, don't count HEAD ref 2024-07-24 21:22:26 +09:00
build.rs
Cargo.toml cli: remove unused dependency on gix-filter 2024-07-17 11:53:51 +02:00
LICENSE