summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Add a method to DfsOutputStream to read as an InputStreamDave Borowitz2013-06-195-39/+296
* | | Add the other test launchers as favoritesRobin Rosenberg2013-06-163-0/+12
* | | Fix tests for OS X when the tmpdir is the default /tmpRobin Rosenberg2013-06-164-5/+18
* | | Fix running maven http tests on OS XRobin Rosenberg2013-06-161-0/+8
* | | Disable warning about assigning to parameterRobin Stocker2013-06-1515-15/+15
| |/ |/|
* | Add missing @since tagsMatthias Sohn2013-06-153-8/+13
* | Merge "document empty blocks in StashApplyCommandTest"Matthias Sohn2013-06-141-0/+3
|\ \
| * | document empty blocks in StashApplyCommandTestTomasz Zarna2013-06-131-0/+3
* | | Prepare 3.1.0-SNAPSHOT buildsMatthias Sohn2013-06-1351-242/+242
* | | Merge branch 'stable-3.0'Matthias Sohn2013-06-139-23/+27
|\ \ \ | |/ / |/| |
| * | Prepare post 3.0.0.201306101825-r buildsMatthias Sohn2013-06-1346-46/+46
| * | JGit v3.0.0.201306101825-rv3.0.0.201306101825-rMatthias Sohn2013-06-1146-46/+46
| * | Make JGit test work with both hamcrest 1.1 (juno) and 1.3 (kepler)Robin Rosenberg2013-06-094-9/+6
| * | Fix version.sh to not overwrite ${project.version}Matthias Sohn2013-06-041-3/+10
| * | Prepare post 3.0.0 RC3 buildsMatthias Sohn2013-06-0446-46/+46
| * | JGit v3.0.0.201306040240-rc3v3.0.0.201306040240-rc3Matthias Sohn2013-06-0446-58/+58
* | | Fix warnings in ArchiveCommandMatthias Sohn2013-06-101-11/+7
* | | Add support for "jgit archive --output=<filename>"Jonathan Nieder2013-06-062-12/+235
* | | Pick default archive format based on filename suffixJonathan Nieder2013-06-066-3/+111
* | | Add long filename, large file, and non-ASCII filename support to TarFormatJonathan Nieder2013-06-063-8/+41
* | | Add tbz2 archive formatJonathan Nieder2013-06-053-0/+73
* | | Include o.e.j.archive into o.e.jgit featureMatthias Sohn2013-06-022-14/+18
* | | Update build to use Tycho 0.18Matthias Sohn2013-06-021-1/+1
* | | Add jgit target platform to define dependencies more preciselyMatthias Sohn2013-06-027-24/+172
* | | Fix javadoc of FormatActivatorMatthias Sohn2013-06-021-5/+7
* | | Fix version of dependency to package org.osgi.frameworkMatthias Sohn2013-06-011-1/+1
* | | Add missing javadoc for archive codeJonathan Nieder2013-05-297-0/+63
* | | Remove unused import in ArchiveJonathan Nieder2013-05-291-1/+0
* | | Drop unnecessary "throws" clauses in archive codeJonathan Nieder2013-05-292-4/+3
* | | Move FormatActivator.start()/stop() to a separate classJonathan Nieder2013-05-293-46/+95
* | | Merge branch 'stable-3.0'Matthias Sohn2013-05-2925-138/+566
|\| |
| * | Prepare post 3.0.0-rc2 buildsMatthias Sohn2013-05-2946-58/+58
| * | JGit v3.0.0.201305281830-rc2v3.0.0.201305281830-rc2Matthias Sohn2013-05-2946-58/+58
| * | Support refspecs with wildcard in middle (not only at end)Robin Stocker2013-05-284-19/+214
| * | Fix multiple bugs in RawSubStringPattern used by MessageRevFilterRobin Stocker2013-05-282-5/+109
| * | Handle short branch/tag name for setBranch in CloneCommandRobin Stocker2013-05-262-10/+48
| * | Add missing Bundle-Localization headerMatthias Sohn2013-05-261-0/+1
| * | Apply tree filter marks when pairing DiffEntry for renamesRobin Stocker2013-05-241-0/+2
| * | Improve feature names to become understandable by end usersMatthias Sohn2013-05-216-6/+6
| * | Update kepler orbit version to R20130517111416Matthias Sohn2013-05-201-1/+1
| * | Fix BatchRefUpdate progress-monitoring so it doesn't count twiceRoberto Tyley2013-05-192-10/+32
| * | Merge "Fix DiffFormatter NPEs for DiffEntry without content change" into stab...Matthias Sohn2013-05-162-2/+36
| |\ \
| | * | Fix DiffFormatter NPEs for DiffEntry without content changeRobin Stocker2013-05-152-2/+36
| * | | Fix AnyObjectId's generic type declaration of ComparableRoberto Tyley2013-05-161-5/+1
| |/ /
| * | Fix CommitCommand not to destroy repoChristian Halstrick2013-05-112-60/+98
| * | Fix the parameters to an exceptionRobin Rosenberg2013-05-101-20/+18
| * | Prepare post 3.0.0 M7 buildsMatthias Sohn2013-05-0846-58/+58
| * | JGit v3.0.0.201305080800-m7v3.0.0.201305080800-m7Matthias Sohn2013-05-0846-58/+58
* | | Add tgz and txz archive formatsJonathan Nieder2013-05-285-1/+141
* | | Maintain list of archive formats in one placeJonathan Nieder2013-05-282-8/+53