index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
repository
/
init.go
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)
delvh
2022-10-24
1
-20
/
+20
*
Refactor git command arguments and make all arguments to be safe to be used (...
wxiaoguang
2022-10-23
1
-9
/
+9
*
Move some files into models' sub packages (#20262)
Lunny Xiao
2022-08-25
1
-3
/
+2
*
Remove legacy git code (ver < 2.0), fine tune markup tests (#19930)
wxiaoguang
2022-06-16
1
-12
/
+10
*
Move issues related files into models/issues (#19931)
Lunny Xiao
2022-06-13
1
-4
/
+5
*
Refactor git module, make Gitea use internal git config (#19732)
wxiaoguang
2022-06-10
1
-5
/
+0
*
Move some repository related code into sub package (#19711)
Lunny Xiao
2022-06-06
1
-1
/
+1
*
Move some helper files out of models (#19355)
Lunny Xiao
2022-05-08
1
-1
/
+1
*
Refactor legacy `unknwon/com` package, improve golangci lint (#19284)
wxiaoguang
2022-04-01
1
-3
/
+7
*
Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)
wxiaoguang
2022-04-01
1
-8
/
+8
*
Make git.OpenRepository accept Context (#19260)
6543
2022-03-29
1
-1
/
+1
*
Move init repository related functions to modules (#19159)
Lunny Xiao
2022-03-29
1
-3
/
+220
*
Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)
6543
2022-02-06
1
-4
/
+4
*
format with gofumpt (#18184)
6543
2022-01-20
1
-3
/
+3
*
Propagate context and ensure git commands run in request context (#17868)
zeripath
2022-01-20
1
-11
/
+11
*
Some repository refactors (#17950)
Lunny Xiao
2021-12-12
1
-1
/
+1
*
Move keys to models/asymkey (#17917)
Lunny Xiao
2021-12-10
1
-1
/
+2
*
Move repository model into models/repo (#17933)
Lunny Xiao
2021-12-10
1
-6
/
+7
*
Move user related model into models/user (#17781)
Lunny Xiao
2021-11-24
1
-2
/
+3
*
Move some functions into services/repository (#17660)
Lunny Xiao
2021-11-16
1
-86
/
+0
*
DBContext is just a Context (#17100)
zeripath
2021-09-23
1
-4
/
+4
*
refactor: move from io/ioutil to io and os package (#17109)
Eng Zer Jun
2021-09-22
1
-5
/
+4
*
Move db related basic functions to models/db (#17075)
Lunny Xiao
2021-09-19
1
-3
/
+4
*
[API] Add pagination to ListBranches (#14524)
6543
2021-02-03
1
-1
/
+1
*
Check for 'main' as potential default branch name (#14193)
Chester Liu
2020-12-30
1
-0
/
+5
*
Ensure that HEAD is updated to match default branch in template generation (#...
zeripath
2020-12-11
1
-0
/
+1
*
Push HEAD instead of master when initialising repositories (#13719)
zeripath
2020-11-28
1
-2
/
+2
*
Handle and propagate errors when checking if paths are Dirs, Files or Exist (...
zeripath
2020-11-28
1
-2
/
+12
*
go-version constraints ignore pre-releases (#13234)
zeripath
2020-10-21
1
-2
/
+2
*
Adopt repositories (#12920)
zeripath
2020-09-25
1
-4
/
+85
*
Add configurable Trust Models (#11712)
zeripath
2020-09-19
1
-3
/
+14
*
[Vendor] Switch go-version lib (#12719)
6543
2020-09-05
1
-4
/
+3
*
Re-attempt to delete temporary upload if the file is locked by another proces...
zeripath
2020-08-11
1
-2
/
+6
*
properly set symbolic-ref HEAD when a repo is created with a non-master defau...
xenofem
2020-07-05
1
-0
/
+7
*
Global default branch setting (#11918)
techknowlogick
2020-06-17
1
-1
/
+2
*
[feature] provide `OwnerName` field for README template (#10981)
j.yao.SUSE
2020-04-07
1
-0
/
+1
*
Option to set default branch at repository creation (#10803)
zeripath
2020-03-26
1
-3
/
+11
*
Refactor repository check and sync functions (#9854)
Lunny Xiao
2020-01-20
1
-1
/
+1
*
Add require signed commit for protected branch (#9708)
zeripath
2020-01-15
1
-1
/
+1
*
Move create/fork repository from models to modules/repository (#9489)
Lunny Xiao
2020-01-12
1
-0
/
+214