Refactor cat-file batch operations and support --batch-command approach#35775
Merged
lunny merged 11 commits intogo-gitea:mainfrom Jan 8, 2026
Merged
Refactor cat-file batch operations and support --batch-command approach#35775lunny merged 11 commits intogo-gitea:mainfrom
--batch-command approach#35775lunny merged 11 commits intogo-gitea:mainfrom
Conversation
a758ffc to
27fcda5
Compare
6ee7586 to
b82d748
Compare
b82d748 to
d318098
Compare
d318098 to
37abbf9
Compare
# Conflicts: # modules/git/blob_nogogit.go # modules/git/catfile_batch_reader.go # modules/git/languagestats/language_stats_nogogit.go # modules/git/repo_base_nogogit.go # modules/git/repo_branch_nogogit.go # modules/git/repo_commit_nogogit.go # modules/git/repo_tag_nogogit.go # modules/git/repo_tree_nogogit.go # modules/git/tree_entry_nogogit.go # modules/git/tree_nogogit.go # modules/indexer/code/bleve/bleve.go # modules/indexer/code/elasticsearch/elasticsearch.go
7856d5a to
1cf64eb
Compare
edab0e1 to
a409f9b
Compare
--batch-command approach
6 tasks
488ead7 to
072d434
Compare
wxiaoguang
commented
Jan 7, 2026
lunny
reviewed
Jan 8, 2026
lunny
reviewed
Jan 8, 2026
lunny
approved these changes
Jan 8, 2026
Contributor
Author
|
Why you just copy & paste the same comment for 4 times ....... if there are more implementations in the future (say, your HTTP implementation), would you copy it 8 times or even more? |
6b2d11e to
cbd22bb
Compare
Zettat123
approved these changes
Jan 8, 2026
zjjhot
added a commit
to zjjhot/gitea
that referenced
this pull request
Jan 13, 2026
* giteaofficial/main: fill missing `has_code` in repository api (go-gitea#36338) Fix notifications pagination query parameters (go-gitea#36351) Fix cancel auto merge bug (go-gitea#36341) Bump appleboy/git-push-action from 1.0.0 to 1.2.0 (go-gitea#36306) Improve diff file headers (go-gitea#36215) Fix delete attachment check (go-gitea#36320) [skip ci] Updated translations via Crowdin LFS locks must belong to the intended repo (go-gitea#36344) Update chroma to v2.22.0 (go-gitea#36342) Update goldmark to v1.7.16 (go-gitea#36343) Fix some trivial problems (go-gitea#36336) Fix diff view style handling (go-gitea#36324) Refactor cat-file batch operations and support `--batch-command` approach (go-gitea#35775) Fix file-tree ui error when adding files to repo without commits (go-gitea#36312)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replace #34651 and address more problems including fix framework bugs
Necessary information is written as comments in code.
For reviewers: the largely added code is almost from legacy code, or is covered by tests. The focus can be on the changed code (for example: changing to QueryInfo and QueryContent calls)