--- .../src/org/spearce/jgit/lib/AnyObjectId.java | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/org.spearce.jgit/src/org/spearce/jgit/lib/AnyObjectId.java b/org.spearce.jgit/src/org/spearce/jgit/lib/AnyObjectId.java index acb3cb5..015042a 100644 --- a/org.spearce.jgit/src/org/spearce/jgit/lib/AnyObjectId.java +++ b/org.spearce.jgit/src/org/spearce/jgit/lib/AnyObjectId.java @@ -448,6 +448,12 @@ public final String name() { } /** + * @return string form of the SHA-1, in lower case hexadecimal. + */ + public final String getName() { + return name(); + } + /** * Return unique abbreviation (prefix) of this object SHA-1. * <p> * This method is a utility for <code>abbreviate(repo, 8)</code>. -- 1.6.2.2 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html