Browse Source

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 7 years ago
parent
commit
7a6582c09c
1 changed files with 1 additions and 1 deletions
  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 View File

@@ -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