Skip to content

Git log fetches too much data at once #730

@wcho

Description

@wcho

Big projects have very long git log data. Currently webida git plugin reads all the git log history at once and show it in the git log dialog. It may reduce the number of exec calls but for big projects the data size is too large and server could be crashed by buffer limit. At least it should be streamed and eventually git plugin should load portions of data that actually needed.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions