-
Notifications
You must be signed in to change notification settings - Fork 865
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support "native" Git #4478
Comments
I'm not deep enough into the features of JGit, but updating to a newer JGit will not fix most of your mentioned questions? |
Apart from the first one, all JGit issues I mentioned are still unresolved, including the one that may result in data loss. |
Updating to the latest JGit would also require a decision to make Git modules Java 11+. This might not be a problem. I can see merit of also supporting CLI Git, but I'm not sure how abstracted the Git API in NetBeans is. Generally, if I want to do anything vaguely complicated I use the terminal (inside or outside NetBeans) anyway. |
JGit is unable to interpret my git configuration correctly, so even basic things don't work as they should. (And NetBeans' terminal support on Windows leaves a lot to be desired.) |
What is meant by "support native GIT"? Or maybe more specifically what is the "acceptance criteria" to determine if this is been implemented as needed? Assume this means either (2) Have some "CLI interface" within NB to make native git calls. Is basic Tools...Open Terminal not an option here? |
From within Netbeans, does right clicking on project, and select Git...Repository... or "Team...Repository" and select either (1) Open Configuration or (2) Open Global Configuration provide some of what is needed here? |
What is meant here? From toying around, it seems to allow git functionality to work. Is there a specific issue or "use case" where it's not acceptable? |
So is upgrade to JGIT 6.2.0 one of the suggestions? |
This means (1).
No, the issue is that my .gitconfig file contains
See #3959 and compare this to the terminal in VS Code or IntelliJ IDEA.
No, see my earlier reply:
|
Description
Native git should be supported because:
Previous issues:
[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=342372
[2] https://bugs.eclipse.org/bugs/show_bug.cgi?id=477475
[3] https://bugs.eclipse.org/bugs/show_bug.cgi?id=543171
[4] https://issues.apache.org/jira/browse/NETBEANS-4264
[5] https://bugs.eclipse.org/bugs/show_bug.cgi?id=477745
Use case/motivation
Reliable git support
Related issues
No response
Are you willing to submit a pull request?
No
Code of Conduct
Yes
The text was updated successfully, but these errors were encountered: