summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
* Merge changes Idaed9310,I62bd7c0bMatthias Sohn2016-01-031-879/+572
|\
| * ObjectChecker: honor some git-core fsck.* optionsShawn Pearce2015-12-301-27/+121
| * ObjectChecker: allow some objects to skip errorsShawn Pearce2015-12-301-873/+472
* | Fixed few locale dependent pgm testsAndrey Loskutov2016-01-021-0/+31
* | buck: set vm_args for testsShawn Pearce2016-01-011-0/+1
* | Merge changes from topic 'add-df'Shawn Pearce2016-01-013-5/+203
|\ \
| * | DirCache: Do not create duplicate tree entriesShawn Pearce2015-12-291-0/+46
| * | DirCacheEditor: Replace file-with-tree and tree-with-fileShawn Pearce2015-12-292-4/+60
| * | AddCommand: Use NameConflictTreeWalk to identify file-dir changesShawn Pearce2015-12-291-1/+97
* | | buck: run testsShawn Pearce2015-12-311-0/+94
| |/ |/|
* | PackWriter: use lib.ObjectIdSet to avoid wrapperShawn Pearce2015-12-291-12/+3
|/
* Skip nested copyfiles in RepoCommand.Yuxuan 'fishy' Wang2015-12-221-1/+6
* Checkout should be able to override modified symbolic linksAndrey Loskutov2015-12-172-8/+83
* Included cached deltas in delta packStatistics.James Kolb2015-12-161-0/+34
* Merge changes Ib4d53bdd,I55bd512cJonathan Nieder2015-12-161-33/+117
|\
| * Do not let PathFilter.create("a/b") match 'a' unless 'a' is a subtreeJonathan Nieder2015-12-151-6/+37
| * Add tests for PathFilterGroup.SingleJonathan Nieder2015-12-151-33/+86
* | Merge "Refspec: loosen restrictions on wildcard "*""Shawn Pearce2015-12-151-15/+35
|\ \
| * | Refspec: loosen restrictions on wildcard "*"Marc Strapetz2015-10-211-15/+35
* | | Merge "Bug 484342: Support @ in username in SSH url."Shawn Pearce2015-12-151-0/+42
|\ \ \ | |_|/ |/| |
| * | Bug 484342: Support @ in username in SSH url.Mike Gilbode2015-12-151-0/+42
* | | Merge "push: Do not blindly overwrite peer"Shawn Pearce2015-12-141-0/+143
|\ \ \ | |/ / |/| |
| * | push: Do not blindly overwrite peerShawn Pearce2015-12-141-0/+143
* | | Fix FileTreeIterator.idSubmodule(Entry)Christian Halstrick2015-12-131-1/+1
* | | URIish: fixed full uri pattern not expecting end of line after host nameAndrey Loskutov2015-12-121-0/+15
* | | Add remote command to JGit CLIKaloyan Raev2015-12-115-0/+413
|/ /
* | Support atomic push in JGit clientShawn Pearce2015-12-021-0/+200
* | Delay locating .gitattributes until requestedShawn Pearce2015-11-291-0/+41
* | DirCacheEntry: Speed up creation by avoiding string castShawn Pearce2015-11-281-2/+2
* | Add support for smudge filtersChristian Halstrick2015-11-272-5/+126
* | Add support for clean filtersChristian Halstrick2015-11-271-0/+188
* | Add the new class Attributes holding multiple Attribute(s)Ivan Motsch2015-11-274-29/+23
* | Fix unit tests on WindowsChristian Halstrick2015-11-262-22/+21
* | Fix HookTest when running on Win32_CygwinChristian Halstrick2015-11-261-13/+8
* | Repository: Introduce exactRef and findRef, deprecate getRefJonathan Nieder2015-11-2515-173/+187
* | Merge "RefDirectory.getRef: Treat fake missing symrefs like real ones"Jonathan Nieder2015-11-241-0/+30
|\ \
| * | RefDirectory.getRef: Treat fake missing symrefs like real onesJonathan Nieder2015-11-191-0/+30
* | | Let FS_Win32_Cygwin detect symlink support by creating temporary symlinkChristian Halstrick2015-11-215-0/+12
* | | Fix classpath of test launch configurationsMatthias Sohn2015-11-212-2/+0
* | | Avoid UnknownHostException in WalkEncryptionTestMatthias Sohn2015-11-211-9/+32
|/ /
* | Introduce FS.execute() to execute a command defined by a ProcessBuilderChristian Halstrick2015-11-181-0/+40
* | Adds the git attributes computation on the treewalkArthur Daussy2015-11-184-39/+887
* | Merge "Fix MissingObjectException in RenameDetector"Christian Halstrick2015-11-171-0/+31
|\ \
| * | Fix MissingObjectException in RenameDetectorRĂ¼diger Herrmann2015-11-121-0/+31
* | | Merge branch 'stable-4.1'Matthias Sohn2015-11-141-0/+19
|\ \ \ | |/ / |/| |
| * | Prepare 4.1.2-SNAPSHOT buildsMatthias Sohn2015-11-142-41/+41
| * | JGit v4.1.1.201511131810-rv4.1.1.201511131810-rMatthias Sohn2015-11-142-2/+2
| * | RefDirectory.exactRef: Do not ignore symrefs to unborn branchJonathan Nieder2015-11-111-0/+19
* | | Fix imports in DfsInserterTestMatthias Sohn2015-11-051-10/+9
* | | Insert duplicate objects to prevent race during garbage collection.Mike Williams2015-11-041-7/+61