summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2018-09-081-4/+5
|\
| * Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-09-081-4/+5
| |\
| | * Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2018-09-081-4/+5
| | |\
| | | * Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2018-09-081-4/+5
| | | |\
| | | | * Use constant for ".lock"Matthias Sohn2018-09-071-4/+5
* | | | | Merge branch 'stable-4.10' into stable-4.11David Pursehouse2018-08-311-48/+48
|\| | | |
| * | | | Merge branch 'stable-4.9' into stable-4.10David Pursehouse2018-08-311-48/+48
| |\| | |
| | * | | Merge branch 'stable-4.8' into stable-4.9David Pursehouse2018-08-311-48/+48
| | |\| |
| | | * | Merge branch 'stable-4.7' into stable-4.8David Pursehouse2018-08-313-62/+45
| | | |\|
| | | | * Bazel: Format all build files with buildifier 0.15.0David Pursehouse2018-08-302-45/+45
| | | | * ChangeIdUtilTest: Remove unused notestCommitDashVDavid Pursehouse2018-08-301-17/+0
* | | | | 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
| | * | | Prepare 4.9.4-SNAPSHOT buildsMatthias Sohn2018-07-312-47/+47
| | * | | JGit v4.9.3.201807311005-rv4.9.3.201807311005-rMatthias Sohn2018-07-312-2/+2
* | | | | Prepare 4.11.2-SNAPSHOT buildsMatthias Sohn2018-07-312-47/+47
* | | | | JGit v4.11.1.201807311124-rv4.11.1.201807311124-rMatthias Sohn2018-07-312-2/+2
* | | | | Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2018-07-271-11/+25
|\| | | |
| * | | | Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-07-271-0/+132
| |\| | |
| | * | | Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2018-07-271-0/+132
| | |\| |
| | | * | Merge branch 'stable-4.7' into stable-4.8David Pursehouse2018-07-271-0/+132
| | | |\|
| | | | * Prepare 4.7.3-SNAPSHOT buildsMatthias Sohn2018-07-272-44/+44
| | | | * JGit v4.7.2.201807261330-rv4.7.2.201807261330-rMatthias Sohn2018-07-262-2/+2
| | | | * Delete all loose refs empty directoriesLuca Milanesio2018-07-261-10/+24
| | | | * GC: Remove empty references foldersHector Caballero2018-07-101-0/+118
| | | * | Merge branch 'stable-4.7' into stable-4.8David Pursehouse2018-06-201-0/+3
| | | |\|
| | | | * Merge branch 'stable-4.6' into stable-4.7David Pursehouse2018-06-201-0/+3
| | | | |\
| | | | | * Merge branch 'stable-4.5' into stable-4.6David Pursehouse2018-06-191-0/+3
| | | | | |\
| | | | | | * Temporarily @Ignore flaky CommitCommandTest methodsDave Borowitz2018-06-191-0/+3
| | | | | | * Prepare 4.5.5-SNAPSHOT buildsMatthias Sohn2017-11-222-42/+42
| | | | | | * JGit v4.5.4.201711221230-rv4.5.4.201711221230-rMatthias Sohn2017-11-222-2/+2
| | | | | | * Prepare 4.5.4-SNAPSHOT buildsMatthias Sohn2017-08-262-42/+42
| | | | | | * JGit v4.5.3.201708160445-rv4.5.3.201708160445-rMatthias Sohn2017-08-162-2/+2
* | | | | | | ObjectIdSerializer: Support serialization of known non-null ObjectIdDavid Pursehouse2018-03-151-2/+10
* | | | | | | Prepare 4.11.1-SNAPSHOT buildsMatthias Sohn2018-03-082-47/+47
* | | | | | | JGit v4.11.0.201803080745-rv4.11.0.201803080745-rMatthias Sohn2018-03-082-2/+2
* | | | | | | Fix DiffFormatter for diffs against working tree with autocrlf=trueThomas Wolf2018-03-071-0/+98
* | | | | | | MergeHeadMsgTest: Open FileOutputStream in try-with-resourceDavid Pursehouse2018-03-071-15/+7
* | | | | | | Use StandardCharsets.UTF_8 in testsDavid Pursehouse2018-03-075-6/+8
* | | | | | | IndexDiffWithSymlinkTest: Open InputStream in try-with-resourceDavid Pursehouse2018-03-071-6/+4
* | | | | | | HugeFileTest: Open RandomAccessFile in try-with-resourceDavid Pursehouse2018-03-071-23/+23
* | | | | | | GetTextTest: Open InputStream in try-with-resourceDavid Pursehouse2018-03-061-16/+10
* | | | | | | FileSnapshotTest: Open FileOutputStream in try-with-resourceDavid Pursehouse2018-03-061-4/+1
* | | | | | | EditListTest: Open InputStream in try-with-resourceDavid Pursehouse2018-03-061-8/+5
* | | | | | | EGitPatchHistoryTest: Open BufferedReader in try-with-resourceDavid Pursehouse2018-03-061-19/+19
* | | | | | | T0003_BasicTest: Use CommitBuilder.setEncoding(Charset)David Pursehouse2018-03-061-1/+2
* | | | | | | WalkEncryptionTest: Use StandardCharsets.UTF_8David Pursehouse2018-03-061-4/+1