Signed-off-by: Florian Koeberle <florianskarten@xxxxxx> --- .../src/org/spearce/jgit/lib/Constants.java | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/org.spearce.jgit/src/org/spearce/jgit/lib/Constants.java b/org.spearce.jgit/src/org/spearce/jgit/lib/Constants.java index febf469..7444d1d 100644 --- a/org.spearce.jgit/src/org/spearce/jgit/lib/Constants.java +++ b/org.spearce.jgit/src/org/spearce/jgit/lib/Constants.java @@ -182,6 +182,12 @@ public final class Constants { public static final String TAGS_PREFIX = "refs/tags"; /** + * The name of the repository directory in the project directory. Project + * directory means here the tree under version control. + */ + public static final String REPOSITORY_DIRECTORY_NAME = ".git"; + + /** * Create a new digest function for objects. * * @return a new digest object. -- 1.5.4.3 -- 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