Package | Description |
---|---|
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
Modifier and Type | Method | Description |
---|---|---|
ObjectId |
Repository.resolve(String revstr) |
Parse a git revision string and return an object id.
|
String |
Repository.simplify(String revstr) |
Simplify an expression, but unlike
Repository.resolve(String) it will not
resolve a branch passed or resulting from the expression, such as @{-}. |
Copyright © 2018. All rights reserved.