ProjectRepository.prototype.showCommit = function(projectId, commitId, fn) {
      if (fn == null) {
        fn = null;
      }
      this.debug("Projects::commit()");