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
/
modules
/
git
/
git.go
Age
Commit message (
Expand
)
Author
2022-06-17
Add fetch.writeCommitGraph to gitconfig (#20006)
zeripath
2022-06-17
gitconfig: set safe.directory = * (#19870)
singuliere
2022-06-16
Remove legacy git code (ver < 2.0), fine tune markup tests (#19930)
wxiaoguang
2022-06-11
Fix data-race problems in git module (quick patch) (#19934)
wxiaoguang
2022-06-10
Refactor git module, make Gitea use internal git config (#19732)
wxiaoguang
2022-05-02
Upgrade required git version to 2.0 (#19577)
wxiaoguang
2022-04-20
Add uploadpack.allowAnySHA1InWant to allow --filter=blob:none with older git ...
zeripath
2022-04-01
Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)
wxiaoguang
2022-03-31
Refactor `git.Command.Run*`, introduce `RunWithContextString` and `RunWithCon...
wxiaoguang
2022-02-06
Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)
6543
2022-02-01
Remove go 1.15 support (#18511)
Gusted
2022-01-25
Unexport git.GlobalCommandArgs (#18376)
6543
2022-01-20
format with gofumpt (#18184)
6543
2022-01-06
Enable partial clone by default (#18195)
Gusted
2021-10-13
Disable core.protectNTFS (#17300)
zeripath
2021-07-28
Add agit flow support in gitea (#14295)
a1012112796
2021-06-26
Let package git depend on setting but not opposite (#15241)
Lunny Xiao
2021-06-25
Use gitea logging module for git module (#16243)
6543
2020-12-02
Migrations: Use Process Manager to create own Context (#13792)
6543
2020-10-21
go-version constraints ignore pre-releases (#13234)
zeripath
2020-09-05
[Vendor] Switch go-version lib (#12719)
6543
2020-08-23
Initial support for push options (#12169)
John Olheiser
2020-06-13
Only write to global gitconfig if necessary (#11876)
zeripath
2020-05-16
Refactor Cron and merge dashboard tasks (#10745)
zeripath
2019-12-15
Graceful: Xorm, RepoIndexer, Cron and Others (#9282)
zeripath
2019-11-30
Graceful: Cancel Process on monitor pages & HammerTime (#9213)
zeripath
2019-11-02
On windows set core.longpaths true (#8776)
zeripath
2019-07-07
Support git.PATH entry in app.ini (#6772)
Mura Li
2019-06-29
add commitgraph support global default true when git version >= 2.18 (#7313)
Lunny Xiao
2019-06-19
Only check and config git on web subcommand but not others (#7236)
Lunny Xiao
2019-05-15
Refactor models.NewRepoContext to extract git related codes to modules/git (#...
Lunny Xiao
2019-04-17
Pre-calculate the absolute path of git (#6575)
Mura Li
2019-03-27
move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)
Lunny Xiao