ok/jj
1
0
Fork 0
forked from mirrors/jj
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 fake_diff_editor: Allow specifying extra arguments to be ignored 2023-08-21 20:19:15 -07:00
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 cargo: add LICENSE file to each crate we publish 2023-09-22 21:48:28 -07:00