Skip to content

Commit 4e55f56

Browse files
committed
docs: Update section about support for .gitignores
Issues #65 and #87 were both fixed almost a year ago.
1 parent 99cb0ba commit 4e55f56

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/git-compatibility.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,10 @@ a comparison with Git, including how workflows are different, see the
2727
and [how they interoperate with Git](#branches).
2828
* **Tags: Partial.** You can check out tagged commits by name (pointed to be
2929
either annotated or lightweight tags), but you cannot create new tags.
30-
* **.gitignore: Partial.** No support for ignores in `.git/info/exclude`
31-
([#65](https://github.com/martinvonz/jj/issues/65)) or via `core.excludesfile`
32-
config ([#87](https://github.com/martinvonz/jj/issues/87)). Also, it uses a
33-
native implementation, so please report a bug if you notice any difference
34-
compared to `git`.
30+
* **.gitignore: Yes.** Ignores in `.gitignore` files are supported. So are
31+
ignores in `.git/info/exclude` or configured via Git's `core.excludesfile`
32+
config. The `.gitignore` support uses a native implementation, so please
33+
report a bug if you notice any difference compared to `git`.
3534
* **.gitattributes: No.** There's [#53](https://github.com/martinvonz/jj/issues/53)
3635
about adding support for at least the `eol` attribute.
3736
* **Hooks: No.** There's [#405](https://github.com/martinvonz/jj/issues/405)

0 commit comments

Comments
 (0)