index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
git
/
repo.go
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Check for sha256 support to use --object-format flag (#28928)
John Olheiser
2024-01-25
1
-1
/
+3
*
Add support for sha256 repositories (#23894)
Adam Majer
2024-01-19
1
-8
/
+5
*
Improve ObjectFormat interface (#28496)
Lunny Xiao
2023-12-19
1
-1
/
+1
*
Adjust object format interface (#28469)
Lunny Xiao
2023-12-17
1
-2
/
+8
*
Only use SHA256 feature when git >= 2.42 (#28466)
wxiaoguang
2023-12-14
1
-2
/
+5
*
Abstract hash function usage (#28138)
Adam Majer
2023-12-13
1
-2
/
+29
*
Fix git 2.11 error when checking IsEmpty (again) (#27399)
wxiaoguang
2023-10-02
1
-1
/
+1
*
Fix git 2.11 error when checking IsEmpty (#27393)
wxiaoguang
2023-10-02
1
-1
/
+2
*
Sync repo's IsEmpty status correctly (#26517)
wxiaoguang
2023-08-17
1
-1
/
+1
*
Faster git.GetDivergingCommits (#24482)
oliverpool
2023-05-04
1
-22
/
+15
*
Allow adding new files to an empty repo (#24164)
wxiaoguang
2023-04-19
1
-1
/
+1
*
Improve git log for debugging (#24095)
wxiaoguang
2023-04-14
1
-36
/
+9
*
Use proxy for pull mirror (#22771)
Gusted
2023-02-11
1
-4
/
+2
*
Refactor git command package to improve security and maintainability (#22678)
wxiaoguang
2023-02-04
1
-1
/
+1
*
Implement FSFE REUSE for golang files (#21840)
flynnnnnnnnnn
2022-11-27
1
-2
/
+1
*
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)
delvh
2022-10-24
1
-2
/
+2
*
Refactor git command arguments and make all arguments to be safe to be used (...
wxiaoguang
2022-10-23
1
-14
/
+14
*
Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)
wxiaoguang
2022-04-01
1
-15
/
+14
*
Use a more general (and faster) method to sanitize URLs with credentials (#19...
wxiaoguang
2022-03-31
1
-2
/
+2
*
Hide sensitive content on admin panel progress monitor (#19218)
Lunny Xiao
2022-03-27
1
-0
/
+12
*
Make migrations SKIP_TLS_VERIFY apply to git too (#19132)
zeripath
2022-03-19
1
-9
/
+13
*
Fix isempty detection of git repository (#18746)
Lunny Xiao
2022-02-13
1
-6
/
+5
*
Change git.cmd to RunWithContext (#18693)
Martin Scholz
2022-02-11
1
-1
/
+7
*
Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)
6543
2022-02-06
1
-10
/
+10
*
Fix broken when no commits and default branch is not master (#18422)
Lunny Xiao
2022-01-28
1
-7
/
+13
*
Unexport git.GlobalCommandArgs (#18376)
6543
2022-01-25
1
-2
/
+2
*
Fix partial cloning a repo (#18373)
Gusted
2022-01-23
1
-1
/
+4
*
format with gofumpt (#18184)
6543
2022-01-20
1
-2
/
+2
*
Propagate context and ensure git commands run in request context (#17868)
zeripath
2022-01-20
1
-155
/
+14
*
Simplify parameter types (#18006)
Gusted
2021-12-20
1
-2
/
+2
*
Refactor various strings (#17784)
mscherer
2021-12-02
1
-1
/
+1
*
Make Requests Processes and create process hierarchy. Associate OpenRepositor...
zeripath
2021-11-30
1
-2
/
+2
*
Fix bundle creation (#17079)
Alexey 〒erentyev
2021-09-25
1
-7
/
+17
*
Add bundle download for repository (#14538)
John Olheiser
2021-08-24
1
-0
/
+31
*
Add proxy settings and support for migration and webhook (#16704)
Lunny Xiao
2021-08-18
1
-4
/
+24
*
Replace `list.List` with slices (#16311)
KN4CK3R
2021-08-09
1
-6
/
+5
*
Fix 500 Error with branch and tag sharing the same name #15592 (#16040)
Viktor Yakovchuk
2021-06-23
1
-0
/
+7
*
Add push to remote mirror repository (#15157)
KN4CK3R
2021-06-14
1
-6
/
+18
*
migrate from com.* to alternatives (#14103)
6543
2020-12-25
1
-10
/
+11
*
Use native git variants by default with go-git variants as build tag (#13673)
zeripath
2020-12-17
1
-64
/
+0
*
Migrations: Use Process Manager to create own Context (#13792)
6543
2020-12-02
1
-3
/
+9
*
Multiple GitGraph improvements: Exclude PR heads, Add branch/PR links, Show o...
zeripath
2020-11-08
1
-1
/
+1
*
Handle push rejection in branch and upload (#10854)
zeripath
2020-03-28
1
-1
/
+25
*
Migrate to go-git/go-git v5.0.0 (#10735)
Lauris BH
2020-03-17
1
-4
/
+4
*
Variable expansion in repository templates (#9163)
John Olheiser
2019-11-30
1
-0
/
+4
*
Fix datarace on git.GlobalCommandArgs on tests (#9162)
Lunny Xiao
2019-11-27
1
-1
/
+8
*
Add Close() method to gogitRepository (#8901)
zeripath
2019-11-13
1
-0
/
+11
*
Stop using git count-objects and use raw directory size for repository (#8848)
zeripath
2019-11-10
1
-2
/
+2
*
Fix count for commit graph last page (#8843)
jaqra
2019-11-07
1
-0
/
+5
*
Add basic repository lfs management (#7199)
zeripath
2019-10-28
1
-0
/
+5
[next]