Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-dev] JGit: Missing support for submodules

The following bugs appear to be related to the missing submodule support in JGit/EGit:
 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=300731
https://bugs.eclipse.org/bugs/show_bug.cgi?id=306765
https://bugs.eclipse.org/bugs/show_bug.cgi?id=308452
https://bugs.eclipse.org/bugs/show_bug.cgi?id=314853
 
and perhaps
 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=307560
 
Since submodule support does not seem to be very high on our priority list, we should at least
have a more meaningful Exception in the stack trace than the current NullPointerException.
 
I pushed http://egit.eclipse.org/r/#change,1083 to achieve this, but am not sure if this
Is the right approach. Would be great to get some opinions about this.
 
 
 
 
 

Back to the top