| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix protected branch files detection on pre_receive hook (#31778) (#31796) | Giteabot | 2024-08-08 | 1 | -1/+11 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 1 | -2/+1 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 1 | -2/+2 |
* | Refactor git command arguments and make all arguments to be safe to be used (... | wxiaoguang | 2022-10-23 | 1 | -12/+11 |
* | Add more linters to improve code readability (#19989) | Wim | 2022-06-20 | 1 | -1/+1 |
* | Pass gitRepo down to GetRawDiff, since its used for main repo and wiki (#19461) | 6543 | 2022-04-25 | 1 | -13/+2 |
* | Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) | wxiaoguang | 2022-04-01 | 1 | -15/+12 |
* | Make git.OpenRepository accept Context (#19260) | 6543 | 2022-03-30 | 1 | -1/+1 |
* | Change git.cmd to RunWithContext (#18693) | Martin Scholz | 2022-02-11 | 1 | -4/+8 |
* | Add apply-patch, basic revert and cherry-pick functionality (#17902) | zeripath | 2022-02-09 | 1 | -2/+16 |
* | Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552) | 6543 | 2022-02-06 | 1 | -2/+2 |
* | Fix partial cloning a repo (#18373) | Gusted | 2022-01-23 | 1 | -1/+1 |
* | Always use git command but not os.Command (#18363) | Lunny Xiao | 2022-01-23 | 1 | -18/+14 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 1 | -7/+7 |
* | Prevent off-by-one error on comments on newly appended lines (#18029) | zeripath | 2021-12-20 | 1 | -0/+2 |
* | Make Requests Processes and create process hierarchy. Associate OpenRepositor... | zeripath | 2021-11-30 | 1 | -4/+2 |
* | Support unprotected file patterns (#16395) | Jimmy Praet | 2021-09-11 | 1 | -0/+44 |
* | Use gitea logging module for git module (#16243) | 6543 | 2021-06-25 | 1 | -1/+2 |
* | response 404 for diff/patch of a commit that not exist (#15221) | a1012112796 | 2021-04-01 | 1 | -1/+1 |
* | Fix a couple of CommentAsPatch issues. (#14804) | zeripath | 2021-02-27 | 1 | -8/+22 |
* | Some refactor on git diff and ignore getting commit information failed on mig... | Lunny Xiao | 2020-01-28 | 1 | -0/+260 |