mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-11-02 15:31:03 +00:00
* Move hook functionality internally * Internalise serv logic * Remove old internal paths * finally remove the gitlogger * Disallow push on archived repositories * fix lint error * Update modules/private/key.go * Update routers/private/hook.go * Update routers/private/hook.go * Update routers/private/hook.go * Updated routers/private/serv.go * Fix LFS Locks over SSH * rev-list needs to be run by the hook process * fixup * Improve git test * Ensure that the lfs files are created with a different prefix * Reduce the replication in git_test.go * slight refactor * Remove unnecessary "/" * Restore ensureAnonymousClone * Restore ensureAnonymousClone * Run rev-list on server side * Try passing in the alternative directories instead * Mark test as skipped * Improve git test * Ensure that the lfs files are created with a different prefix * Reduce the replication in git_test.go * Remove unnecessary "/" |
||
|---|---|---|
| .. | ||
| colors.go | ||
| colors_router.go | ||
| conn.go | ||
| conn_test.go | ||
| console.go | ||
| console_test.go | ||
| console_windows.go | ||
| errors.go | ||
| event.go | ||
| file.go | ||
| file_test.go | ||
| flags.go | ||
| level.go | ||
| level_test.go | ||
| log.go | ||
| log_test.go | ||
| logger.go | ||
| provider.go | ||
| smtp.go | ||
| smtp_test.go | ||
| stack.go | ||
| writer.go | ||
| writer_test.go | ||