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.