Add some spit-and-polish to module options.
[nbgit.git] / src / org / nbgit / GitRepository.java
blob849e1111785c1827e0286e6c7baae04caa907bb4
1 package org.nbgit;
3 public interface GitRepository {
4 public static final String REVISION_BASE = "BASE"; // NOI18N
5 public static final String REVISION_CURRENT = "LOCAL"; // NOI18N
6 public static final String REVISION_HEAD = "HEAD"; // NOI18N
7 public static final String GIT_DIR = ".git"; // NOI18N