-
It might be nice, if the revision range just supports Git syntax "SHA..SHA".
The parsers seems a bit complicated.
Actually the whole thing could be made much easier:
`git rev-parse A..B`
is ex…
gabyx updated
2 years ago
-
For your info, if this might be the case here too.
Failing a reference-transaction 'prepared- hook is really ugly and lead to problems...
https://github.com/gabyx/Githooks/pull/70
gabyx updated
2 years ago
-
Permissions. Potentially dangerous. I dunno.
-
你好,luahelper 社区。
luahelper 是否能够将一些 可批处理的 功能,编译成一个 lua 的类静态代码 分析器。
例如,https://github.com/JohnnyMorganz/StyLua
stylua 就可以单独 cli 形态运行,这样方便在 githook 时 批处理 lua 文件。
-
Either need to poll for updates or listen for a githook.
Otherwise, on-call folks won't be able to update the status page in real time.
-
How to use it with this project?
https://github.com/streamich/git-cz
Tip: Skipping gptcommit because the githook isn't set up for the "Message" commit mode.
-
Atividade para criar hook para o pre-commit-msg
-
What about we build the container with this:
https://sebest.github.io/post/using-travis-ci-to-build-docker-images/
and then use a githook to deploy the new version...
-
Add this to the composer.jso to autoload den Service Provider. There ist no need to add this manually on Laravel 5.5 :)
```
"extra": {
"laravel": {
"providers": [
"Webkl…
-
Hi Rycus,
Just curious:
Trying to understand why this test passes when using `core.hooksPath`.
It seems that it sets `init.templateDir` as well? Isnt this strange, do you still know the backgroun…