loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request 'git-grep: update comment' (#4921) from yoctozepto/forgejo:git-grep-update-comment into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4921
Reviewed-by: Shiny Nematoda <snematoda@noreply.codeberg.org>

+4 -3
+4 -3
modules/git/grep.go
··· 53 53 }() 54 54 55 55 /* 56 - The output is like this ( "^@" means \x00): 56 + The output is like this ("^@" means \x00; the first number denotes the line, 57 + the second number denotes the column of the first match in line): 57 58 58 59 HEAD:.air.toml 59 - 6^@bin = "gitea" 60 + 6^@8^@bin = "gitea" 60 61 61 62 HEAD:.changelog.yml 62 - 2^@repo: go-gitea/gitea 63 + 2^@10^@repo: go-gitea/gitea 63 64 */ 64 65 var results []*GrepResult 65 66 cmd := NewCommand(ctx, "grep",