summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge "Fix DirCacheCheckout to set correct file length if core.autocrlf=true"...Christian Halstrick2014-12-121-1/+47
|\ \ \
| * | | Fix DirCacheCheckout to set correct file length if core.autocrlf=trueMatthias Sohn2014-12-111-1/+47
* | | | CheckoutCommand: Fix checking out ours/theirs when no base stage existsRobin Stocker2014-12-101-0/+34
|/ / /
* | | Consider parent rules if ignore rule is negatedAndrey Loskutov2014-11-291-2/+211
* | | Deprecate checkoutEntry variant that accepts FileShawn Pearce2014-11-271-2/+2
* | | Deprecate checkoutEntry without ObjectReaderShawn Pearce2014-11-241-2/+2
* | | Don't use java.util.regex for two simple wildcard casesAndrey Loskutov2014-11-183-21/+26
* | | Fix variable name and error message for sideband testingStefan Beller2014-11-101-3/+3
* | | Expand wildcard imports to specfic classesShawn Pearce2014-11-107-27/+32
* | | Fix possible NPE in IndexDiff when not all submodules are clonedChristian Halstrick2014-11-091-1/+7
* | | Make sure checkout doesn't report conflicts on ignored pathsChristian Halstrick2014-11-061-0/+32
* | | Support for Submodule configuration submodule.<name>.ignoreChristian Halstrick2014-11-031-0/+211
* | | Reimplementation of ignore rule parserAndrey Loskutov2014-10-276-5/+1918
* | | Merge "Initialize 'pathLen' field also for empty directories"Robin Stocker2014-10-231-0/+37
|\ \ \
| * | | Initialize 'pathLen' field also for empty directoriesAndrey Loskutov2014-10-231-0/+37
* | | | BundleWriter: Support including HEAD in bundleRobin Stocker2014-10-191-10/+17
|/ / /
* | | Fix ResetCommand to default to mixed resetMatthias Sohn2014-10-131-0/+15
* | | Merge branch 'stable-3.5'Matthias Sohn2014-09-261-0/+29
|\| |
| * | Prepare 3.5.1-SNAPSHOT buildsMatthias Sohn2014-09-262-38/+38
| * | JGit v3.5.0.201409260305-rv3.5.0.201409260305-rMatthias Sohn2014-09-262-2/+2
| * | Fix PackWriterBitmapWalker handling non-existing uninteresting objectsChristian Halstrick2014-09-251-0/+29
| * | Prepare post 3.5.0-rc1 buildsMatthias Sohn2014-09-082-2/+2
| * | JGit 3.5.0.201409071800-rc1v3.5.0.201409071800-rc1Matthias Sohn2014-09-072-2/+2
* | | Add "aggressive" option to GCChristian Halstrick2014-09-191-13/+40
* | | Prepare 3.6.0-SNAPSHOT buildsMatthias Sohn2014-09-052-38/+38
|/ /
* | PlotCommitList: Close plot lanes at root commitsKonrad Kügler2014-09-021-0/+38
* | Handle -m option for Merge commandAxel Richard2014-08-301-1/+64