| JGit [message #1106470] |
Wed, 11 September 2013 02:22 |
Ajay Gour Messages: 4 Registered: September 2013 |
Junior Member |
|
|
Using JGit library, is there a way to figure out from which commit a branch is created?
Lets say, i have below mentioned structure - A, B, C, D commits are made in master branch. From B, another branch called branch-A is created and E & F commits are made in this branch.
A -> B -> C -> D (master)
.......|
.......|--> E -> F (branch-A)
Given the example above, if i am seeing the history of branch-A, i would like it to include only E and F commits (and nothing else before first revision in branch).
Is it possible using JGit?
|
|
|
Powered by
FUDForum. Page generated in 0.01400 seconds