aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst
Commit message (Expand)AuthorAgeFilesLines
* RefDirectory.getRef: Treat fake missing symrefs like real onesJonathan Nieder2015-11-191-0/+30
* 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
|\ \ | |/ |/|
| * 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
* | Add support for pre-push hooksChristian Halstrick2015-11-021-0/+47
* | Enhance FS.runProcess() to support stdin-redirection and binary dataChristian Halstrick2015-11-021-0/+171
* | Bitmap generation: Add a test of ordering commits by "chains"Terry Parker2015-10-282-139/+271
* | Merge "WalkEncryptionTest: get rid of Log4J dependency"Matthias Sohn2015-10-231-2/+3
|\ \
| * | WalkEncryptionTest: get rid of Log4J dependencyMarc Strapetz2015-10-211-2/+3
* | | Expose bitmap selection parameters via PackConfigTerry Parker2015-10-211-0/+136
* | | Update bitmap selection throttling to fully span active branches.Terry Parker2015-10-212-62/+136
|/ /
* | Merge "Push control of time into MockSystemReader"Jonathan Nieder2015-10-203-6/+6
|\ \
| * | Push control of time into MockSystemReaderTerry Parker2015-10-203-6/+6
* | | Adding JGitV1 and JGitV2 Walk EncryptionAndrei Pozolotin2015-10-181-52/+286
* | | Adding AES Walk Encryption support in http://www.jets3t.org/ modeAndrei Pozolotin2015-10-181-0/+1060
* | | Test stability: add fsTick() to avoid random testPruneNone() failuresAndrey Loskutov2015-10-131-0/+1
|/ /
* | Fixed jgit test failures on WindowsAndrey Loskutov2015-10-123-18/+34
* | Merge "Limit the range of commits for which bitmaps are created."Shawn Pearce2015-10-101-0/+73
|\ \
| * | Limit the range of commits for which bitmaps are created.Terry Parker2015-10-081-0/+73
* | | Delete non empty directories before checkout a pathAndrey Loskutov2015-10-091-1/+391
* | | Add utility method allowing to check for empty folders in workdirChristian Halstrick2015-10-081-3/+21
|/ /
* | Merge "RepoCommand: Add setRecordRemoteBranch option to record upstream branch"Jonathan Nieder2015-10-051-0/+45
|\ \
| * | RepoCommand: Add setRecordRemoteBranch option to record upstream branchStefan Beller2015-10-051-0/+45
| |/
* / [ignore rules] fix for handling unmatched '[' bracketsAndrey Loskutov2015-09-302-1/+55
|/
* [ignore rules] fix for backslash handlingAndrey Loskutov2015-09-261-8/+32
* [ignore rules] Fix for character group matcherAndrey Loskutov2015-09-261-0/+1
* Merge "Show submodule difference as a hunk"Matthias Sohn2015-09-251-3/+2
|\
| * Show submodule difference as a hunkJacob Keller2015-09-241-3/+2
* | Properly support special regex characters in ignore rulesAndrey Loskutov2015-09-241-0/+78
* | Remove unneeded @SuppressWarnings("boxing")Hugo Arès2015-09-231-5/+3
|/
* Fix endless loop in ObjectChecker for MacOSChristian Halstrick2015-09-171-0/+11
* Fix integer boxing eclipse warningHugo Arès2015-09-171-1/+1
* URIish: fall back to host as humanish namePatrick Steinhardt2015-09-101-0/+58
* PushCertificateStore: Don't add no-op command to batchDave Borowitz2015-09-021-0/+28
* Use NIO2 to implement FileUtils.rename() and expose optionsMatthias Sohn2015-08-171-0/+12
* Consider original file mode while checking parent ignore rulesAndrey Loskutov2015-08-121-0/+50
* containsGitModulesFile() should not crash on bare repositoryAndrey Loskutov2015-08-031-0/+8
* PushCertificate: Omit null pushee from text representationDave Borowitz2015-07-281-0/+1
* Fix ResolveMerger when files should be replaced by foldersChristian Halstrick2015-07-231-0/+74
* Don't keep empty ignore rules in the ignore node listAndrey Loskutov2015-07-211-1/+21
* Allow leading/trailing spaces in ignore rulesAndrey Loskutov2015-07-211-0/+61
* Allow leading literal '#' and '!' in ignore rules if they are escapedAndrey Loskutov2015-07-211-0/+12
* Don't trim trailing space if it is escaped with backslashAndrey Loskutov2015-07-211-0/+6
* Consider only escaping backslash for regular expressions in ignore rulesAndrey Loskutov2015-07-211-0/+10
* PushCertificate: Add toTextWithSignature() methodDave Borowitz2015-07-151-0/+1