Skip to content

Commit

Permalink
Add note about lack of support for git-worktree
Browse files Browse the repository at this point in the history
  • Loading branch information
sds committed Feb 11, 2016
1 parent 03317d3 commit 0d7c299
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ writing any Ruby code.

* [Requirements](#requirements)
* [Dependencies](#dependencies)
* [Limitations](#limitations)
* [Installation](#installation)
* [Automatically Install Overcommit Hooks](#automatically-install-overcommit-hooks)
* [Usage](#usage)
Expand Down Expand Up @@ -58,6 +59,13 @@ This project aims to support the following Ruby runtimes:

Windows is currently supported only for MRI Ruby 2.x

## Limitations

Overcommit does not currently support
[`git-worktree`](https://git-scm.com/docs/git-worktree) (introduced in Git 2.5),
but there is an [open issue](https://github.com/brigade/overcommit/issues/336)
tracking progress on adding support.

### Dependencies

Some of the hooks have third-party dependencies. For example, to lint your
Expand Down

0 comments on commit 0d7c299

Please sign in to comment.