aboutsummaryrefslogtreecommitdiffstats
path: root/modules/indexer/code/git.go
Commit message (Expand)AuthorAgeFilesLines
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-231-5/+5
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+1
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-12/+14
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-061-4/+4
* format with gofumpt (#18184)65432022-01-201-1/+1
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-11/+12
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-6/+6
* Reduce calls to git cat-file -s (#14682)zeripath2021-02-171-2/+6
* Language statistics bar for repositories (#8037)Lauris BH2020-02-111-3/+4
* Fix file rename/copy not supported by indexer (#9965)guillep2k2020-01-241-2/+27
* Refactor code indexer (#9313)Lunny Xiao2019-12-231-0/+147