aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git/diff.go
Commit message (Expand)AuthorAgeFilesLines
* 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