Eero Aaltonen

Results 15 comments of Eero Aaltonen

`remote` did indeed support also URIs. I had some success using `fetch` + `merge` using a fixed `ref` of the form `refs/heads/`. ```groovy grgit.fetch('refSpecs': [ref], 'remote': uri, 'tagMode': FetchOp.TagMode.AUTO) grgit.merge('head':...

Looks like a case of ``` New in version 0.6.0: Breaking changes: M* eaning of [options] shortcut slightly changed. Previously it meant "any known option". Now it means "any option...

I decided to try this _Requirements Specification_ style format so many are talking about - Glad you like it @lacasseio :) As for the potential user base, you can estimate...

The incubating [environmentVariable Provider](https://docs.gradle.org/current/javadoc/org/gradle/api/provider/ProviderFactory.html#environmentProperty-java.lang.String-) might support this.

Interesting indeed. It looks like the Windows Processthreadsapi.h does have a call with similar functionality, `CreateProcessA( ..., LPVOID lpEnvironment, ...)` * https://docs.microsoft.com/en-us/windows/win32/procthread/environment-variables * https://docs.microsoft.com/en-us/windows/win32/api/processthreadsapi/nf-processthreadsapi-createprocessa I think that would leave two...

I think this idea is in the right direction. [PEP 423](https://peps.python.org/pep-0423/), although currently `deferred`, has _top level namespaces_, whose ownership can belong to _organizations_, which can be companies. So configuring...

added missing newline to `docopt-config.cmake.in`.

@jaredgrubb : if you could take a look? I will be submitting packaging to Buildroot soonish.

Issue #5617 hits the same assertion, and could be related.