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

Robin Westberg via github.com duke at openjdk.java.net
Mon Aug 26 13:16:05 UTC 2019


On Mon, 26 Aug 2019 13:13:23 GMT, Erik Duveblad via github.com <duke at openjdk.java.net> wrote:

> 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

This PR has been reviewed by Robin Westberg via github.com - changes are approved. Review comment:

Looks good!

PR: https://git.openjdk.java.net/skara/pull/84


More information about the skara-dev mailing list