File tree 2 files changed +9
-0
lines changed
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 17
17
18
18
# Repository indexer
19
19
20
+ ## Builtin repository code search without indexer
21
+
22
+ Users could do repository-level code search without setting up a repository indexer.
23
+ The builtin code search is based on the ` git grep ` command, which is fast and efficient for small repositories.
24
+ Better code search support could be achieved by setting up the repository indexer.
25
+
20
26
## Setting up the repository indexer
21
27
22
28
Gitea can search through the files of the repositories by enabling this function in your [ ` app.ini ` ] ( administration/config-cheat-sheet.md ) :
Original file line number Diff line number Diff line change @@ -87,6 +87,9 @@ _Symbols used in table:_
87
87
| Git Blame | ✓ | ✘ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
88
88
| Visual comparison of image changes | ✓ | ✘ | ✓ | ? | ? | ? | ✘ | ✘ |
89
89
90
+ - Gitea has builtin repository-level code search
91
+ - Better code search support could be achieved by [ using a repository indexer] ( administration/repo-indexer.md )
92
+
90
93
## Issue Tracker
91
94
92
95
| Feature | Gitea | Gogs | GitHub EE | GitLab CE | GitLab EE | BitBucket | RhodeCode CE | RhodeCode EE |
You can’t perform that action at this time.
0 commit comments