RFR: Limit path arguments to git to 64 at a time

Erik Duveblad via github.com duke at openjdk.java.net
Mon Aug 26 13:13:23 UTC 2019


Hi all,

this commit limits the number of `Path` arguments we pass on to `git` to at most 64 at a time. This is too avoid too long command lines (since paths can be fairly long).

## Testing
- [x] `sh gradlew test` passes

Thanks,
Erik

----------------

Commits:
 - 8ef4a0fb:	Limit path arguments to git to 64 at a time

Pull request:
https://git.openjdk.java.net/skara/pull/84

Webrev:
https://webrevs.openjdk.java.net/skara/84/webrev.00

Patch:
https://git.openjdk.java.net/skara/pull/84.diff

Fetch command:
git fetch https://git.openjdk.java.net/skara pull/84/head:pull/84


More information about the skara-dev mailing list