Git.ourworld.tf add search function for repository #35
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Feature Request
Can we add to git.ourworld.tf a search function for repository. I think the standard is to implement git grep.
Benefits
Easier to search, as can be done on github.
Documentation
Maybe a repository indexer would work: https://docs.gitea.com/administration/repo-indexer
dont think this is for us to do, kind of already a lot to do
Notes:
For now, the equivalent can be done on the CLI:
The user only has to be in the git repo and write:
Let's close for now. Will add this git grep line in the docs so members know how to use it until we have the search option (not necessary with the git grep)