-
Does `core.hooksPath` work with gitea, it seems that after `git init` writes its own hooks into `data/git/repositories/TestRepo/hooks` ....
and also a set `git config --global core.hooksPath ` does…
gabyx updated
3 years ago
-
One missing feature from gogs is a way to protect branches like Github does.
After the completion of the API implementation, we could easily add application like Drone to check the PR.
The UI need…
-
- Gitea version (or commit ref): f0efb615
- Git version: 2.12.0
- Operating system: Arch Linux x86_64
- Database (use `[x]`):
- [x] PostgreSQL 9.6.1
- [ ] MySQL
- [ ] SQLite
- Can you rep…
-
-
I want to restrict the GitHub merge message with no leading special character. Is there is any hook we can call at the time of git merge ?
-
Hi. how can I set multiple actions in one hook?
I see in config.php
```
...
10 => array(
'GitHooks\DumpFinder::preCommit',
),
20 => array(
'GitHooks\CodeStyleFixer::preCommit'
)…
-
I am using the boilerplate on a big scale project and recently we are facing a problem of needing to run `yarn lint ` before any commit we do. I looked and I found this pre-commit :
```
"gitHooks…
-
**Is your feature request related to a problem? Please describe.**
The current command for showing the list of datasets that have been created is `renku dataset`, but I never remember that (especiall…
-
It seems like somewhere in the 2.2.x series, a panic-while-panicking was introduced in an unknown location. We should track it down before 2.2.0 final.
```
09:59:57.70 [INFO] Resolving new plugins…
-
Coming from Jira I really miss the possibility to create a [feature|hotfix] branch that matches the current issue with its name and ID. I suggest to put this workflow in the sidebar of an issue where …