Andrew Oberstar
Andrew Oberstar
This will have to be an enhancement, since that setting got left out when the checkout operation was created.
It looks like JGit's [CheckoutCommand](https://download.eclipse.org/jgit/site/6.2.0.202206071550-r/apidocs/org/eclipse/jgit/api/CheckoutCommand.html#setName(java.lang.String)) `setName()` does accept commit hashes. This may "just work" if you pass in a commit hash as a string. If you're getting an error while...
A clear text password file doesn't seem to provide much extra security, what are you looking to protect from in this case? Generally, I would just pass the property/env var...
Fair enough, I don't dispute any of that. I'm just hesitant to add more configuration options, since I would already rather have fewer. The two options people can use right...
Looks like there's a pending [JGit ticket](https://bugs.eclipse.org/bugs/show_bug.cgi?id=477475) to add this support. When that's fixed, I would expect it to be possible to support with Grgit.
Confirming that the JGit bug is still open as of 10/22/2017.
Sorry, didn't mean to imply that. I was just looking through all of the issues I have open that are blocked on JGit tickets. Just wanted to update them all...
This is useful for GitHub actions.
The existing behavior was kind of a hack a few years back, because it really shouldn't have been a direct `project.grgit` property, but it was kept around that way for...
Yeah, if there's a JGit option it could be added. I'd welcome a PR for this, if you're interested.