index
:
gitea
base-activitypub
feature-activitypub
feature-activitypub-old
feature-go-ap-inbox-outbox
feature-go-fed
feature-inbox-outbox
feature-manual-inbox-outbox
feature-manual-inbox-outbox-old
gitea
libreplanet-federation-demo
main
old
release/v1.10
release/v1.11
release/v1.12
release/v1.13
release/v1.14
release/v1.15
release/v1.16
release/v1.8
release/v1.9
Development moved to Codeberg
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
services
/
gitdiff
Age
Commit message (
Expand
)
Author
2023-03-06
Fix broken code editor diff preview (#23307)
wxiaoguang
2023-02-04
Refactor git command package to improve security and maintainability (#22678)
wxiaoguang
2022-11-27
Implement FSFE REUSE for golang files (#21840)
flynnnnnnnnnn
2022-11-19
Show syntax lexer name in file view/blame (#21814)
silverwind
2022-10-23
Refactor git command arguments and make all arguments to be safe to be used (...
wxiaoguang
2022-10-20
Ignore error when retrieving changed PR review files (#21487)
delvh
2022-10-10
Stop logging CheckPath returns error: context canceled (#21064)
zeripath
2022-09-26
Upgrade chroma to v2.3.0 (#21259)
silverwind
2022-08-16
Refactor AssertExistsAndLoadBean to use generics (#20797)
Lunny Xiao
2022-08-13
Switch Unicode Escaping to a VSCode-like system (#19990)
zeripath
2022-07-23
Improve code diff highlight, fix incorrect rendered diff result (#19958)
wxiaoguang
2022-06-20
Add more linters to improve code readability (#19989)
Wim
2022-06-16
Remove legacy git code (ver < 2.0), fine tune markup tests (#19930)
wxiaoguang
2022-06-15
Move tests as seperate sub packages to reduce duplicated file names (#19951)
Lunny Xiao
2022-06-13
Move issues related files into models/issues (#19931)
Lunny Xiao
2022-06-12
Move some code into models/git (#19879)
Lunny Xiao
2022-06-06
Move some repository related code into sub package (#19711)
Lunny Xiao
2022-05-09
Calculate filename hash only once (#19654)
KN4CK3R
2022-05-07
Allow to mark files in a PR as viewed (#19007)
delvh
2022-04-14
Use a struct as test options (#19393)
Lunny Xiao
2022-04-01
Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)
wxiaoguang
2022-03-30
Make git.OpenRepository accept Context (#19260)
6543
2022-03-16
rm .sample hooks which aren't used (#19101)
techknowlogick
2022-02-14
Prevent dangling GetAttribute calls (#18754)
zeripath
2022-02-08
Added auto-save whitespace behavior if it changed manually (#15566)
Viktor Suprun
2022-02-06
Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)
6543
2022-01-23
Fix partial cloning a repo (#18373)
Gusted
2022-01-23
Always use git command but not os.Command (#18363)
Lunny Xiao
2022-01-20
format with gofumpt (#18184)
6543
2022-01-20
Updated Chroma to v0.10.0 (#18270)
Jelle Hulter
2022-01-19
Propagate context and ensure git commands run in request context (#17868)
zeripath
2022-01-10
Fix various typos (#18219)
luzpaz
2022-01-07
Add warning for BIDI characters in page renders and in diffs (#17562)
zeripath
2021-12-20
Simplify parameter types (#18006)
Gusted
2021-11-30
Make Requests Processes and create process hierarchy. Associate OpenRepositor...
zeripath
2021-11-24
Move user related model into models/user (#17781)
Lunny Xiao
2021-11-22
Allow Loading of Diffs that are too large (#17739)
zeripath
2021-11-20
Enable show more files in diff for git <2.31 (#17733)
zeripath
2021-11-17
Add .gitattribute assisted language detection to blame, diff and render (#17590)
zeripath
2021-11-17
A better go code formatter, and now `make fmt` can run in Windows (#17684)
wxiaoguang
2021-11-16
Decouple unit test, remove intermediate `unittestbridge` package (#17662)
wxiaoguang
2021-11-12
Decouple unit test code from business code (#17623)
wxiaoguang
2021-11-07
Make ParsePatch more robust (#17573)
Gusted
2021-10-30
Properly determine CSV delimiter (#17459)
Richard Mahn
2021-10-20
Prevent NPE in CSV diff rendering when column removed (#17018)
Richard Mahn
2021-10-15
Add buttons to allow loading of incomplete diffs (#16829)
zeripath
2021-09-27
Support direct comparison (git diff a..b) as well merge comparison (a...b) (#...
zeripath
2021-09-22
refactor: move from io/ioutil to io and os package (#17109)
Eng Zer Jun
2021-09-19
Move db related basic functions to models/db (#17075)
Lunny Xiao
2021-09-09
Use git attributes to determine generated and vendored status for language st...
zeripath
[next]