Skip to content

Commit

Permalink
docs: say that support for Git's remote config is partial
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvonz committed Nov 17, 2024
1 parent e8bbd89 commit a22620d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/git-compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 "<name>"]`).
* The configuration of remotes (`[remote "<name>"]`). 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
Expand Down

0 comments on commit a22620d

Please sign in to comment.