Initial JGit contribution to eclipse.org
commit1a6964c8274c50f0253db75f010d78ef0e739343
authorGit Development Community <git@vger.kernel.org>
Tue, 29 Sep 2009 23:47:03 +0000 (29 16:47 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 29 Sep 2009 23:47:03 +0000 (29 16:47 -0700)
treeca833cc7cf6fc8c7b9850dee258f3a356c790ffc
Initial JGit contribution to eclipse.org

Per CQ 3448 this is the initial contribution of the JGit project
to eclipse.org.  It is derived from the historical JGit repository
at commit 3a2dd9921c8a08740a9e02c421469e5b1a9e47cb.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
561 files changed:
.gitattributes [new file with mode: 0644]
.gitignore [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README [new file with mode: 0644]
SUBMITTING_PATCHES [new file with mode: 0644]
TODO [new file with mode: 0644]
jgit-maven/.gitignore [new file with mode: 0644]
jgit-maven/jgit/pom.xml [new file with mode: 0644]
jgit.sh [new file with mode: 0644]
make_jgit.sh [new file with mode: 0644]
org.eclipse.jgit.pgm/.classpath [new file with mode: 0644]
org.eclipse.jgit.pgm/.gitignore [new file with mode: 0644]
org.eclipse.jgit.pgm/.project [new file with mode: 0644]
org.eclipse.jgit.pgm/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
org.eclipse.jgit.pgm/.settings/org.eclipse.core.runtime.prefs [new file with mode: 0644]
org.eclipse.jgit.pgm/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
org.eclipse.jgit.pgm/.settings/org.eclipse.jdt.ui.prefs [new file with mode: 0644]
org.eclipse.jgit.pgm/src/META-INF/services/org.eclipse.jgit.pgm.TextBuiltin [new file with mode: 0644]
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/AbstractFetchCommand.java [new file with mode: 0644]
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Branch.java [new file with mode: 0644]
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Clone.java [new file with mode: 0644]
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Command.java [new file with mode: 0644]
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/CommandCatalog.java [new file with mode: 0644]
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/CommandRef.java [new file with mode: 0644]
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Daemon.java [new file with mode: 0644]
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Die.java [new file with mode: 0644]
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/DiffTree.java [new file with mode: 0644]
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Fetch.java [new file with mode: 0644]
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Glog.java [new file with mode: 0644]
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/IndexPack.java [new file with mode: 0644]
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Init.java [new file with mode: 0644]
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Log.java [new file with mode: 0644]
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/LsRemote.java [new file with mode: 0644]
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/LsTree.java [new file with mode: 0644]
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Main.java [new file with mode: 0644]
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/MergeBase.java [new file with mode: 0644]
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Push.java [new file with mode: 0644]
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/ReceivePack.java [new file with mode: 0644]
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/RevList.java [new file with mode: 0644]
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/RevParse.java [new file with mode: 0644]
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/RevWalkTextBuiltin.java [new file with mode: 0644]
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Rm.java [new file with mode: 0644]
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/ShowRef.java [new file with mode: 0644]
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Tag.java [new file with mode: 0644]
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/TextBuiltin.java [new file with mode: 0644]
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/UploadPack.java [new file with mode: 0644]
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Version.java [new file with mode: 0644]
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/build/JarLinkUtil.java [new file with mode: 0644]
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/debug/MakeCacheTree.java [new file with mode: 0644]
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/debug/ReadDirCache.java [new file with mode: 0644]
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/debug/RebuildCommitGraph.java [new file with mode: 0644]
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/debug/ShowCacheTree.java [new file with mode: 0644]
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/debug/ShowCommands.java [new file with mode: 0644]
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/debug/ShowDirCache.java [new file with mode: 0644]
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/debug/WriteDirCache.java [new file with mode: 0644]
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/opt/AbstractTreeIteratorHandler.java [new file with mode: 0644]
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/opt/CmdLineParser.java [new file with mode: 0644]
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/opt/ObjectIdHandler.java [new file with mode: 0644]
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/opt/PathTreeFilterHandler.java [new file with mode: 0644]
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/opt/RefSpecHandler.java [new file with mode: 0644]
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/opt/RevCommitHandler.java [new file with mode: 0644]
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/opt/RevTreeHandler.java [new file with mode: 0644]
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/opt/SubcommandHandler.java [new file with mode: 0644]
org.eclipse.jgit.test/.classpath [new file with mode: 0644]
org.eclipse.jgit.test/.gitignore [new file with mode: 0644]
org.eclipse.jgit.test/.project [new file with mode: 0644]
org.eclipse.jgit.test/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
org.eclipse.jgit.test/.settings/org.eclipse.core.runtime.prefs [new file with mode: 0644]
org.eclipse.jgit.test/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
org.eclipse.jgit.test/.settings/org.eclipse.jdt.ui.prefs [new file with mode: 0644]
org.eclipse.jgit.test/exttst/org/eclipse/jgit/lib/SpeedTestBase.java [new file with mode: 0644]
org.eclipse.jgit.test/exttst/org/eclipse/jgit/lib/T0005_ShallowSpeedTest.java [new file with mode: 0644]
org.eclipse.jgit.test/exttst/org/eclipse/jgit/lib/T0006_DeepSpeedTest.java [new file with mode: 0644]
org.eclipse.jgit.test/exttst/org/eclipse/jgit/patch/EGitPatchHistoryTest.java [new file with mode: 0644]
org.eclipse.jgit.test/org.eclipse.jgit.core--All-External-Tests (Java 6).launch [new file with mode: 0644]
org.eclipse.jgit.test/org.eclipse.jgit.core--All-External-Tests.launch [new file with mode: 0644]
org.eclipse.jgit.test/org.eclipse.jgit.core--All-Tests (Java 6).launch [new file with mode: 0644]
org.eclipse.jgit.test/org.eclipse.jgit.core--All-Tests.launch [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/diff/E.patch [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/diff/E_PostImage [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/diff/E_PreImage [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/diff/X.patch [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/diff/X_PostImage [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/diff/X_PreImage [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/diff/Y.patch [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/diff/Y_PostImage [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/diff/Y_PreImage [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/diff/Z.patch [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/diff/Z_PostImage [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/diff/Z_PreImage [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/diff/testContext0.out [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/diff/testContext1.out [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/diff/testContext10.out [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/diff/testContext100.out [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/diff/testContext3.out [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/diff/testContext5.out [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/patch/.gitattributes [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/patch/testEditList_Types.patch [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/patch/testError_BodyTooLong.patch [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/patch/testError_CcTruncatedOld.patch [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/patch/testError_DisconnectedHunk.patch [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/patch/testError_GarbageBetweenFiles.patch [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/patch/testError_GitBinaryNoForwardHunk.patch [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/patch/testError_TruncatedNew.patch [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/patch/testError_TruncatedOld.patch [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/patch/testGetText_BothISO88591.patch [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/patch/testGetText_Convert.patch [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/patch/testGetText_DiffCc.patch [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/patch/testGetText_NoBinary.patch [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/patch/testParse_AddNoNewline.patch [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/patch/testParse_CcDeleteFile.patch [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/patch/testParse_CcNewFile.patch [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/patch/testParse_ConfigCaseInsensitive.patch [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/patch/testParse_FixNoNewline.patch [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/patch/testParse_GitBinaryDelta.patch [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/patch/testParse_GitBinaryLiteral.patch [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/patch/testParse_NoBinary.patch [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/patch/testParse_OneFileCc.patch [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/test/resources/all_packed_objects.txt [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/test/resources/create-second-pack [new file with mode: 0755]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/test/resources/gitgit.index [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/test/resources/gitgit.lsfiles [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/test/resources/gitgit.lstree [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/test/resources/pack-3280af9c07ee18a87705ef50b0cc4cd20266cf12.idx [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/test/resources/pack-3280af9c07ee18a87705ef50b0cc4cd20266cf12.pack [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/test/resources/pack-34be9032ac282b11fa9babdc2b2a93ca996c9c2f.idx [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/test/resources/pack-34be9032ac282b11fa9babdc2b2a93ca996c9c2f.idxV2 [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/test/resources/pack-34be9032ac282b11fa9babdc2b2a93ca996c9c2f.pack [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/test/resources/pack-546ff360fe3488adb20860ce3436a2d6373d2796.idx [new file with mode: 0755]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/test/resources/pack-546ff360fe3488adb20860ce3436a2d6373d2796.pack [new file with mode: 0755]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/test/resources/pack-9fb5b411fe6dfa89cc2e6b89d2bd8e5de02b5745.idx [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/test/resources/pack-9fb5b411fe6dfa89cc2e6b89d2bd8e5de02b5745.pack [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/test/resources/pack-cbdeda40019ae0e6e789088ea0f51f164f489d14.idx [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/test/resources/pack-cbdeda40019ae0e6e789088ea0f51f164f489d14.pack [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/test/resources/pack-df2982f284bbabb6bdb59ee3fcc6eb0983e20371.idx [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/test/resources/pack-df2982f284bbabb6bdb59ee3fcc6eb0983e20371.idxV2 [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/test/resources/pack-df2982f284bbabb6bdb59ee3fcc6eb0983e20371.pack [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/test/resources/pack-e6d07037cbcf13376308a0a995d1fa48f8f76aaa.idx [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/test/resources/pack-e6d07037cbcf13376308a0a995d1fa48f8f76aaa.pack [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/test/resources/pack-huge.idx [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/test/resources/packed-refs [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/diff/DiffFormatterReflowTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/diff/EditListTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/diff/EditTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/diff/RawTextTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/dircache/DirCacheBasicTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/dircache/DirCacheBuilderIteratorTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/dircache/DirCacheBuilderTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/dircache/DirCacheCGitCompatabilityTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/dircache/DirCacheFindTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/dircache/DirCacheIteratorTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/dircache/DirCacheLargePathTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/dircache/DirCacheTreeTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/fnmatch/FileNameMatcherTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/AbbreviatedObjectIdTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/ConcurrentRepackTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/ConstantsEncodingTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/IndexDiffTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/IndexTreeWalkerTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/MockSystemReader.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/ObjectCheckerTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/PackIndexTestCase.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/PackIndexV1Test.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/PackIndexV2Test.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/PackReverseIndexTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/PackWriterTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/ReadTreeTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/RefTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/RefUpdateTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/ReflogReaderTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/RepositoryCacheTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/RepositoryConfigTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/RepositoryTestCase.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/T0001_ObjectId.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/T0001_PersonIdent.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/T0002_Tree.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/T0003_Basic.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/T0004_PackReader.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/T0007_Index.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/T0008_testparserev.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/TreeIteratorLeafOnlyTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/TreeIteratorPostOrderTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/TreeIteratorPreOrderTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/ValidRefNameTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/WindowCacheGetTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/WindowCacheReconfigureTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/WorkDirCheckoutTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/XInputStream.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/empty.gitindex.dat [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/sorttest.gitindex.dat [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/merge/CherryPickTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/merge/SimpleMergeTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/patch/EditListTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/patch/FileHeaderTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/patch/GetTextTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/patch/PatchCcErrorTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/patch/PatchCcTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/patch/PatchErrorTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/patch/PatchTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/revwalk/AlwaysEmptyRevQueueTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/revwalk/DateRevQueueTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/revwalk/FIFORevQueueTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/revwalk/FooterLineTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/revwalk/LIFORevQueueTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/revwalk/ObjectWalkTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/revwalk/RevCommitParseTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/revwalk/RevFlagSetTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/revwalk/RevObjectTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/revwalk/RevQueueTestCase.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/revwalk/RevTagParseTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/revwalk/RevWalkCullTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/revwalk/RevWalkFilterTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/revwalk/RevWalkMergeBaseTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/revwalk/RevWalkPathFilter1Test.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/revwalk/RevWalkPathFilter6012Test.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/revwalk/RevWalkSortTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/revwalk/RevWalkTestCase.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/BundleWriterTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/IndexPackTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/LongMapTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/OpenSshConfigTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/PacketLineInTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/PacketLineOutTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/PushProcessTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/RefSpecTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/RemoteConfigTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/SideBandOutputStreamTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/TransportTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/URIishTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/treewalk/AbstractTreeIteratorTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/treewalk/CanonicalTreeParserTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/treewalk/EmptyTreeIteratorTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/treewalk/FileTreeIteratorTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/treewalk/NameConflictTreeWalkTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/treewalk/PostOrderTreeWalkTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/treewalk/TreeWalkBasicDiffTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/treewalk/filter/AlwaysCloneTreeFilter.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/treewalk/filter/NotTreeFilterTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/treewalk/filter/PathSuffixFilterTestCase.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/treewalk/filter/TreeFilterTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/util/IntListTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/util/JGitTestUtil.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/util/NBTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/util/QuotedStringBourneStyleTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/util/QuotedStringBourneUserPathStyleTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/util/QuotedStringGitPathStyleTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/util/RawParseUtils_HexParseTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/util/RawParseUtils_LineMapTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/util/RawParseUtils_MatchTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/util/StringUtilsTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/util/TemporaryBufferTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/util/TestRng.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/util/io/TimeoutInputStreamTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/util/io/TimeoutOutputStreamTest.java [new file with mode: 0644]
org.eclipse.jgit/.classpath [new file with mode: 0644]
org.eclipse.jgit/.fbprefs [new file with mode: 0644]
org.eclipse.jgit/.gitignore [new file with mode: 0644]
org.eclipse.jgit/.project [new file with mode: 0644]
org.eclipse.jgit/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
org.eclipse.jgit/.settings/org.eclipse.core.runtime.prefs [new file with mode: 0644]
org.eclipse.jgit/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
org.eclipse.jgit/.settings/org.eclipse.jdt.ui.prefs [new file with mode: 0644]
org.eclipse.jgit/META-INF/MANIFEST.MF [new file with mode: 0644]
org.eclipse.jgit/build.properties [new file with mode: 0644]
org.eclipse.jgit/findBugs/FindBugsExcludeFilter.xml [new file with mode: 0644]
org.eclipse.jgit/plugin.properties [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/awtui/AWTPlotRenderer.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/awtui/AwtAuthenticator.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/awtui/CommitGraphPane.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/awtui/SwingCommitList.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/diff/DiffFormatter.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/diff/Edit.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/diff/EditList.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/diff/RawText.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/diff/Sequence.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/dircache/BaseDirCacheEditor.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCache.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCacheBuildIterator.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCacheBuilder.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCacheEditor.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCacheEntry.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCacheIterator.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCacheTree.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/errors/CheckoutConflictException.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/errors/CompoundException.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/errors/ConfigInvalidException.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/errors/CorruptObjectException.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/errors/EntryExistsException.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/errors/GitlinksNotSupportedException.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/errors/IncorrectObjectTypeException.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/errors/InvalidObjectIdException.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/errors/InvalidPatternException.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/errors/MissingBundlePrerequisiteException.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/errors/MissingObjectException.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/errors/NoClosingBracketException.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/errors/NoRemoteRepositoryException.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/errors/NotSupportedException.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/errors/ObjectWritingException.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/errors/PackInvalidException.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/errors/PackMismatchException.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/errors/PackProtocolException.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/errors/RepositoryNotFoundException.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/errors/RevWalkException.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/errors/RevisionSyntaxException.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/errors/StopWalkException.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/errors/SymlinksNotSupportedException.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/errors/TransportException.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/errors/UnmergedPathException.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/AbstractHead.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/CharacterHead.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/FileNameMatcher.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/GroupHead.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/Head.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/LastHead.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/RestrictedWildCardHead.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/WildCardHead.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/AbbreviatedObjectId.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/AbstractIndexTreeVisitor.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/AlternateRepositoryDatabase.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/AnyObjectId.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/BinaryDelta.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/BlobBasedConfig.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/ByteArrayWindow.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/ByteBufferWindow.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/ByteWindow.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/Commit.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/Config.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/Constants.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/CoreConfig.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/DeltaOfsPackedObjectLoader.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/DeltaPackedObjectLoader.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/DeltaRefPackedObjectLoader.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/FileBasedConfig.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/FileMode.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/FileTreeEntry.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/ForceModified.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/GitIndex.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/GitlinkTreeEntry.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/IndexChangedEvent.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/IndexDiff.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/IndexTreeVisitor.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/IndexTreeWalker.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/InflaterCache.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/LockFile.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/MutableObjectId.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/NullProgressMonitor.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/ObjectChecker.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/ObjectDatabase.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/ObjectDirectory.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/ObjectId.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/ObjectIdSubclassMap.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/ObjectLoader.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/ObjectWriter.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/OffsetCache.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/PackFile.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/PackIndex.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/PackIndexV1.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/PackIndexV2.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/PackIndexWriter.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/PackIndexWriterV1.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/PackIndexWriterV2.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/PackLock.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/PackOutputStream.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/PackReverseIndex.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/PackWriter.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/PackedObjectLoader.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/PersonIdent.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/ProgressMonitor.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/Ref.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/RefComparator.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/RefDatabase.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/RefLogWriter.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/RefRename.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/RefUpdate.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/RefWriter.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/ReflogReader.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/RefsChangedEvent.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/Repository.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/RepositoryAdapter.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/RepositoryCache.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/RepositoryChangedEvent.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/RepositoryConfig.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/RepositoryListener.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/RepositoryState.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/SymlinkTreeEntry.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/Tag.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/TextProgressMonitor.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/TransferConfig.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/Tree.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/TreeEntry.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/TreeIterator.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/TreeVisitor.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/TreeVisitorWithCurrentDirectory.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/Treeish.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/UnpackedObjectCache.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/UnpackedObjectLoader.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/UserConfig.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/WholePackedObjectLoader.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/WindowCache.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/WindowCacheConfig.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/WindowCursor.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/WorkDirCheckout.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/WriteTree.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/merge/MergeStrategy.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/merge/Merger.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/merge/StrategyOneSided.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/merge/StrategySimpleTwoWayInCore.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/merge/ThreeWayMergeStrategy.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/merge/ThreeWayMerger.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/patch/BinaryHunk.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/patch/CombinedFileHeader.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/patch/CombinedHunkHeader.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/patch/FileHeader.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/patch/FormatError.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/patch/HunkHeader.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/patch/Patch.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/revplot/AbstractPlotRenderer.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/revplot/PlotCommit.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/revplot/PlotCommitList.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/revplot/PlotLane.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/revplot/PlotWalk.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/AbstractRevQueue.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/BlockObjQueue.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/BlockRevQueue.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/BoundaryGenerator.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/DateRevQueue.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/DelayRevQueue.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/EndGenerator.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/FIFORevQueue.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/FixUninterestingGenerator.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/FooterKey.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/FooterLine.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/Generator.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/LIFORevQueue.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/MergeBaseGenerator.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/ObjectWalk.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/PendingGenerator.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/RevBlob.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/RevCommit.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/RevCommitList.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/RevFlag.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/RevFlagSet.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/RevObject.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/RevObjectList.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/RevSort.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/RevTag.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/RevTree.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/RevWalk.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/RewriteGenerator.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/RewriteTreeFilter.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/StartGenerator.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/TopoSortGenerator.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/filter/AndRevFilter.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/filter/AuthorRevFilter.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/filter/CommitTimeRevFilter.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/filter/CommitterRevFilter.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/filter/MessageRevFilter.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/filter/NotRevFilter.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/filter/OrRevFilter.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/filter/PatternMatchRevFilter.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/filter/RevFilter.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/filter/RevFlagFilter.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/filter/SubStringRevFilter.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/AmazonS3.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/BaseConnection.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/BaseFetchConnection.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/BasePackConnection.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/BasePackFetchConnection.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/BasePackPushConnection.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/BundleFetchConnection.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/BundleWriter.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/Connection.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/Daemon.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/DaemonClient.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/DaemonService.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/DefaultSshSessionFactory.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/FetchConnection.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/FetchHeadRecord.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/FetchProcess.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/FetchResult.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/HttpTransport.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/IndexPack.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/LongMap.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/OpenSshConfig.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/OperationResult.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/PackTransport.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/PackedObjectInfo.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/PacketLineIn.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/PacketLineOut.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/PostReceiveHook.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/PreReceiveHook.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/PushConnection.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/PushProcess.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/PushResult.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceiveCommand.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceivePack.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/RefAdvertiser.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/RefSpec.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/RemoteConfig.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/RemoteRefUpdate.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/SideBandInputStream.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/SideBandOutputStream.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/SideBandProgressMonitor.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/SshConfigSessionFactory.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/SshSessionFactory.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/SshTransport.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/TagOpt.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/TcpTransport.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/TrackingRefUpdate.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/Transport.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/TransportAmazonS3.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/TransportBundle.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/TransportBundleFile.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/TransportBundleStream.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/TransportGitAnon.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/TransportGitSsh.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/TransportHttp.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/TransportLocal.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/TransportSftp.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/URIish.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/UploadPack.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/WalkEncryption.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/WalkFetchConnection.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/WalkPushConnection.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/WalkRemoteObjectDatabase.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/WalkTransport.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/treewalk/AbstractTreeIterator.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/treewalk/CanonicalTreeParser.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/treewalk/EmptyTreeIterator.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/treewalk/FileTreeIterator.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/treewalk/NameConflictTreeWalk.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/treewalk/TreeWalk.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/treewalk/WorkingTreeIterator.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/treewalk/filter/AndTreeFilter.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/treewalk/filter/NotTreeFilter.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/treewalk/filter/OrTreeFilter.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/treewalk/filter/PathFilter.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/treewalk/filter/PathFilterGroup.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/treewalk/filter/PathSuffixFilter.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/treewalk/filter/TreeFilter.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/util/Base64.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/util/FS.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/util/FS_POSIX_Java5.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/util/FS_POSIX_Java6.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/util/FS_Win32.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/util/FS_Win32_Cygwin.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/util/HttpSupport.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/util/IntList.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/util/MutableInteger.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/util/NB.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/util/QuotedString.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/util/RawCharSequence.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/util/RawParseUtils.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/util/RawSubStringPattern.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/util/StringUtils.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/util/SystemReader.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/util/TemporaryBuffer.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/util/io/InterruptTimer.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/util/io/TimeoutInputStream.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/util/io/TimeoutOutputStream.java [new file with mode: 0644]
tag_jgit.sh [new file with mode: 0644]