File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -126,10 +126,11 @@ Hooks can be listed with the `cghooks list-hooks` command. This basically checks
126
126
127
127
The following options are common to all commands.
128
128
129
- | Option | Description | Command |
130
- | --------- | ----------------------------------- | ---------------------------------------------- |
131
- | ` git-dir ` | Path to git directory | ` cghooks ${command} --git-dir='/path/to/.git' ` |
132
- | ` global ` | Runs the specified command globally | ` cghooks ${command} --global ` |
129
+ | Option | Description | Command |
130
+ | ---------- | ----------------------------------- | ----------------------------------------------- |
131
+ | ` git-dir ` | Path to git directory | ` cghooks ${command} --git-dir='/path/to/.git' ` |
132
+ | ` lock-dir ` | Path to lock file directory | ` cghooks ${command} --lock-dir='/path/to/lock' ` |
133
+ | ` global ` | Runs the specified command globally | ` cghooks ${command} --global ` |
133
134
134
135
Each command also has a flag ` -v ` to control verbosity for more detailed logs. Currently, only one level is supported.
135
136
You can’t perform that action at this time.
0 commit comments