saheba
2013-03-25 2a8a74bedafdb56b7e7edcb42642dc1eb5e54fff
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);
   }