mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-21 22:32:33 +00:00
Merge pull request #786 from schu/indexer
indexer: start parsing input data immediately
This commit is contained in:
commit
b15b91f5df
@ -313,8 +313,6 @@ int git_indexer_stream_add(git_indexer_stream *idx, const void *data, size_t siz
|
||||
mwf = &idx->pack->mwf;
|
||||
if (git_mwindow_file_register(&idx->pack->mwf) < 0)
|
||||
return -1;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (!idx->parsed_header) {
|
||||
|
Loading…
Reference in New Issue
Block a user