Skip to content

Commit

Permalink
1.8.3: fix git commands for stable use when changing CWD
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexox committed Nov 18, 2024
1 parent f4c24e4 commit 15aa369
Show file tree
Hide file tree
Showing 19 changed files with 32 additions and 28 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change log

## 1.8.3 (2024-11-18)

- fix: use absolute paths when cloning remotes ([#873](https://github.com/evilmartians/lefthook/pull/873)) by @mrexox

## 1.8.2 (2024-10-29)

- chore: fix linter and tests by @mrexox
Expand Down
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ You can find the Swift wrapper plugin [here](https://github.com/csjones/lefthook
Utilize lefthook in your Swift project using Swift Package Manager:

```swift
.package(url: "https://github.com/csjones/lefthook-plugin.git", exact: "1.8.2"),
.package(url: "https://github.com/csjones/lefthook-plugin.git", exact: "1.8.3"),
```

Or, with [mint](https://github.com/yonaskolb/Mint):
Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"strconv"
)

const version = "1.8.2"
const version = "1.8.3"

var (
// Is set via -X github.com/evilmartians/lefthook/internal/version.commit={commit}.
Expand Down
2 changes: 1 addition & 1 deletion packaging/npm-bundled/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evilmartians/lefthook",
"version": "1.8.2",
"version": "1.8.3",
"description": "Simple git hooks manager",
"main": "bin/index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packaging/npm-installer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evilmartians/lefthook-installer",
"version": "1.8.2",
"version": "1.8.3",
"description": "Simple git hooks manager",
"main": "bin/index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packaging/npm/lefthook-darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lefthook-darwin-arm64",
"version": "1.8.2",
"version": "1.8.3",
"description": "The macOS ARM 64-bit binary for lefthook, git hooks manager.",
"preferUnplugged": false,
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packaging/npm/lefthook-darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lefthook-darwin-x64",
"version": "1.8.2",
"version": "1.8.3",
"description": "The macOS 64-bit binary for lefthook, git hooks manager.",
"preferUnplugged": false,
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packaging/npm/lefthook-freebsd-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lefthook-freebsd-arm64",
"version": "1.8.2",
"version": "1.8.3",
"description": "The FreeBSD ARM 64-bit binary for lefthook, git hooks manager.",
"preferUnplugged": false,
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packaging/npm/lefthook-freebsd-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lefthook-freebsd-x64",
"version": "1.8.2",
"version": "1.8.3",
"description": "The FreeBSD 64-bit binary for lefthook, git hooks manager.",
"preferUnplugged": false,
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packaging/npm/lefthook-linux-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lefthook-linux-arm64",
"version": "1.8.2",
"version": "1.8.3",
"description": "The Linux ARM 64-bit binary for lefthook, git hooks manager.",
"preferUnplugged": false,
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packaging/npm/lefthook-linux-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lefthook-linux-x64",
"version": "1.8.2",
"version": "1.8.3",
"description": "The Linux 64-bit binary for lefthook, git hooks manager.",
"preferUnplugged": false,
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packaging/npm/lefthook-openbsd-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lefthook-openbsd-arm64",
"version": "1.8.2",
"version": "1.8.3",
"description": "The OpenBSD ARM 64-bit binary for lefthook, git hooks manager.",
"preferUnplugged": false,
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packaging/npm/lefthook-openbsd-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lefthook-openbsd-x64",
"version": "1.8.2",
"version": "1.8.3",
"description": "The OpenBSD 64-bit binary for lefthook, git hooks manager.",
"preferUnplugged": false,
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packaging/npm/lefthook-windows-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lefthook-windows-arm64",
"version": "1.8.2",
"version": "1.8.3",
"description": "The Windows ARM 64-bit binary for lefthook, git hooks manager.",
"preferUnplugged": false,
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packaging/npm/lefthook-windows-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lefthook-windows-x64",
"version": "1.8.2",
"version": "1.8.3",
"description": "The Windows 64-bit binary for lefthook, git hooks manager.",
"preferUnplugged": false,
"repository": {
Expand Down
22 changes: 11 additions & 11 deletions packaging/npm/lefthook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lefthook",
"version": "1.8.2",
"version": "1.8.3",
"description": "Simple git hooks manager",
"repository": {
"type": "git",
Expand All @@ -23,16 +23,16 @@
},
"homepage": "https://github.com/evilmartians/lefthook#readme",
"optionalDependencies": {
"lefthook-darwin-arm64": "1.8.2",
"lefthook-darwin-x64": "1.8.2",
"lefthook-linux-arm64": "1.8.2",
"lefthook-linux-x64": "1.8.2",
"lefthook-freebsd-arm64": "1.8.2",
"lefthook-freebsd-x64": "1.8.2",
"lefthook-openbsd-arm64": "1.8.2",
"lefthook-openbsd-x64": "1.8.2",
"lefthook-windows-arm64": "1.8.2",
"lefthook-windows-x64": "1.8.2"
"lefthook-darwin-arm64": "1.8.3",
"lefthook-darwin-x64": "1.8.3",
"lefthook-linux-arm64": "1.8.3",
"lefthook-linux-x64": "1.8.3",
"lefthook-freebsd-arm64": "1.8.3",
"lefthook-freebsd-x64": "1.8.3",
"lefthook-openbsd-arm64": "1.8.3",
"lefthook-openbsd-x64": "1.8.3",
"lefthook-windows-arm64": "1.8.3",
"lefthook-windows-x64": "1.8.3"
},
"scripts": {
"postinstall": "node postinstall.js"
Expand Down
2 changes: 1 addition & 1 deletion packaging/pack.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require "fileutils"

VERSION = "1.8.2"
VERSION = "1.8.3"

ROOT = File.join(__dir__, "..")
DIST = File.join(ROOT, "dist")
Expand Down
2 changes: 1 addition & 1 deletion packaging/pypi/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='lefthook',
version='1.8.2',
version='1.8.3',
author='Evil Martians',
author_email='[email protected]',
url='https://github.com/evilmartians/lefthook',
Expand Down
2 changes: 1 addition & 1 deletion packaging/rubygems/lefthook.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "lefthook"
spec.version = "1.8.2"
spec.version = "1.8.3"
spec.authors = ["A.A.Abroskin", "Evil Martians"]
spec.email = ["[email protected]"]

Expand Down

0 comments on commit 15aa369

Please sign in to comment.