aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/api
Commit message (Expand)AuthorAgeFilesLines
* Fix DescribeCommand with multiple match optionsMatthias Sohn2018-11-261-2/+2
* Fix git-describe tie-breakersHÃ¥vard Wall2018-11-091-15/+40
* Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2018-08-251-0/+159
|\
| * Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-08-241-0/+159
| |\
| | * Fix fetching with duplicate ref updatesThomas Wolf2018-08-221-0/+29
| | * Fetch(Process): should tolerate duplicate refspecsMarc Strapetz2018-08-221-0/+45
| | * FetchCommandTest: test add/update/delete fetchMarc Strapetz2018-08-221-0/+85
* | | Use StandardCharsets.UTF_8 in testsDavid Pursehouse2018-03-074-4/+5
* | | HugeFileTest: Open RandomAccessFile in try-with-resourceDavid Pursehouse2018-03-071-23/+23
* | | DescribeCommandTest: Open FileWriter in try-with-resourceDavid Pursehouse2018-03-061-3/+3
* | | CommitCommandTest: Open Repository in try-with-resourceDavid Pursehouse2018-03-061-6/+6
* | | CommitAndLogCommandTest: Open PrintWriter in try-with-resourceDavid Pursehouse2018-03-061-15/+15
* | | CloneCommandTest: Open Repository in try-with-resourceDavid Pursehouse2018-03-061-11/+11
* | | CleanCommandTest: Open Repository in try-with-resourceDavid Pursehouse2018-03-051-2/+3
* | | AddCommandTest: Open PrintWriter in try-with-resourceDavid Pursehouse2018-03-051-99/+100
* | | RebaseCommandTest: Open BufferedReader in try-with-resourceDavid Pursehouse2018-03-051-5/+2
* | | CheckoutCommandTest: Open FileInputStream in try-with-resourceDavid Pursehouse2018-03-051-8/+2
* | | LFS: support merge/rebase/cherry-pick/diff/compare with LFS filesMarkus Duft2018-03-032-8/+4
* | | PullCommandWithRebaseTest: Open File{Input|Output}Stream in try-with-resourceDavid Pursehouse2018-02-261-13/+2
* | | PullCommandTest: Use try-with-resources for File{Input,Output}StreamDavid Pursehouse2018-02-261-13/+2
* | | CheckoutCommandTest: Fix name of created temp fileDavid Pursehouse2018-02-251-1/+1
* | | InitCommand: Don't leave Repository open after Git is closedDavid Pursehouse2018-02-141-36/+41
* | | Fix CleanCommand not to throw FileNotFoundExceptionsChristian Halstrick2018-02-081-0/+16
* | | Basic submodule merge handlingDavid Turner2018-02-041-2/+2
|/ /
* | Fix remaining javadoc errors raised by doclintMatthias Sohn2017-12-212-14/+14
* | Use constants from StandardCharsets instead of hard-coded stringsDavid Pursehouse2017-12-074-11/+12
|/
* ReflogWriter: Align auto-creation defaults with C gitDave Borowitz2017-09-301-10/+11
* Add FetchCommand#setRefSpecs(String...) variantDave Borowitz2017-09-072-16/+12
* Fix unthrown exception errors in CloneCommandTestMatthias Sohn2017-08-261-4/+4
* Fix default directory set when setDirectory wasn't called.Joan Goyeau2017-08-251-4/+25
* Send a detailed event on working tree modificationsThomas Wolf2017-08-151-0/+87
* Ensure EOL stream type is DIRECT when -text attribute is presentThomas Wolf2017-08-111-0/+15
* Fix committing empty commitsChristian Halstrick2017-07-281-0/+5
* Add missing newlines at ends of Java filesDavid Pursehouse2017-07-252-2/+2
* Temporarily @Ignore flaky CommitCommandTest methodsDave Borowitz2017-07-251-0/+3
* Add a test for parsing fsck config options and expose FsckMode enumDavid Turner2017-06-231-0/+5
* Fix bug in multiple tag handling on DescribeCommandOliver Lockwood2017-06-211-0/+24
* Support --match functionality in DescribeCommandOliver Lockwood2017-06-201-8/+28
* Support pull on detached HEADMickael Istria2017-05-081-0/+52
* PullCommand: Add support for recursing into submodulesDavid Pursehouse2017-03-241-37/+59
* FetchCommand: Fix detection of submodule recursion modeDavid Pursehouse2017-03-101-25/+91
* FetchCommand: Add basic support for recursing into submodulesDavid Pursehouse2017-03-041-0/+273
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-206-8/+8
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-1913-0/+79
* Set commit time to ZipArchiveEntryNaoki Takezoe2017-02-181-0/+10
* FetchCommandTest: Don't declare specific exceptions in test methodsDavid Pursehouse2017-02-091-7/+2
* PushCommandTest: Remove unused variables to prevent errors in EclipseDavid Pursehouse2017-02-091-3/+3
* Merge "push: support per-ref force-with-lease"Shawn Pearce2017-02-081-0/+54
|\
| * push: support per-ref force-with-leaseDavid Turner2017-02-081-0/+54
* | GitConstructionTest: Remove unnecessary calls to Repository.close()David Pursehouse2017-01-281-10/+0