Skip to content

Commit 032fd44

Browse files
committed
docs: update comment about simple fetch refspecs being respected
Now that #7275 has merged it's worth mentioning that simple fetch refspecs will (now) be respected when other branches are otherwise not specified on the CLI
1 parent 1fa53c6 commit 032fd44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/git-compatibility.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ a comparison with Git, including how workflows are different, see the
1919
`~/.gitconfig`) that's respected is the following. Feel free to file a bug if
2020
you miss any particular configuration options.
2121
* The configuration of remotes (`[remote "<name>"]`). Only the names and URLs
22-
are respected (refspecs are not respected, and
23-
[only the last pushurl](https://github.com/jj-vcs/jj/issues/4889) is
24-
respected).
22+
are respected (simple fetch refspecs are respected when branches are not
23+
explicitly specified on the CLI, and [only the last
24+
pushurl](https://github.com/jj-vcs/jj/issues/4889) is respected).
2525
* `core.excludesFile`
2626
* **Authentication: Yes.** `git` is used for remote operations under the hood.
2727
* **Branches: Yes.** You can read more about

0 commit comments

Comments
 (0)