|
||||||||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Is there any chance we can get you to reconsider closing this?
I have a repo where the source code is about 70-100MB. But the .git/objects/pack file is 300 MB.
On our build machine, this means every build takes 50 minutes just to do the git clone.
If I can specify a clone --depth=1 then this would bring it down to 8 minutes.
The build machine has no use for the reflog information in the .git/objects/pack directory, and essentially just pulls it and throws it away. It would save us so much time if we could just ask git to not pull the whole history!