From a22620d30c71a006db988426045a28ad959fddf2 Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Sat, 16 Nov 2024 14:34:23 -0800 Subject: [PATCH] docs: say that support for Git's remote config is partial #4889 --- docs/git-compatibility.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/git-compatibility.md b/docs/git-compatibility.md index a5d1adcef..1402e840e 100644 --- a/docs/git-compatibility.md +++ b/docs/git-compatibility.md @@ -18,7 +18,10 @@ a comparison with Git, including how workflows are different, see the * **Configuration: Partial.** The only configuration from Git (e.g. in `~/.gitconfig`) that's respected is the following. Feel free to file a bug if you miss any particular configuration options. - * The configuration of remotes (`[remote ""]`). + * The configuration of remotes (`[remote ""]`). Only the names and URLs + are respected (refspecs are not respected, and + [only the last pushurl](https://github.com/martinvonz/jj/issues/4889) is + respected). * `core.excludesFile` * **Authentication: Partial.** Only `ssh-agent`, a password-less key ( only `~/.ssh/id_rsa`, `~/.ssh/id_ed25519` or `~/.ssh/id_ed25519_sk`), or