summaryrefslogtreecommitdiffstats
path: root/modules/git/commit.go
Commit message (Expand)AuthorAgeFilesLines
* Make sure git version&feature are always prepared (#30877) (#30879)wxiaoguang2024-05-071-1/+1
* Fix commit file status parser (#30602)wxiaoguang2024-04-191-1/+1
* Refactor commit signature parser (#30228)wxiaoguang2024-04-011-3/+3
* Fix some pending problems (#29985)wxiaoguang2024-03-221-3/+2
* Fix missing error check of bufio.Scanner (#29882)coldWater2024-03-191-0/+5
* remove repetitive words (#29695)pengqiseven2024-03-111-1/+1
* Adjust object format interface (#28469)Lunny Xiao2023-12-171-1/+1
* Abstract hash function usage (#28138)Adam Majer2023-12-131-7/+12
* Convert git commit summary to valid UTF8. (#28356)darrinsmart2023-12-051-1/+2
* Add merge files files to GetCommitFileStatus (#20515)Laurent Cahour2023-08-241-1/+1
* Show branches and tags that contain a commit (#25180)delvh2023-07-271-26/+0
* Update tool dependencies, lock govulncheck and actionlint (#25655)silverwind2023-07-091-1/+1
* 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