Skip to content

Allow Git read commands in parallel hooks - #21

Merged
dirk merged 2 commits into
mainfrom
allow-git-reads-in-parallel-hooks
Sep 17, 2023
Merged

Allow Git read commands in parallel hooks#21
dirk merged 2 commits into
mainfrom
allow-git-reads-in-parallel-hooks

Conversation

@dirk

@dirk dirk commented Sep 17, 2023

Copy link
Copy Markdown
Owner

It'd be nice to still be able to do some basic readonly operations during a hook to get the status of the repo. This therefore tweaks the shim to allow diff, show, status, and some common plumbing commands used in hooks on through to Git.

Fixes #20.

It'd be nice to still be able to do some basic readonly operations
during a hook to get the status of the repo. This therefore tweaks
the shim to allow `diff`, `show`, `status`, and some common
plumbing commands used in hooks on through to Git.
@dirk
dirk force-pushed the allow-git-reads-in-parallel-hooks branch 5 times, most recently from b816eac to 0a417b1 Compare September 17, 2023 05:25
@dirk
dirk force-pushed the allow-git-reads-in-parallel-hooks branch from 0a417b1 to 835d9ed Compare September 17, 2023 05:29
@dirk
dirk merged commit dec25fe into main Sep 17, 2023
@dirk
dirk deleted the allow-git-reads-in-parallel-hooks branch September 17, 2023 05:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Accessing git in parallel hooks

1 participant