Community
Participate
Working Groups
Bug 343386 added list of tags for a given commit in Git Log. This bug is for adding a similar information about branches.
GitLogTest.testLogWithTag() assumes that branches will be kept together with tags in Children field. Is it a good idea? If we divide these things in the response (i.e. another field for branches), we can show them separately in the UI. I think that this'll be clearer, especially for inexperienced Git users.
Ofc I was thinking about testLogWithBranch(), not testLogWithTag().
I'm fine with dividing the current "Children" field into separate fields e.g. "Tags" and "Branches". I don't think keeping them together is a good idea either.
https://github.com/pjanik/orion.server/tree/bug343644 I wrote all this code and have the rights to contribute it to Eclipse under the eclipse.org web site terms of use.
Fixed with http://git.eclipse.org/c/orion/org.eclipse.orion.server.git/commit/?id=b8682f865737d5804ff838f732b7491567b39c0b. Thanks Piotrek.