summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
* Merge "ArchiveCommand: Allow to pass options to underlying stream"Shawn Pearce2015-03-111-3/+38
|\
| * ArchiveCommand: Allow to pass options to underlying streamDavid Ostrovsky2015-02-201-3/+38
* | Add "--long" option to JGit describeChristian Halstrick2015-03-091-2/+31
* | Add an in-process pack transport for use in testsDave Borowitz2015-02-272-0/+249
* | Merge branch 'stable-3.7'Matthias Sohn2015-02-271-0/+17
|\ \ | |/ |/|
| * Prepare 3.7.1-SNAPSHOT buildsMatthias Sohn2015-02-272-40/+40
| * JGit v3.7.0.201502260915-rv3.7.0.201502260915-rMatthias Sohn2015-02-262-2/+2
| * Read user.name and email from environment firstMatthias Sohn2015-02-241-0/+17
* | Move console classes to pgm bundleMatthias Sohn2015-02-103-13/+0
* | Set minimum required Java version to Java 7Matthias Sohn2015-02-093-5/+5
* | Merge branch 'stable-3.7'Matthias Sohn2015-02-041-0/+68
|\|
| * Prepare post 3.7.0.201502031740-rc1 buildsMatthias Sohn2015-02-042-2/+2
| * JGit v3.7.0.201502031740-rc1v3.7.0.201502031740-rc1Matthias Sohn2015-02-032-2/+2
| * Fix FileUtils.testRelativize_mixedCase which failed on Mac OS XMatthias Sohn2015-02-021-19/+8
| * Introduce hook support into the FS implementationsLaurent Goubet2015-02-021-0/+79
* | Prepare 4.0.0-SNAPSHOT buildsMatthias Sohn2015-01-272-40/+40
|/
* Fix RawText.getLineDelimiter() for empty first lineFrank Wagner2015-01-171-0/+7
* Add basic support for .gitattributesArthur Daussy2015-01-076-0/+1250
* AIOOB in ChangeIdUtil.indexOfChangeId if amended message is a newlineAndrey Loskutov2015-01-061-0/+4
* Merge branch 'stable-3.6'Matthias Sohn2015-01-043-32/+157
|\
| * Prepare 3.6.2-SNAPSHOT buildsMatthias Sohn2015-01-042-39/+39
| * JGit v3.6.1.201501031845-rv3.6.1.201501031845-rMatthias Sohn2015-01-042-2/+2
| * Trim author/committer name and email in commit headerRĂ¼diger Herrmann2015-01-031-0/+12
| * Rename detection should canonicalize line endingsMarc Strapetz2015-01-021-18/+44
| * PathMatcher should respect "assumeDirectory" flagAndrey Loskutov2014-12-281-14/+101
* | Prepare 3.7.0-SNAPSHOT buildsMatthias Sohn2014-12-242-39/+39
|/
* Prepare 3.6.1-SNAPSHOT buildsMatthias Sohn2014-12-232-39/+39
* JGit v3.6.0.201412230720-rv3.6.0.201412230720-rMatthias Sohn2014-12-232-2/+2
* Fix unit tests for windows by explicitly closing test reposChristian Halstrick2014-12-221-0/+3
* Merge branch 'stable-3.5' into stable-3.6Matthias Sohn2014-12-1914-59/+338
|\
| * JGit v3.5.3.201412180710-rv3.5.3.201412180710-rstable-3.5Matthias Sohn2014-12-182-2/+2
| * Merge branch 'stable-3.4' into stable-3.5Matthias Sohn2014-12-1814-59/+338
| |\
| | * JGit v3.4.2.201412180340-rv3.4.2.201412180340-rstable-3.4Matthias Sohn2014-12-182-2/+2
| | * ObjectChecker: Disallow names potentially mapping to ".git" on HFS+Matthias Sohn2014-12-181-0/+120
| | * ObjectChecker: Disallow Windows shortname "GIT~1"Christian Halstrick2014-12-181-0/+34
| | * ObjectChecker: Disallow ".git." and ".git<space>"Shawn Pearce2014-12-182-8/+98
| | * Always ignore case when forbidding .git in ObjectCheckerShawn Pearce2014-12-181-16/+1
| | * DirCache: Refuse to read files with invalid pathsShawn Pearce2014-12-181-0/+44
| | * DirCache: Replace isValidPath with DirCacheCheckout.checkValidPathShawn Pearce2014-12-181-2/+6
| | * Replace "a." with "a-" in unit testsShawn Pearce2014-12-188-29/+31
| | * Deprecate TemporaryBuffer.LocalFile without parent directoryShawn Pearce2014-11-252-13/+13
| | * DirCache: Buffer TREE extension to $GIT_DIRShawn Pearce2014-11-251-1/+1
| * | Prepare 3.5.3-SNAPSHOT buildsMatthias Sohn2014-11-122-38/+38
| * | JGit v3.5.2.201411120430-rv3.5.2.201411120430-rMatthias Sohn2014-11-122-2/+2
| * | Prepare 3.5.2-SNAPSHOT buildsMatthias Sohn2014-10-142-38/+38
| * | JGit v3.5.1.201410131835-rv3.5.1.201410131835-rMatthias Sohn2014-10-142-2/+2
* | | Support the new repository layout for submodulesChristian Halstrick2014-12-151-0/+18
* | | Allow explicit configuration of git directory in CloneCommandChristian Halstrick2014-12-151-0/+50
* | | Allow explicit configuration of git directory in InitCommandChristian Halstrick2014-12-151-0/+110
* | | Fix tests on windows by closing reposChristian Halstrick2014-12-128-238/+247