Skip to content

GitRepository commit processing is brittle #120

@davisjam

Description

@davisjam

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions