This website requires JavaScript.
Explore
Help
Sign In
neuron-technologies
/
gitea
Watch
2
Star
0
Fork
0
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
Files
dev
gitea
/
services
/
repository
/
files
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
History
wxiaoguang
38d337c94a
Use modern "git update-index --cacheinfo" syntax to support more file names (
#37338
)
...
Modern syntax was added in git 2.0 And add more tests
2026-04-21 16:39:01 +00:00
..
cherry_pick.go
Use gitRepo as parameter instead of repopath when invoking sign functions (
#36162
)
2025-12-17 21:55:08 +00:00
commit.go
Move GetDiverging functions to gitrepo (
#35524
)
2025-09-26 15:15:42 +00:00
content_test.go
Update to go 1.26.0 and golangci-lint 2.9.0 (
#36588
)
2026-02-11 18:37:13 +01:00
content.go
Remove dead code identified by
deadcode
tool (
#37271
)
2026-04-20 07:52:48 +00:00
diff_test.go
Use full-file highlighting for diff sections (
#36561
)
2026-02-10 03:29:28 +00:00
diff.go
Use full-file highlighting for diff sections (
#36561
)
2026-02-10 03:29:28 +00:00
file_test.go
…
file.go
Enable gocritic
equalFold
and fix issues (
#34952
)
2025-07-06 16:53:34 +00:00
patch.go
Refactor git command stdio pipe (
#36422
)
2026-01-22 06:04:26 +00:00
temp_repo_test.go
Use modern "git update-index --cacheinfo" syntax to support more file names (
#37338
)
2026-04-21 16:39:01 +00:00
temp_repo.go
Use modern "git update-index --cacheinfo" syntax to support more file names (
#37338
)
2026-04-21 16:39:01 +00:00
tree_test.go
Add FOLDER_ICON_THEME configuration option (
#36496
)
2026-01-30 20:48:56 +00:00
tree.go
Remove dead code identified by
deadcode
tool (
#37271
)
2026-04-20 07:52:48 +00:00
update.go
Enable
nilnil
linter for new code (
#36591
)
2026-02-16 09:57:18 +00:00
upload.go
…