-
![image](https://user-images.githubusercontent.com/22454918/112014557-eb6efb00-8b22-11eb-9b41-19650023375f.png)
Just to flag this although it might be a known issue already but whilst using neogit …
-
I've noticed recently that after checking out some repositories the `.git/shallow.lock` file exists for a long time, indefinitely, as if the background `git fetch --unshallow` process is failing or er…
-
Hello @carloscuesta :sunglasses:!
I prefer to use gitmoji by having a custom `.gitmessage` template. Just uncomment as needed:
```
# gitmoji!
# https://gitmoji.carloscuesta.me
# :art: Impro…
-
I found some compability issues of null-ls with [nvim-tree](https://github.com/nvim-treesitter/nvim-treesitter). I got double entries if I use builtins that use filetypes of `"*"` (like misspell or gi…
-
좋은 커밋 메세지를 남기기 위해 양식을 통일해야한다는 생각이 들어서 템플릿 논의입니다.
-
sudo ./gor --input-raw :3306 --input-raw-realip-header "X-Real-IP" --output-stdout
panic: runtime error: slice bounds out of range [-1:]
goroutine 5 [running]:
github.com/buger/goreplay/byteutils…
-
```
cd ~/codechecker
g5@G5s-Mac-Pro codechecker % make venv_osx
# Create a virtual environment which can be used to run the build package.
virtualenv -p python3 venv && \
. venv/bin/activate &&…
-
## Description / Steps to reproduce / Feature proposal
We're switching to use Developer Certificate of Origin (DCO) for `loopback-next` repo, after switched it for the `loopback4-example-shopping` an…
-
## Describe the bug
Files from _Untracked_ and _Changes not staged for commit_ zone are pulled into the _staging_ (and subsequently into commit) by `npm run license:fix` script run by pre-commit g…
-
There are several settings available related to git commit messages, such as:
* `git.inputValidation`
* `git.InputValidationLength`
* `git.InputValidationSubjectLength`
I don't like to use the…