- Gitea version (or commit ref): 1.11.5
- Git version: Not relevant
- Operating system: docker image
- Database (use
[x]):
- Can you reproduce the bug at https://try.gitea.io:
- Log gist: Not relevant
Description
Looks like #11200 wasn't a fix to this bug.
Can we trigger the indexing manually on a selected repository? Or is it possible to call NotifyPushCommits manually form GUI, or via some command-line?
|
func (r *indexerNotifier) NotifyPushCommits(pusher *models.User, repo *models.Repository, refName, oldCommitID, newCommitID string, commits *repository.PushCommits) { |