Skip to content

Commit 50a0dd0

Browse files
authored
Docs: Remove experimental wording for Windows support (#401)
Gitlint has run well on Windows for years now, eventhough we still have some unicode issues to resolve.
1 parent 610ff0f commit 50a0dd0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![PyPi Package](https://img.shields.io/pypi/v/gitlint.png)](https://pypi.python.org/pypi/gitlint)
55
![Supported Python Versions](https://img.shields.io/pypi/pyversions/gitlint.svg)
66

7-
Git commit message linter written in python (for Linux and Mac, experimental on Windows), checks your commit messages for style.
7+
Git commit message linter written in python, checks your commit messages for style.
88

99
**See [jorisroovers.github.io/gitlint](http://jorisroovers.github.io/gitlint/) for full documentation.**
1010

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Great for use as a [commit-msg git hook](#using-gitlint-as-a-commit-msg-hook) or
77
<script type="text/javascript" src="https://asciinema.org/a/30477.js" id="asciicast-30477" async></script>
88

99
!!! note
10-
**Gitlint support for Windows is experimental**, and [there are some known issues](https://github.com/jorisroovers/gitlint/issues?q=is%3Aissue+is%3Aopen+label%3Awindows).
10+
**Gitlint works on Windows**, but [there are some known issues](https://github.com/jorisroovers/gitlint/issues?q=is%3Aissue+is%3Aopen+label%3Awindows).
1111

1212
Also, gitlint is not the only git commit message linter out there, if you are looking for an alternative written in a different language,
1313
have a look at [fit-commit](https://github.com/m1foley/fit-commit) (Ruby),

0 commit comments

Comments
 (0)