index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
git
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Lazy load object format with command line and don't do it in OpenRepository (...
Lunny Xiao
2024-03-20
15
-31
/
+72
*
remove repetitive words (#29695)
pengqiseven
2024-03-20
1
-1
/
+1
*
Move get/set default branch from git package to gitrepo package to hide repop...
Lunny Xiao
2024-03-11
1
-9
/
+2
*
Add a check for when the command is canceled by the program on Window… (#29...
charles
2024-03-06
1
-0
/
+12
*
[FEAT] Show follow symlink button
Gusted
2024-03-02
1
-15
/
+17
*
Add `io.Closer` guidelines (#29387)
KN4CK3R
2024-02-26
3
-5
/
+10
*
Do not double close reader (#29354)
KN4CK3R
2024-02-26
1
-1
/
+11
*
Discard unread data of `git cat-file` (#29297)
KN4CK3R
2024-02-26
10
-80
/
+66
*
Prevent double use of `git cat-file` session. (#29298)
KN4CK3R
2024-02-26
1
-6
/
+15
*
Correctly support linguist-documentation=false
Gergely Nagy
2024-02-26
3
-23
/
+16
*
Convert linguist attribute handling to optional.Option
Gergely Nagy
2024-02-26
4
-54
/
+63
*
gofmt-ed modules/git/utils_test.go due to linter
Lucas Hinderberger
2024-02-24
1
-1
/
+0
*
Fixes #2452 - Skipping SHA256 tests if unsupported
Lucas Hinderberger
2024-02-24
3
-0
/
+32
*
[CLEANUP] make golangci-lint@v1.56.1 happy
Earl Warren
2024-02-15
1
-7
/
+7
*
Add merge style `fast-forward-only` (#28954)
Chris Copeland
2024-02-14
1
-1
/
+1
*
[BUG] Workaround borked Git version
Gusted
2024-02-13
2
-3
/
+27
*
[gitea] Refactor parseSignatureFromCommitLine (#29054)
wxiaoguang
2024-02-10
8
-149
/
+104
*
[GITEA] Improved Linguist compatibility
Gergely Nagy
2024-02-05
4
-28
/
+65
*
[GITEA] Find README.md for user profiles case insensitively
Gergely Nagy
2024-02-05
1
-0
/
+21
*
[GITEA] Drop sha256-simd in favor of stdlib
Gusted
2024-02-05
1
-2
/
+1
*
[GITEA] Detect file rename and show in history
Gusted
2024-02-05
2
-0
/
+83
*
Simplify how git repositories are opened (#28937)
Lunny Xiao
2024-01-27
4
-105
/
+4
*
Check for sha256 support to use --object-format flag (#28928)
John Olheiser
2024-01-25
1
-1
/
+3
*
Update go dependencies and fix go-git (#28893)
wxiaoguang
2024-01-23
2
-3
/
+12
*
Add support for sha256 repositories (#23894)
Adam Majer
2024-01-19
66
-15
/
+539
*
Fix archive creating LFS hooks and breaking pull requests (#28848)
Brecht Van Lommel
2024-01-19
1
-0
/
+5
*
Remove duplicated checkinit on git module (#28824)
Lunny Xiao
2024-01-17
1
-4
/
+0
*
Use refname:strip-2 instead of refname:short when syncing tags (#28797)
Lunny Xiao
2024-01-16
3
-13
/
+15
*
Integration Test for Commit Search containing Square Brackets (#28751)
Mihir Joshi
2024-01-11
1
-1
/
+1
*
Add -F to commit search to treat keywords as strings (#28744)
Mihir Joshi
2024-01-10
1
-0
/
+3
*
Always enable caches (#28527)
Lunny Xiao
2023-12-19
1
-1
/
+1
*
Improve ObjectFormat interface (#28496)
Lunny Xiao
2023-12-19
29
-147
/
+92
*
Update go dependencies (#28518)
wxiaoguang
2023-12-19
1
-1
/
+1
*
Add option to disable ambiguous unicode characters detection (#28454)
wxiaoguang
2023-12-17
1
-8
/
+3
*
Adjust object format interface (#28469)
Lunny Xiao
2023-12-17
17
-91
/
+85
*
Only use SHA256 feature when git >= 2.42 (#28466)
wxiaoguang
2023-12-14
4
-12
/
+11
*
Abstract hash function usage (#28138)
Adam Majer
2023-12-13
63
-429
/
+672
*
Make gogit Repository.GetBranchNames consistent (#28348)
Adam Majer
2023-12-07
1
-13
/
+28
*
Convert git commit summary to valid UTF8. (#28356)
darrinsmart
2023-12-05
1
-1
/
+2
*
Read `previous` info from git blame (#28306)
KN4CK3R
2023-12-01
2
-24
/
+41
*
Upgrade to golangci-lint@v1.55.0 (#27756)
silverwind
2023-10-24
1
-2
/
+1
*
Replace assert.Fail with assert.FailNow (#27578)
Nanguan Lin
2023-10-11
2
-6
/
+4
*
Remove redundant `len` check around loop (#27464)
Eng Zer Jun
2023-10-06
1
-30
/
+22
*
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
*
Support `.git-blame-ignore-revs` file (#26395)
KN4CK3R
2023-09-16
14
-30
/
+184
*
Clarify the git command Stdin hanging problem (#26967)
wxiaoguang
2023-09-08
1
-2
/
+12
*
Remove redundant nil check in `WalkGitLog` (#26773)
Eng Zer Jun
2023-08-29
1
-17
/
+15
*
Add merge files files to GetCommitFileStatus (#20515)
Laurent Cahour
2023-08-24
22
-1
/
+38
*
Sync repo's IsEmpty status correctly (#26517)
wxiaoguang
2023-08-17
1
-1
/
+1
[next]