- Notifications
You must be signed in to change notification settings - Fork102
Publicize option to disable JGit#230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Add `useReadableConsoleGit` to autoImport.Update documentation to explain the default of dual-use JGit andexecutable, and how to customize if either one is undesirable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Some comments, but aside from these looks like a nice improvement, thanks!
README.md Outdated
write operations, it assumes a git executable is present and on the PATH and | ||
it uses that. | ||
In certain circumstances you may want to force the use of JGIT or an |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
In certain circumstances you may want to force the use ofJGIT or an | |
In certain circumstances you may want to force the use ofJGit or an |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
@raboof thank you for the feedback. I think I've addressed it all. |
Thanks for adding these clarifications! |
hi@raboof thank you for merging this. Would you consider putting out a patch or minor release for it? |
Add
useReadableConsoleGit
to autoImport.Update documentation to explain the default of dual-use JGit and
executable, and how to customize if either one is undesirable.