James Moger
2013-01-16 d4e9b0dad4edf1c493c1eead0456041df897541a
src/com/gitblit/models/PathModel.java
@@ -48,6 +48,10 @@
      this.commitId = commitId;
   }
   public boolean isSymlink() {
      return FileMode.SYMLINK.equals(mode);
   }
   public boolean isSubmodule() {
      return FileMode.GITLINK.equals(mode);
   }