Describe more how git fits into the picture please. If you're just looking for a UI to show sets of files that were edited, and maybe group diff, that doesn't seem like it would need git.
Or you want to somehow make local history contiguous with git history? (My intuition says this would be a rabbit hole not worth going down) My general guess is that the local history module doesn't depend on the git module, so it's classes can't be referenced from there. You might be able to add a dependency, but let's talk through what you're trying to do - you want to share some implementation with it, or you really need local history to interoperate with git? -Tim On Tue, Aug 21, 2018 at 1:34 PM mark stephens <[email protected]> wrote: > Hi everyone, > > I have NetBeans running from IDE and exploring how I can improve the local > history. At the moment, I am trying to hack in some of the git code so I > can see if I can get a local history with multiple files (my top if only > NetBeans did this feature). I cannot persuade my LocalHistory module to > recognise code classes in the Git module (like revision class). > > Any tips of hints on what I might be missing? > > Kind Regards, > > MArk > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > For further information about the NetBeans mailing lists, visit: > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > > > > -- http://timboudreau.com
