| Commit message (Expand) | Author | Age | Files | Lines |
* | Slightly simplify LastCommitCache (#20444) | zeripath | 2022-07-25 | 1 | -0/+3 |
* | Add more linters to improve code readability (#19989) | Wim | 2022-06-20 | 1 | -1/+1 |
* | Remove legacy git code (ver < 2.0), fine tune markup tests (#19930) | wxiaoguang | 2022-06-16 | 1 | -18/+9 |
* | Refactor git module, make Gitea use internal git config (#19732) | wxiaoguang | 2022-06-10 | 1 | -5/+0 |
* | Allow custom default merge message with .gitea/default_merge_message/<merge_s... | Lunny Xiao | 2022-05-08 | 1 | -0/+30 |
* | Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) | wxiaoguang | 2022-04-01 | 1 | -14/+13 |
* | Change git.cmd to RunWithContext (#18693) | Martin Scholz | 2022-02-11 | 1 | -1/+6 |
* | Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552) | 6543 | 2022-02-06 | 1 | -8/+8 |
* | Unexport git.GlobalCommandArgs (#18376) | 6543 | 2022-01-25 | 1 | -3/+3 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 1 | -1/+1 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 1 | -15/+16 |
* | Fix source typos (#18227) | luzpaz | 2022-01-10 | 1 | -2/+2 |
* | Refactor various strings (#17784) | mscherer | 2021-12-02 | 1 | -1/+1 |
* | Replace `list.List` with slices (#16311) | KN4CK3R | 2021-08-09 | 1 | -6/+5 |
* | Fix modified files list in webhooks when there is a space (#16288) | zeripath | 2021-07-02 | 1 | -18/+46 |
* | Add Image Diff for SVG files (#14867) | KN4CK3R | 2021-06-05 | 1 | -70/+0 |
* | HasPreviousCommit causes recursive load of commits unnecessarily (#14598) | zeripath | 2021-02-10 | 1 | -13/+25 |
* | Use native git variants by default with go-git variants as build tag (#13673) | zeripath | 2020-12-17 | 1 | -58/+1 |
* | Multiple GitGraph improvements: Exclude PR heads, Add branch/PR links, Show o... | zeripath | 2020-11-08 | 1 | -5/+17 |
* | go-version constraints ignore pre-releases (#13234) | zeripath | 2020-10-21 | 1 | -1/+1 |
* | [Vendor] Switch go-version lib (#12719) | 6543 | 2020-09-05 | 1 | -3/+2 |
* | Git 2.28 no longer permits diff with ... on unrelated branches (#12364) | zeripath | 2020-07-29 | 1 | -4/+5 |
* | Only use --exclude on name-rev with git >= 2.13 (#12347) | zeripath | 2020-07-28 | 1 | -1/+15 |
* | fix bug about can't skip commits base on base branch (#11555) | 赵智超 | 2020-06-24 | 1 | -0/+10 |
* | Fix 500 error on repos with no tags (#11870) | mrsdizzie | 2020-06-12 | 1 | -1/+1 |
* | Show exact tag for commit on diff view (#11846) | Cirno the Strongest | 2020-06-11 | 1 | -1/+16 |
* | Don't consider tag refs as valid for branch name (#11847) | Cirno the Strongest | 2020-06-10 | 1 | -1/+1 |
* | Properly handle and return empty string for dangling commits in GetBranchName... | Cirno the Strongest | 2020-05-23 | 1 | -1/+6 |
* | Add push commits history comment on PR time-line (#11167) | 赵智超 | 2020-05-20 | 1 | -4/+4 |
* | Allow compare page to look up base, head, own-fork, forkbase-of-head (#11327) | zeripath | 2020-05-12 | 1 | -4/+0 |
* | Migrate to go-git/go-git v5.0.0 (#10735) | Lauris BH | 2020-03-17 | 1 | -1/+1 |
* | API add/generalize pagination (#9452) | SpaWn2KiLl | 2020-01-24 | 1 | -2/+2 |
* | Add require signed commit for protected branch (#9708) | zeripath | 2020-01-15 | 1 | -5/+5 |
* | Change target branch for pull request (#6488) | Mario Lubenka | 2019-12-16 | 1 | -0/+21 |
* | Fix datarace on git.GlobalCommandArgs on tests (#9162) | Lunny Xiao | 2019-11-27 | 1 | -2/+15 |
* | Fix count for commit graph last page (#8843) | jaqra | 2019-11-07 | 1 | -0/+10 |
* | Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631) | zeripath | 2019-10-16 | 1 | -0/+8 |
* | Bugfix for image compare and minor improvements to image compare (#8289) | Mario Lubenka | 2019-10-04 | 1 | -2/+5 |
* | Adds side-by-side diff for images (#6784) | Mario Lubenka | 2019-09-16 | 1 | -0/+49 |
* | Be more strict with git arguments (#7715) | zeripath | 2019-08-05 | 1 | -0/+2 |
* | Add golangci (#6418) | kolaente | 2019-06-12 | 1 | -4/+3 |
* | Improve listing performance by using go-git (#6478) | Filip Navara | 2019-04-19 | 1 | -13/+67 |
* | Fixes 4762 - Content API for Creating, Updating, Deleting Files (#6314) | Richard Mahn | 2019-04-17 | 1 | -0/+5 |
* | Support search operators for commits search (#6479) | Mura Li | 2019-04-12 | 1 | -2/+41 |
* | move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) | Lunny Xiao | 2019-03-27 | 1 | -0/+349 |
* | move out git module and #1573 send push hook | Unknwon | 2015-12-09 | 1 | -162/+0 |
* | rename fields | Unknwon | 2015-11-03 | 1 | -7/+7 |
* | finish PR UI | Unknwon | 2015-09-02 | 1 | -0/+28 |
* | Handle submodules without a .gitmodules entry - fix #1023 | Filippo Valsorda | 2015-03-10 | 1 | -2/+2 |
* | add submodule basic support & buf fixed #478 | lunnyxiao | 2014-09-22 | 1 | -1/+49 |