]> source.dussan.org Git - jgit.git/commit
Enable large file support 89/5589/4
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Mon, 16 Apr 2012 22:18:10 +0000 (00:18 +0200)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Wed, 18 Apr 2012 19:59:15 +0000 (21:59 +0200)
commit9c5b31703f278c510bec64fa7a822713feaca6f2
treec044463db89ba26b780b6f002975aea6d841acac
parenta2dac2c78d1fff0b2cedadcdaac030001eb851ac
Enable large file support

Allow adding files with size over 2 GB. The drawback is that the tests
for huge file support adds roughly 10 minutes of execution time.
For that reason we @Ignore the test in the standard test execution.

Change-Id: I5788e8009899203b346f353297166825b3744575
org.eclipse.jgit.test/tst/org/eclipse/jgit/api/HugeFileTest.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCacheEntry.java
org.eclipse.jgit/src/org/eclipse/jgit/treewalk/WorkingTreeIterator.java