summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst
Commit message (Expand)AuthorAgeFilesLines
* Add an in-process pack transport for use in testsDave Borowitz2015-02-271-0/+248
* Merge branch 'stable-3.7'Matthias Sohn2015-02-271-0/+17
|\
| * Read user.name and email from environment firstMatthias Sohn2015-02-241-0/+17
* | Move console classes to pgm bundleMatthias Sohn2015-02-101-6/+0
|/
* 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
* Fix RawText.getLineDelimiter() for empty first lineFrank Wagner2015-01-171-0/+7
* Add basic support for .gitattributesArthur Daussy2015-01-075-0/+1249
* AIOOB in ChangeIdUtil.indexOfChangeId if amended message is a newlineAndrey Loskutov2015-01-061-0/+4
* 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
* 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-1913-58/+337
|\
| * Merge branch 'stable-3.4' into stable-3.5Matthias Sohn2014-12-1813-58/+337
| |\
| | * 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-251-12/+12
| | * DirCache: Buffer TREE extension to $GIT_DIRShawn Pearce2014-11-251-1/+1
* | | 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-275-4/+1915
* | | 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
|\| |
| * | Fix PackWriterBitmapWalker handling non-existing uninteresting objectsChristian Halstrick2014-09-251-0/+29
* | | Add "aggressive" option to GCChristian Halstrick2014-09-191-13/+40
|/ /
* | PlotCommitList: Close plot lanes at root commitsKonrad Kügler2014-09-021-0/+38
* | Handle -m option for Merge commandAxel Richard2014-08-301-1/+64