expose latest changeset id of branch

This commit is contained in:
Sebastian Sdorra
2015-06-13 19:56:16 +02:00
parent ee0278b893
commit 0f1ac3f952
3 changed files with 46 additions and 4 deletions

View File

@@ -105,7 +105,7 @@ public class GitBranchesCommand extends AbstractGitCommand
if (branchName != null)
{
branch = new Branch(branchName);
branch = new Branch(branchName, GitUtil.getId(ref.getObjectId()));
}
return branch;