GitRepository has these limits:
private static final int MAX_SIZE_OF_A_DIFF = 100000;
private static final int DEFAULT_MAX_NUMBER_OF_FILES_IN_A_COMMIT = 5000;
If you set these values both to 1, you will get RuntimeExceptions while building and/or processing ChangeSets.
See also #118 and #119 where I noticed this bug as reported by @AjroudRami.
GitRepositoryhas these limits:If you set these values both to 1, you will get RuntimeExceptions while building and/or processing ChangeSets.
See also #118 and #119 where I noticed this bug as reported by @AjroudRami.