aboutsummaryrefslogtreecommitdiffstats
path: root/modules/indexer/code/git.go
Commit message (Expand)AuthorAgeFilesLines
* Fix index too many file names bug (#31903)Lunny Xiao2024-09-011-7/+31
* Resolve lint for unused parameter and unnecessary type arguments (#30750)Chongyi Zheng2024-04-291-8/+4
* Refactor code_indexer to use an SearchOptions struct for PerformSearch (#29724)65432024-03-161-1/+1
* Use repo object format name instead of detecting from git repository (#29702)Lunny Xiao2024-03-101-8/+4
* Abstract hash function usage (#28138)Adam Majer2023-12-131-4/+13
* Update status and code index after changing the default branch (#27018)Nanguan Lin2023-09-131-1/+8
* Refactor indexer (#25174)Jason Song2023-06-231-22/+10
* 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