| Commit message (Expand) | Author | Age | Files | Lines |
* | Upgrade go dependencies (#25819) | harryzcy | 2023-07-14 | 1 | -2/+2 |
* | Rename `repo.GetOwner` to `repo.LoadOwner` (#22967) | yp05327 | 2023-02-18 | 1 | -1/+1 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 1 | -2/+1 |
* | Merge db.Iterate and IterateObjects (#21641) | Lunny Xiao | 2022-10-31 | 1 | -3/+2 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 1 | -3/+3 |
* | Refactor legacy git init (#20376) | wxiaoguang | 2022-08-09 | 1 | -4/+0 |
* | Add doctor command to write commit-graphs (#20007) | zeripath | 2022-06-25 | 1 | -0/+76 |
* | [doctor] do not update User Stars numbers unless --fix (#19750) | silentcodeg | 2022-05-19 | 1 | -3/+8 |
* | [doctor] explain what enable-push-options does (#19740) | silentcodeg | 2022-05-18 | 1 | -1/+1 |
* | Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) | wxiaoguang | 2022-04-01 | 1 | -2/+2 |
* | Make git.OpenRepository accept Context (#19260) | 6543 | 2022-03-30 | 1 | -1/+1 |
* | Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo... | wxiaoguang | 2022-03-22 | 1 | -6/+6 |
* | Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552) | 6543 | 2022-02-06 | 1 | -2/+2 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 1 | -1/+0 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 1 | -8/+9 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 1 | -7/+8 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 1 | -1/+2 |
* | DBContext is just a Context (#17100) | zeripath | 2021-09-23 | 1 | -1/+1 |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 1 | -2/+4 |
* | Restore creation of git-daemon-export-ok files (#16508) | zeripath | 2021-07-22 | 1 | -0/+73 |
* | Refactor doctor (#12264) | zeripath | 2020-12-02 | 1 | -0/+146 |