Преглед изворни кода

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…
Откажи
Сачувај