87 Commits (852bf5e2a5f1e7d83e3b155411d878355d800e3d)

Author SHA1 Message Date
Lunny Xiao 26602fd207
Remove undocumented support of signing key in the repository git configuration file (#36143) 4 days ago
Lunny Xiao 64960a18f9
Move commit related functions to gitrepo package (#35600) 2 weeks ago
Lunny Xiao 69f5ee970c
Move some functions to gitrepo package (#35543) 2 months ago
Lunny Xiao 9332ff291b
Move git command to git/gitcmd (#35483) 3 months ago
wxiaoguang 60246730b5
Remove wrong "git.DefaultContext" (#35364) 4 months ago
Lunny Xiao 7a15334656
Fix git commit committer parsing and add some tests (#35007) 5 months ago
delvh 8dbf13b1cb
Follow file symlinks in the UI to their target (#28835) 6 months ago
silverwind 1f35435b81
Run `gopls modernize` on codebase (#34751) 6 months ago
wxiaoguang 9f10885b21
Refactor commit reader (#34542) 7 months ago
Bo-Yi Wu d06eb8d801
feat(api): add date range filtering to commit retrieval endpoints (#34497) 7 months ago
TheFox0x7 ae3a18e01a
Remove context from git struct (#33793) 10 months ago
wxiaoguang 2ea929a952
Refactor RefName (#33234) 11 months ago
wxiaoguang 22bf2ca6ba
Make API "compare" accept commit IDs (#32801) 1 year ago
Lunny Xiao 33850a83fe
Fix submodule parsing (#32571) 1 year ago
wxiaoguang 7c613f100e
Make sure git version&feature are always prepared (#30877) 2 years ago
wxiaoguang 53cf46cae7
Fix commit file status parser (#30602) 2 years ago
wxiaoguang 0db554fa63
Refactor commit signature parser (#30228) 2 years ago
wxiaoguang 226231ea27
Fix some pending problems (#29985) 2 years ago
coldWater 0e183d81fc
Fix missing error check of bufio.Scanner (#29882) 2 years ago
pengqiseven 7f856d5d74
remove repetitive words (#29695) 2 years ago
Lunny Xiao 408a484224
Adjust object format interface (#28469) 2 years ago
Adam Majer cbf923e87b
Abstract hash function usage (#28138) 2 years ago
darrinsmart 38a93a0665
Convert git commit summary to valid UTF8. (#28356) 2 years ago
Laurent Cahour b21b63c61a
Add merge files files to GetCommitFileStatus (#20515) 2 years ago
delvh bd6ef71854
Show branches and tags that contain a commit (#25180) 2 years ago
silverwind 887a683af9
Update tool dependencies, lock govulncheck and actionlint (#25655) 2 years ago
Matthew Walowski ff5629268c
Pass 'not' to commit count (#24473) 3 years ago
Matthew Walowski f766b00293
Add ability to specify '--not' from GetAllCommits (#24409) 3 years ago
ChristopherHX 17623bba0d
Remove `Repository.getFilesChanged` to fix Actions `paths` and `paths-ignore` filter (#23920) 3 years ago
Brecht Van Lommel 8bdc0acf97
Fix pull request update showing too many commits with multiple branches (#22856) 3 years ago
wxiaoguang dc9cebdf45
Use `--message=%s` for git commit message (#23028) 3 years ago
wxiaoguang 6bc3079c00
Refactor git command package to improve security and maintainability (#22678) 3 years ago
flynnnnnnnnnn e81ccc406b
Implement FSFE REUSE for golang files (#21840) 3 years ago
wxiaoguang dcd9fc7ee8
Refactor git command arguments and make all arguments to be safe to be used (#21535) 3 years ago
wxiaoguang d98c5db58f
alternative to PR "improve code quality" (#21464) 3 years ago
zeripath a2cfcdb91a
Slightly simplify LastCommitCache (#20444) 3 years ago
Wim cb50375e2b
Add more linters to improve code readability (#19989) 4 years ago
wxiaoguang 157b405753
Remove legacy git code (ver < 2.0), fine tune markup tests (#19930) 4 years ago
wxiaoguang a0051634b9
Refactor git module, make Gitea use internal git config (#19732) 4 years ago
Lunny Xiao 4344a64107
Allow custom default merge message with .gitea/default_merge_message/<merge_style>_TEMPLATE.md (#18177) 4 years ago
wxiaoguang 124b072f0b
Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) 4 years ago
Martin Scholz 26718a785a
Change git.cmd to RunWithContext (#18693) 4 years ago
6543 3043eb36bf
Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552) 4 years ago
6543 80adbebbc8
Unexport git.GlobalCommandArgs (#18376) 4 years ago
6543 54e9ee37a7
format with gofumpt (#18184) 4 years ago
zeripath 5cb0c9aa0d
Propagate context and ensure git commands run in request context (#17868) 4 years ago
luzpaz af92473920
Fix source typos (#18227) 4 years ago
mscherer 34b5436ae1
Refactor various strings (#17784) 4 years ago
KN4CK3R d9ef43a712
Replace `list.List` with slices (#16311) 4 years ago
zeripath 62c278e4ab
Fix modified files list in webhooks when there is a space (#16288) 5 years ago