summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
* pgm, test: Add missing dependency for buck buildDavid Pursehouse2016-09-221-0/+1
* Change JGit minimum execution environment to JavaSE-1.8Matthias Sohn2016-09-208-125/+5
* Add built-in LFS smudge filter for local caseChristian Halstrick2016-09-202-28/+102
* Add built-in LFS clean filterChristian Halstrick2016-09-202-2/+79
* Add support for built-in smudge filtersChristian Halstrick2016-09-201-0/+94
* Add support for built-in clean filtersChristian Halstrick2016-09-201-0/+157
* Prepare 4.6.0-SNAPSHOT buildsMatthias Sohn2016-09-192-42/+42
* Handle all values of branch.[name].rebaseThomas Wolf2016-09-152-37/+58
* Ignore trailing spaces in directory rule patternsAndrey Loskutov2016-09-143-1/+43
* Add support for post-commit hooksMartin Goellnitz2016-09-131-0/+62
* Don't log error if system git config does not existMatthias Sohn2016-09-051-0/+13
* Add missing dependency to slf4j-log4j bridgeMatthias Sohn2016-09-051-1/+2
* Rename FSJava7Test to FSTestMatthias Sohn2016-09-031-1/+1
* ReceivePack: refactor push option parsingShawn Pearce2016-08-261-10/+8
* Fix push option initalization on HTTPStefan Beller2016-08-261-1/+1
* Clarify the semantics of DfsRefDatabase#compareAndPutMasaya Suzuki2016-08-251-0/+39
* NoteMapTest: Add missing @Test annotationsDave Borowitz2016-08-261-1/+7
* Use FS#lastModified instead of File#lastModifiedMasaya Suzuki2016-08-243-15/+18
* Added Java 7 launch config with LANG env. variable setAndrey Loskutov2016-08-241-0/+30
* Enhance ResetCommand to allow disabling reflog updateMatthias Sohn2016-08-171-0/+40
* Merge "Add path src/ to source path in build.properties"Matthias Sohn2016-08-081-1/+2
|\
| * Add path src/ to source path in build.propertiesMatthias Sohn2016-08-061-1/+2
* | Merge "Skip cleaning inner repositories by default in CleanCommand"Christian Halstrick2016-08-071-0/+40
|\ \
| * | Skip cleaning inner repositories by default in CleanCommandMatthaus Owens2016-08-041-0/+40
* | | Merge "Add testCleanDirsWithSubmodule test to CleanCommandTest"Christian Halstrick2016-08-071-0/+28
|\| | | |/ |/|
| * Add testCleanDirsWithSubmodule test to CleanCommandTestMatthaus Owens2016-08-041-0/+28
* | Merge changes I27961679,I91be6165,If0dbd562Jonathan Nieder2016-08-051-3/+0
|\ \
| * | Remove references to org.eclipse.jgit.java7David Pursehouse2016-08-051-3/+0
* | | Shallow fetch/clone: Make --depth mean the total history depthTerry Parker2016-08-051-7/+49
* | | Shallow fetch: Respect "shallow" linesTerry Parker2016-08-051-22/+75
|/ /
* | Shallow fetch: avoid sending unneeded blobsTerry Parker2016-08-041-3/+69
* | PackWriterTest: Improve readabilityTerry Parker2016-08-041-10/+17
|/
* Annotate Sets#of with @SafeVarArgs to prevent heap pollution warningDavid Pursehouse2016-07-261-0/+1
* Ignore 'The value of exception parameter is not used' warningDavid Pursehouse2016-07-261-0/+1
* Merge branch 'stable-4.4'David Pursehouse2016-07-261-0/+14
|\
| * JGit v4.4.1.201607150455-rv4.4.1.201607150455-rMatthias Sohn2016-07-152-2/+2
| * Merge "RefDirectory: remove ref lock file for following ref dir removal" into...Christian Halstrick2016-07-151-0/+14
| |\
| | * RefDirectory: remove ref lock file for following ref dir removalMarco Miller2016-06-101-0/+14
* | | RefSpecs: allow construction of weird wildcarded RefSpecsStefan Beller2016-07-251-0/+25
* | | RefSpec: reject refs ending in '/'Stefan Beller2016-07-251-0/+10
* | | Push implementation of option stringsDan Wang2016-07-221-0/+363
* | | Merge branch 'stable-4.4'Matthias Sohn2016-07-123-7/+198
|\| |
| * | Time based eviction strategy for repository cacheChristian Halstrick2016-07-122-4/+175
| * | Add method to read time unit from configHugo Arès2016-07-121-0/+95
| * | Config load should not fail on unsupported or nonexistent include pathHugo Arès2016-06-271-3/+24
| |/
* | Fix unclosed resource warnings in FileTreeIteratorTestMatthias Sohn2016-07-071-29/+30
* | ReceivePack: report protocol parsing failures on channel 3Shawn Pearce2016-07-051-0/+40
* | PushConnectionTest: Use Java 7 try-with-resourcesShawn Pearce2016-07-051-10/+3
* | Enhance test coverage when core.filemode is falseChristian Halstrick2016-07-011-48/+30
* | Merge changes from topic 'dfs-gc'Shawn Pearce2016-06-271-0/+239
|\ \