James Moger
2011-07-22 88598bb2f779b73479512d818c675dea8fa72138
src/com/gitblit/utils/JGitUtils.java
@@ -80,6 +80,12 @@
import com.gitblit.models.PathModel.PathChangeModel;
import com.gitblit.models.RefModel;
/**
 * Collection of static methods for retrieving information from a repository.
 *
 * @author James Moger
 *
 */
public class JGitUtils {
   static final Logger LOGGER = LoggerFactory.getLogger(JGitUtils.class);
@@ -795,6 +801,9 @@
      return list;
   }
   /**
    * Enumeration of the search types.
    */
   public static enum SearchType {
      AUTHOR, COMMITTER, COMMIT;