-
Notifications
You must be signed in to change notification settings - Fork 302
Sometimes git commit plugin is very slow (~8min to run on brand new MacBook Pro) #110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Most probably by using native git instead of jgit. There is a pull request for that which I wanted to clean up before merging. |
This should be solved now - check the latest |
Cool, thank you very much. I'll check it out tomorrow. On Sunday, June 1, 2014, Konrad Malawski [email protected] wrote:
Casey Jordan This message is intended only for the use of the Addressee(s) and may |
If stuff breaks on Thanks in advance! |
I notice that sometimes the plugin takes very long to execute, it usually sits at this step:
[info]
[info]
[info]
[info] git.build.user.name xxx
[info] git.build.user.email xxxx
[info] git.branch xxxx
[info] --always = false
[info] --dirty = -dirty
[info] --abbrev = 7
[info] --long = %s false
[info] --match =
[info] Tag refs [ [] ]
[info] Created map: [ {} ]
[info] HEAD is [ 41167aex33c22ee3566920aaa8e8c67dd731d6e8 ]
Is there a way to speed this up via configuration or something?
This is the configuration I am using: https://gist.github.com/caseydawsonjordan/27e7cd2f6092edf7a408
Thanks!
The text was updated successfully, but these errors were encountered: