aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak in dfs.DeltaBaseCaseShawn Pearce2015-05-111-0/+152
* FS_POSIX: Rework umask detection to make it settableShawn Pearce2015-05-101-41/+16
* ObjectWalk: make setRetainBody(false) the defaultShawn Pearce2015-05-101-5/+5
* Merge changes I62befa4a,Ia9c3d123,I7fcf6534Shawn Pearce2015-05-095-602/+72
|\
| * Delete deprecated class IgnoreRuleMatthias Sohn2015-04-255-602/+72
* | Add fsck.allowInvalidPersonIdent to accept invalid author/committersShawn Pearce2015-04-301-1/+40
* | Merge branch 'stable-3.7'Matthias Sohn2015-04-271-15/+0
|\ \ | |/ |/|
| * Revert "Let ObjectWalk.markUninteresting also mark the root tree as"David Ostrovsky2015-04-261-15/+0
* | Do not add a newline at the end if neither merged side had oneAndré de Oliveira2015-03-272-12/+54
* | Make RepositoryState.REBASING_MERGE reachable again.Laurent Delaigue2015-03-272-7/+7
* | Fix RecursiveMerger in case of multiple, independent base commitsChristian Halstrick2015-03-251-0/+63
* | TestRepository: Add a cherryPick methodDave Borowitz2015-03-231-1/+79
* | Merge bundle org.eclipse.jgit.java7 into org.eclipse.jgitMatthias Sohn2015-03-238-1/+1176
* | Revert "CommitBuilder should check for duplicate parents"Jonathan Nieder2015-03-182-108/+26
* | TemporaryBuffer: Allow presizing block pointer listDave Borowitz2015-03-181-0/+25
* | CommitBuilder should check for duplicate parentsChristian Halstrick2015-03-122-26/+108
* | TestRepository: Allow setting explicit Change-IdDave Borowitz2015-03-121-0/+11
* | TestRepository: Ignore existing Change-Id in messageDave Borowitz2015-03-121-0/+10
* | TestRepository: Support committing to unborn symrefDave Borowitz2015-03-121-0/+10
* | TestRepository: Add methods to amend commits or refsDave Borowitz2015-03-121-1/+105
* | TestRepository: Add a reset method to move HEAD aroundDave Borowitz2015-03-121-0/+83
* | TestRepository: Optionally insert Change-Id in commit messageDave Borowitz2015-03-121-0/+88
* | 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-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