Commit Graph

73 Commits (e37ecd17324946d9b2db07ea10d4a9fbb53da20f)

Author SHA1 Message Date
wxiaoguang 7c613f100e
Make sure git version&feature are always prepared (#30877) 6 months ago
wxiaoguang 53cf46cae7
Fix commit file status parser (#30602) 7 months ago
wxiaoguang 0db554fa63
Refactor commit signature parser (#30228) 8 months ago
wxiaoguang 226231ea27
Fix some pending problems (#29985) 8 months ago
coldWater 0e183d81fc
Fix missing error check of bufio.Scanner (#29882) 8 months ago
pengqiseven 7f856d5d74
remove repetitive words (#29695) 8 months ago
Lunny Xiao 408a484224
Adjust object format interface (#28469) 11 months ago
Adam Majer cbf923e87b
Abstract hash function usage (#28138) 11 months ago
darrinsmart 38a93a0665
Convert git commit summary to valid UTF8. (#28356) 12 months ago
Laurent Cahour b21b63c61a
Add merge files files to GetCommitFileStatus (#20515) 1 year ago
delvh bd6ef71854
Show branches and tags that contain a commit (#25180) 1 year ago
silverwind 887a683af9
Update tool dependencies, lock govulncheck and actionlint (#25655) 1 year ago
Matthew Walowski ff5629268c
Pass 'not' to commit count (#24473) 2 years ago
Matthew Walowski f766b00293
Add ability to specify '--not' from GetAllCommits (#24409) 2 years ago
ChristopherHX 17623bba0d
Remove `Repository.getFilesChanged` to fix Actions `paths` and `paths-ignore` filter (#23920) 2 years ago
Brecht Van Lommel 8bdc0acf97
Fix pull request update showing too many commits with multiple branches (#22856) 2 years ago
wxiaoguang dc9cebdf45
Use `--message=%s` for git commit message (#23028) 2 years ago
wxiaoguang 6bc3079c00
Refactor git command package to improve security and maintainability (#22678) 2 years ago
flynnnnnnnnnn e81ccc406b
Implement FSFE REUSE for golang files (#21840) 2 years ago
wxiaoguang dcd9fc7ee8
Refactor git command arguments and make all arguments to be safe to be used (#21535) 2 years ago
wxiaoguang d98c5db58f
alternative to PR "improve code quality" (#21464) 2 years ago
zeripath a2cfcdb91a
Slightly simplify LastCommitCache (#20444) 2 years ago
Wim cb50375e2b
Add more linters to improve code readability (#19989) 2 years ago
wxiaoguang 157b405753
Remove legacy git code (ver < 2.0), fine tune markup tests (#19930) 2 years ago
wxiaoguang a0051634b9
Refactor git module, make Gitea use internal git config (#19732) 2 years ago
Lunny Xiao 4344a64107
Allow custom default merge message with .gitea/default_merge_message/<merge_style>_TEMPLATE.md (#18177) 3 years ago
wxiaoguang 124b072f0b
Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) 3 years ago
Martin Scholz 26718a785a
Change git.cmd to RunWithContext (#18693) 3 years ago
6543 3043eb36bf
Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552) 3 years ago
6543 80adbebbc8
Unexport git.GlobalCommandArgs (#18376) 3 years ago
6543 54e9ee37a7
format with gofumpt (#18184) 3 years ago
zeripath 5cb0c9aa0d
Propagate context and ensure git commands run in request context (#17868) 3 years ago
luzpaz af92473920
Fix source typos (#18227) 3 years ago
mscherer 34b5436ae1
Refactor various strings (#17784) 3 years ago
KN4CK3R d9ef43a712
Replace `list.List` with slices (#16311) 3 years ago
zeripath 62c278e4ab
Fix modified files list in webhooks when there is a space (#16288) 3 years ago
KN4CK3R 8e262104c2
Add Image Diff for SVG files (#14867) 3 years ago
zeripath f9abf94bd9
HasPreviousCommit causes recursive load of commits unnecessarily (#14598) 4 years ago
zeripath 511f6138d4
Use native git variants by default with go-git variants as build tag (#13673) 4 years ago
zeripath c05a8abc76
Multiple GitGraph improvements: Exclude PR heads, Add branch/PR links, Show only certain branches, (#12766) 4 years ago
zeripath de6e427a01
go-version constraints ignore pre-releases (#13234) 4 years ago
6543 bc11caff94
[Vendor] Switch go-version lib (#12719) 4 years ago
zeripath 2f6aadffa8
Git 2.28 no longer permits diff with ... on unrelated branches (#12364) 4 years ago
zeripath 63e5bf6ef7
Only use --exclude on name-rev with git >= 2.13 (#12347) 4 years ago
赵智超 ae20de7771
fix bug about can't skip commits base on base branch (#11555) 4 years ago
mrsdizzie d729d685d0
Fix 500 error on repos with no tags (#11870) 4 years ago
Cirno the Strongest b682a2c1b2
Show exact tag for commit on diff view (#11846) 4 years ago
Cirno the Strongest 4a4977a1f0
Don't consider tag refs as valid for branch name (#11847) 4 years ago
Cirno the Strongest 31df012968
Properly handle and return empty string for dangling commits in GetBranchName (#11587) 5 years ago
赵智超 0903b1ac8c
Add push commits history comment on PR time-line (#11167) 5 years ago