Egbert Teeselink
2013-02-03 f5e60ba88a28c2df0c9263dd6f999f675fefe4e9
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);
   }