summaryrefslogtreecommitdiffstats
path: root/modules/git/commit.go
Commit message (Expand)AuthorAgeFilesLines
* Pass 'not' to commit count (#24473)Matthew Walowski2023-05-081-12/+24
* Add ability to specify '--not' from GetAllCommits (#24409)Matthew Walowski2023-04-291-2/+2
* Remove `Repository.getFilesChanged` to fix Actions `paths` and `paths-ignore`...ChristopherHX2023-04-071-1/+1
* Fix pull request update showing too many commits with multiple branches (#22856)Brecht Van Lommel2023-03-091-0/+13
* Use `--message=%s` for git commit message (#23028)wxiaoguang2023-02-211-1/+1
* Refactor git command package to improve security and maintainability (#22678)wxiaoguang2023-02-041-9/+9
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-231-29/+21
* alternative to PR "improve code quality" (#21464)wxiaoguang2022-10-151-1/+1
* Slightly simplify LastCommitCache (#20444)zeripath2022-07-251-0/+3
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* Remove legacy git code (ver < 2.0), fine tune markup tests (#19930)wxiaoguang2022-06-161-18/+9
* Refactor git module, make Gitea use internal git config (#19732)wxiaoguang2022-06-101-5/+0
* Allow custom default merge message with .gitea/default_merge_message/<merge_s...Lunny Xiao2022-05-081-0/+30
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-14/+13
* Change git.cmd to RunWithContext (#18693)Martin Scholz2022-02-111-1/+6
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-061-8/+8
* Unexport git.GlobalCommandArgs (#18376)65432022-01-251-3/+3
* format with gofumpt (#18184)65432022-01-201-1/+1
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-15/+16
* Fix source typos (#18227)luzpaz2022-01-101-2/+2
* Refactor various strings (#17784)mscherer2021-12-021-1/+1
* Replace `list.List` with slices (#16311)KN4CK3R2021-08-091-6/+5
* Fix modified files list in webhooks when there is a space (#16288)zeripath2021-07-021-18/+46
* Add Image Diff for SVG files (#14867)KN4CK3R2021-06-051-70/+0
* HasPreviousCommit causes recursive load of commits unnecessarily (#14598)zeripath2021-02-101-13/+25
* Use native git variants by default with go-git variants as build tag (#13673)zeripath2020-12-171-58/+1
* Multiple GitGraph improvements: Exclude PR heads, Add branch/PR links, Show o...zeripath2020-11-081-5/+17
* go-version constraints ignore pre-releases (#13234)zeripath2020-10-211-1/+1
* [Vendor] Switch go-version lib (#12719)65432020-09-051-3/+2
* Git 2.28 no longer permits diff with ... on unrelated branches (#12364)zeripath2020-07-291-4/+5
* Only use --exclude on name-rev with git >= 2.13 (#12347)zeripath2020-07-281-1/+15
* fix bug about can't skip commits base on base branch (#11555)赵智超2020-06-241-0/+10
* Fix 500 error on repos with no tags (#11870)mrsdizzie2020-06-121-1/+1
* Show exact tag for commit on diff view (#11846)Cirno the Strongest2020-06-111-1/+16
* Don't consider tag refs as valid for branch name (#11847)Cirno the Strongest2020-06-101-1/+1
* Properly handle and return empty string for dangling commits in GetBranchName...Cirno the Strongest2020-05-231-1/+6
* Add push commits history comment on PR time-line (#11167)赵智超2020-05-201-4/+4
* Allow compare page to look up base, head, own-fork, forkbase-of-head (#11327)zeripath2020-05-121-4/+0
* Migrate to go-git/go-git v5.0.0 (#10735)Lauris BH2020-03-171-1/+1
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-2/+2
* Add require signed commit for protected branch (#9708)zeripath2020-01-151-5/+5
* Change target branch for pull request (#6488)Mario Lubenka2019-12-161-0/+21
* Fix datarace on git.GlobalCommandArgs on tests (#9162)Lunny Xiao2019-11-271-2/+15
* Fix count for commit graph last page (#8843)jaqra2019-11-071-0/+10
* Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631)zeripath2019-10-161-0/+8
* Bugfix for image compare and minor improvements to image compare (#8289)Mario Lubenka2019-10-041-2/+5
* Adds side-by-side diff for images (#6784)Mario Lubenka2019-09-161-0/+49
* Be more strict with git arguments (#7715)zeripath2019-08-051-0/+2
* Add golangci (#6418)kolaente2019-06-121-4/+3