grgit
grgit copied to clipboard
The Groovy way to use Git.
currently I don't see a way to do the equivalent in grgit `git clone [repository] –config core.autocrlf=false`. This affects me because I have a git repo that must be checked...
Hi! First of all I'd like to clarify that I'm not expert when it comes to gradle/custom plugins, I just started and I'm trying a bunch of different things. One...
With the upgrade to grgit 5.0.0 we're no longer able to apply the plugin to our projects: ``` * What went wrong: An exception occurred applying plugin request [id: 'org.ajoberstar.grgit',...
Since Git 2.11, the default abbreviation length is no longer always 7 digits. This means that the output of a plain `git describe` may vary. To get consistent behavior, we...
Hello currently you can check out from different branches however you cannot checkout from a specific commit hash. It would be really useful if you could checkout to an older...
Providing clear text passwords as system property or as env variable isn't great. With SSH you can use public/private key but with HTTPS it would be nice to have password...
Hello, I'm trying execute push in my groovy class using `Grgit` but when calling `grgit.push()` I' receiving following error: ``` Caused by: org.gradle.internal.UncheckedException: org.eclipse.jgit.api.errors.TransportException: https://my-repo/project.git: Secure connection to https://my-repo/project.git.git could...
It would be nice if the `GrgitService` would have a way to determine whether `grgit` could be initialized or not instead of having a hard failure on `get()`-ing the service...
The readme should have a warning, or the implementation be adjusted. Currently if there is a Git repository, there is a `grgit` accessor generated for the Kotlin DSL. But if...
I know it's ridiculous but at my place we are still 9 months away from java 11. is there any chance to have 4.xx with configuration cache support and same...