jj/cli
Yuya Nishihara 4f2503cbce cli: show hint of non-tracking remote branches on "jj init --git-repo"
If the existing git repo contains local and remote branches of the same name,
one of the remote branches is probably a tracking remote branch. Let's show
a hint how to set up tracking branches. The tracking state could be derived
from .git/config, but doing that automatically might cause another issue like
#1862, which could have been mitigated by git.auto-local-branch = false.
2023-11-25 16:46:10 +09:00
..
examples sign: Implement generic commit signing on the backend 2023-11-23 22:52:20 +02:00
src cli: show hint of non-tracking remote branches on "jj init --git-repo" 2023-11-25 16:46:10 +09:00
testing
tests cli: show hint of non-tracking remote branches on "jj init --git-repo" 2023-11-25 16:46:10 +09:00
build.rs
Cargo.toml cargo: sort dependencies list alphabetically 2023-11-07 23:46:05 +09:00
LICENSE