Vivin Paliath

Results 69 comments of Vivin Paliath

@esocode I will try to take a look. I'm pretty sick with the flu so it may take some time.

Oops. I'm so sorry. I got caught up with a bunch of stuff -- I'm switching jobs at the moment and so I'm a bit busy with that. On Tue,...

@esocode Yes :). So I've looked into this and it might be due to the fact that you're using submodules. jgit apparently seems to think that `esoco-*`, `gewt`, and `objectrelations`...

@esocode Are you sure? I used `git submodule init` and then `git submodule update` to fetch all the submodules and the problem seems to go away. However, I identified the...

Ah I think I know the issue -- looks like checking it out only works in jgit 5.0.1 (which is what I was using to test out the versioning plugin)....

@esocode btw, I tried the latest version of your repo with the latest version of jgit (from a local version of the plugin I made) and I get the "uncommitted"...

@esocode I think I know what is happening. It looks like when the submodules are checked out, the plugin compares the state of the submodule not to itself, but to...

@esocode yes; I believe that is what is happening now. So a question. Would you expect this plugin to be able to push a tag for a submodule? Or, how...

That makes more sense. I've been reading a few articles about submodule best practices and they all generally advise against modifying submodules from within parent projects (for the reasons I...

@esocode I've submitted a fix for the original issue, btw. You can see it [here]( https://git.eclipse.org/r/126722).