summaryrefslogtreecommitdiffstats
path: root/modules/git/diff.go
Commit message (Expand)AuthorAgeFilesLines
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-2/+2
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-231-12/+11
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* Pass gitRepo down to GetRawDiff, since its used for main repo and wiki (#19461)65432022-04-251-13/+2
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-15/+12
* Make git.OpenRepository accept Context (#19260)65432022-03-301-1/+1
* Change git.cmd to RunWithContext (#18693)Martin Scholz2022-02-111-4/+8
* Add apply-patch, basic revert and cherry-pick functionality (#17902)zeripath2022-02-091-2/+16
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-061-2/+2
* Fix partial cloning a repo (#18373)Gusted2022-01-231-1/+1
* Always use git command but not os.Command (#18363)Lunny Xiao2022-01-231-18/+14
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-7/+7
* Prevent off-by-one error on comments on newly appended lines (#18029)zeripath2021-12-201-0/+2
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-301-4/+2
* Support unprotected file patterns (#16395)Jimmy Praet2021-09-111-0/+44
* Use gitea logging module for git module (#16243)65432021-06-251-1/+2
* response 404 for diff/patch of a commit that not exist (#15221)a10121127962021-04-011-1/+1
* Fix a couple of CommentAsPatch issues. (#14804)zeripath2021-02-271-8/+22
* Some refactor on git diff and ignore getting commit information failed on mig...Lunny Xiao2020-01-281-0/+260