-
Context: https://github.com/gristlabs/grist-core/pull/594#discussion_r1274875933
Using a formatter tool like [prettier](https://prettier.io/) would reduce the remarks regarding the code style.
A…
-
```
C:\Users\MAX\Salam>git commit -m "Merge two makefiles into one single file in root"
[INFO] Initializing environment for https://github.com/jendrikseipp/vulture.
[INFO] Initializing environment …
-
## Bug Report
### What version of TiKV are you using?
TiKV
Release Version: 5.2.0
Edition: Community
Git Commit Hash: dbefa5ec66ccb4cb0cfeef3ad05d5932da2aeb36
Git Commit Bra…
-
## Phenomenon Description
The service system uses wvp-GB28181-pro: master
Hikvision camera video cannot be played, adding the rtsp address separately can play normally.
## How to reproduce?
##…
-
This is an auto-generated issue. The migration log is in the following comment(s).
-
Hi. I am currently using `git-crypt` in tandem with some `pre-commit` hooks
Upon adding a new file for encryption --> a corresponding `.gitattributes` entry --> `git commit -m "blah"` I encounter t…
-
**Checklist (Please check before submitting)**
* [X] I reviewed the [Contributing Guide](https://github.com/nasa/cFS/blob/main/CONTRIBUTING.md).
* [X] I performed a cursory search to see if the bu…
-
I'm running `tsc` and `tslint` in a pre-push hook, and GitHub Desktop shows a message when the hook finds a problem: "error Command failed with exit code 1".
It would be useful if this message incl…
-
> TLDR;
> 1. 介绍 Git 钩子的基本开发流程
> 2. 介绍如何用 Node.js 写 Git 钩子
## Hooks-钩子
### 简介
Git 钩子是指在特定的 Git 动作(如:`git commit`、 `git push `)下被触发的脚本。而钩子主要被分为两种:
1. 客户端钩子
2. 服务端钩子
而客户端钩子又被分为以下几种:
…
-
Protect the code from inadvertent breakage by blocking commits containing the string "set_trace()".
This can be done with a git hook.