summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
* CommitAndLogCommandTest: Use assumeFalse to skip test on WindowsDavid Pursehouse2016-01-211-2/+2
* CommitAndLogCommandTest: Create Git instances in try-with-resourceDavid Pursehouse2016-01-211-250/+256
* AddCommandTest: Create Git instances in try-with-resourceDavid Pursehouse2016-01-211-306/+327
* ArchiveCommandTest: Create Git instances in try-with-resourceDavid Pursehouse2016-01-211-85/+89
* TagCommandTest: Instantiate Git and RevWalk objects in try-with-resourceDavid Pursehouse2016-01-201-101/+115
* BlameCommandTest: Instantiate Git objects in try-with-resourceDavid Pursehouse2016-01-201-303/+305
* SideBandOutputStreamTest: Use try-with-resourceDavid Pursehouse2016-01-201-11/+16
* FileTreeIteratorJava7Test: Create Git instances in try-with-resourceDavid Pursehouse2016-01-201-32/+38
* CheckoutCommandTest: Create Git instances in try-with-resourceDavid Pursehouse2016-01-191-48/+49
* BranchCommandTest: Create Git instances in try-with-resourceDavid Pursehouse2016-01-191-33/+33
* URIishTest: Use @Test annotation's `expected` argumentDavid Pursehouse2016-01-191-36/+10
* Suppress "The allocated object is never used" warning in testsDavid Pursehouse2016-01-196-0/+13
* Merge "Prepare 4.2.0-SNAPSHOT builds" into stable-4.2Matthias Sohn2016-01-192-2/+2
|\
| * Prepare 4.2.0-SNAPSHOT buildsMatthias Sohn2016-01-192-2/+2
* | RefUpdateTest: Use try-with-resource for auto-closable typesDavid Pursehouse2016-01-141-10/+13
* | RefUpdateTest: Add null check to prevent potential NPEDavid Pursehouse2016-01-141-1/+1
|/
* JGit v4.2.0.201512141825-rc1v4.2.0.201512141825-rc1Matthias Sohn2015-12-152-2/+2
* Merge "push: Do not blindly overwrite peer"Shawn Pearce2015-12-141-0/+143
|\
| * push: Do not blindly overwrite peerShawn Pearce2015-12-141-0/+143
* | Fix FileTreeIterator.idSubmodule(Entry)Christian Halstrick2015-12-131-1/+1
* | URIish: fixed full uri pattern not expecting end of line after host nameAndrey Loskutov2015-12-121-0/+15
* | Add remote command to JGit CLIKaloyan Raev2015-12-115-0/+413
|/
* Support atomic push in JGit clientShawn Pearce2015-12-021-0/+200
* Delay locating .gitattributes until requestedShawn Pearce2015-11-291-0/+41
* DirCacheEntry: Speed up creation by avoiding string castShawn Pearce2015-11-281-2/+2
* Add support for smudge filtersChristian Halstrick2015-11-272-5/+126
* Add support for clean filtersChristian Halstrick2015-11-271-0/+188
* Add the new class Attributes holding multiple Attribute(s)Ivan Motsch2015-11-274-29/+23
* Fix unit tests on WindowsChristian Halstrick2015-11-262-22/+21
* Fix HookTest when running on Win32_CygwinChristian Halstrick2015-11-261-13/+8
* Repository: Introduce exactRef and findRef, deprecate getRefJonathan Nieder2015-11-2515-173/+187
* Merge "RefDirectory.getRef: Treat fake missing symrefs like real ones"Jonathan Nieder2015-11-241-0/+30
|\
| * RefDirectory.getRef: Treat fake missing symrefs like real onesJonathan Nieder2015-11-191-0/+30
* | Let FS_Win32_Cygwin detect symlink support by creating temporary symlinkChristian Halstrick2015-11-215-0/+12
* | Fix classpath of test launch configurationsMatthias Sohn2015-11-212-2/+0
* | Avoid UnknownHostException in WalkEncryptionTestMatthias Sohn2015-11-211-9/+32
|/
* Introduce FS.execute() to execute a command defined by a ProcessBuilderChristian Halstrick2015-11-181-0/+40
* Adds the git attributes computation on the treewalkArthur Daussy2015-11-184-39/+887
* Merge "Fix MissingObjectException in RenameDetector"Christian Halstrick2015-11-171-0/+31
|\
| * Fix MissingObjectException in RenameDetectorRĂ¼diger Herrmann2015-11-121-0/+31
* | Merge branch 'stable-4.1'Matthias Sohn2015-11-141-0/+19
|\ \ | |/ |/|
| * Prepare 4.1.2-SNAPSHOT buildsMatthias Sohn2015-11-142-41/+41
| * JGit v4.1.1.201511131810-rv4.1.1.201511131810-rMatthias Sohn2015-11-142-2/+2
| * RefDirectory.exactRef: Do not ignore symrefs to unborn branchJonathan Nieder2015-11-111-0/+19
* | Fix imports in DfsInserterTestMatthias Sohn2015-11-051-10/+9
* | Insert duplicate objects to prevent race during garbage collection.Mike Williams2015-11-041-7/+61
* | Add support for pre-push hooksChristian Halstrick2015-11-021-0/+47
* | Enhance FS.runProcess() to support stdin-redirection and binary dataChristian Halstrick2015-11-021-0/+171
* | Bitmap generation: Add a test of ordering commits by "chains"Terry Parker2015-10-282-139/+271
* | Add missing dependency to org.slf4j for org.eclipse.jgit.test bundleMatthias Sohn2015-10-241-1/+2