소스 검색

Align include.path max depth with native git

Change-Id: I52f059816e1d94b2d60d096e3013bf4095cd0fc4
Signed-off-by: Hugo Arès <hugo.ares@ericsson.com>
tags/v4.4.1.201607150455-r
Hugo Arès 8 년 전
부모
커밋
7a6582c09c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      org.eclipse.jgit/src/org/eclipse/jgit/lib/Config.java

+ 1
- 1
org.eclipse.jgit/src/org/eclipse/jgit/lib/Config.java 파일 보기

@@ -80,7 +80,7 @@ public class Config {
private static final long KiB = 1024;
private static final long MiB = 1024 * KiB;
private static final long GiB = 1024 * MiB;
private static final int MAX_DEPTH = 999;
private static final int MAX_DEPTH = 10;

/** the change listeners */
private final ListenerList listeners = new ListenerList();

Loading…
취소
저장