Browse Source

Align include.path max depth with native git

Change-Id: I52f059816e1d94b2d60d096e3013bf4095cd0fc4
Signed-off-by: Hugo Arès <hugo.ares@ericsson.com>
stable-4.4
Hugo Arès 8 years ago
parent
commit
7a6582c09c
  1. 2
      org.eclipse.jgit/src/org/eclipse/jgit/lib/Config.java

2
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…
Cancel
Save