Skip to content

Commit 52aa640

Browse files
committed
Fix some linting issues and documentation errors
1 parent 4a3699f commit 52aa640

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,23 @@ All notable changes to this project will be documented in this file.
55

66
This changelog was automatically generated using [Caretaker](https://github.com/DevelopersToolbox/caretaker) by [Wolf Software](https://github.com/WolfSoftware)
77

8-
### [Unreleased](https://github.com/GitToolbox/git-hook-multiplexer/compare/v0.1.1...HEAD)
8+
### [v0.1.2](https://github.com/GitToolbox/git-hook-multiplexer/compare/v0.1.1...v0.1.2)
99

10-
- Add a new travis job to run github-linguist for information only [`[head]`](https://github.com/GitToolbox/git-hook-multiplexer/commit/)
10+
> Released on February, 18th 2021
1111
12-
### [v0.1.0](https://github.com/GitToolbox/git-hook-multiplexer/releases/v0.1.0)
12+
- Fix some linting issues and documentation errors [`[head]`](https://github.com/GitToolbox/git-hook-multiplexer/commit/)
13+
14+
- Add a new travis job to run github-linguist for information only [`[4a3699f]`](https://github.com/GitToolbox/git-hook-multiplexer/commit/4a3699f8ba555c0433121e0a70aa600e257f2f71)
15+
16+
### [v0.1.1](https://github.com/GitToolbox/git-hook-multiplexer/compare/v0.1.0...v0.1.1)
1317

1418
> Released on February, 16th 2021
1519
1620
- Minor cleanup to the code to bring it in line with our coding standards [`[177abb0]`](https://github.com/GitToolbox/git-hook-multiplexer/commit/177abb0a94d254313d19dcea3704a9dce56084fc)
1721

22+
### [v0.1.0](https://github.com/GitToolbox/git-hook-multiplexer/releases/v0.1.0)
23+
24+
> Released on February, 10th 2021
25+
1826
- The initial commit [`[108a277]`](https://github.com/GitToolbox/git-hook-multiplexer/commit/108a277a368b6e0924663bf16c73dbef0abea46e)
1927

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ With that in mind we have developed a simple multiplexer script. This script wil
4545

4646
You install the multiplexer as the required git hook, and when the hook fires it will then run all of the defined scripts in sequence for you.
4747

48-
Using a pre-commit hook as an example, set the multiplexer to run as your pre-commit hook (see the section on `intalling the multiplexer`), and when you execute a `git commit` command the pre-commit hook will fire (be execute).
48+
Using a pre-commit hook as an example, set the multiplexer to run as your pre-commit hook (see the section on `installing the multiplexer`), and when you execute a `git commit` command the pre-commit hook will fire (be execute).
4949

5050
The multipler will then look in the following location for the actual real scripts to execute:
5151

5252
```shell
53-
GIT_ROOT/hooks/pre-commit
53+
${GIT_ROOT}/hooks/pre-commit
5454
```
5555

5656
> If you install the multiplexer as a post-commit hook it will look for GIT_ROOT/hooks/post-commit instead etc. for any supported hook.

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.1
1+
0.1.2

0 commit comments

Comments
 (0)