summaryrefslogtreecommitdiffstats
path: root/services/repository/files/temp_repo.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor git command package to improve security and maintainability (#22678)wxiaoguang2023-02-041-8/+6
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-11/+11
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-231-15/+8
* Remove legacy git code (ver < 2.0), fine tune markup tests (#19930)wxiaoguang2022-06-161-26/+23
* Refactor git module, make Gitea use internal git config (#19732)wxiaoguang2022-06-101-5/+0
* Move some helper files out of models (#19355)Lunny Xiao2022-05-081-3/+4
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-30/+26
* Make git.OpenRepository accept Context (#19260)65432022-03-301-2/+2
* Allow API to create file on empty repo (#19224)zeripath2022-03-281-5/+30
* Change git.cmd to RunWithContext (#18693)Martin Scholz2022-02-111-13/+47
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-061-10/+10
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-16/+17
* Simplify parameter types (#18006)Gusted2021-12-201-3/+3
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-1/+2
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-5/+6
* Refactor various strings (#17784)mscherer2021-12-021-1/+1
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-301-1/+1
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-3/+4
* Move repofiles from modules/repofiles to services/repository/files (#17774)Lunny Xiao2021-11-241-0/+345