aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prepare post 3.2.0-m3 buildsMatthias Sohn2013-11-1351-56/+56
* JGit v3.2.0.201311130903-m3v3.2.0.201311130903-m3Matthias Sohn2013-11-1351-56/+56
* Update to Ant 1.9.2Matthias Sohn2013-11-121-1/+1
* Merge "Add missing @since tags"Matthias Sohn2013-11-127-0/+14
|\
| * Add missing @since tagsMatthias Sohn2013-11-097-0/+14
* | Add uses directives to ensure OSGi wires jgit bundles correctlyMatthias Sohn2013-11-125-37/+129
* | Introduce Kepler and Luna target platformMatthias Sohn2013-11-124-2/+125
* | Update build to use Tycho 0.19Matthias Sohn2013-11-111-2/+2
* | [findBugs] Remove nonsense callMatthias Sohn2013-11-101-1/+0
* | Remove unnecessary @SuppressWarnings("null")Matthias Sohn2013-11-101-5/+0
* | Grant access to internal jgit package to org.eclipse.jgit.junitMatthias Sohn2013-11-101-1/+2
* | Remove duplicate package exportMatthias Sohn2013-11-101-3/+0
* | Don't import non-existing package org.eclipse.jgit.java7Matthias Sohn2013-11-102-2/+0
|/
* Interactive Rebase: Do actions if there were conflictsStefan Lay2013-11-082-80/+324
* Rebase interactive should finish if last step is editStefan Lay2013-11-062-9/+47
* Merge changes I40f2311c,I3c419094Matthias Sohn2013-11-057-12/+620
|\
| * Add additional RebaseResult for editing commitsStefan Lay2013-11-053-9/+20
| * Add Squash/Fixup support for rebase interactive in RebaseCommandTobias Pfeifer2013-11-056-3/+600
* | Merge changes I85470d1d,I43711486,Ie6ade781,Ic9ab2b6e,Iebe50933,Id6fac253,Ia6...Shawn Pearce2013-11-0530-136/+412
|\ \ | |/ |/|
| * Use absolute paths for file:// URIs in testsShawn Pearce2013-11-019-31/+44
| * Use getPath() in FileResolverTestShawn Pearce2013-11-011-1/+1
| * Extract protocol constants to a common classShawn Pearce2013-11-017-50/+202
| * Move repeat() to utility class for testsShawn Pearce2013-11-013-12/+59
| * Remove hardcoded target/trash from test casesShawn Pearce2013-11-015-10/+27
| * Remove dependency on StatusCommandTestShawn Pearce2013-11-013-24/+71
| * Remove dependency on DiffFormatterReflowTestShawn Pearce2013-11-011-6/+7
| * Remove unnecessary import of BaseConnection in MessageWriterShawn Pearce2013-11-011-2/+1
* | Merge "Declare that org.eclipse.jgit.transport uses com.jcraft.jsch"Matthias Sohn2013-11-051-1/+1
|\ \
| * | Declare that org.eclipse.jgit.transport uses com.jcraft.jschMatthias Sohn2013-11-051-1/+1
* | | Also use MockSystemReader in GitDateParserBadlyFormattedTestMatthias Sohn2013-11-051-0/+14
|/ /
* | Merge "testMaliciousPathEmpty fails on Windows"Christian Halstrick2013-11-042-4/+12
|\ \
| * | testMaliciousPathEmpty fails on WindowsRobin Rosenberg2013-11-012-4/+12
* | | Merge "Revert "Close unfinished archive entries on error""Dave Borowitz2013-11-012-10/+4
|\ \ \
| * | | Revert "Close unfinished archive entries on error"Jonathan Nieder2013-09-232-10/+4
* | | | Enable to prepare interactive rebase and then start it explicitlyTobias Pfeifer2013-11-012-2/+56
* | | | Parse commitId and shortMessage of a commented out line in rebase todoTobias Pfeifer2013-10-312-44/+214
* | | | Enhance reading of git-rebase-todo formatted filesChristian Halstrick2013-10-317-289/+663
| |/ / |/| |
* | | Enhance RepositoryTestCase.commitFile() to work on empty repositoryMatthias Sohn2013-10-311-4/+13
* | | Merge "Add missing resources from source.. in build.properties"Matthias Sohn2013-10-304-4/+8
|\ \ \
| * | | Add missing resources from source.. in build.propertiesTomasz Zarna2013-10-304-4/+8
* | | | Remove protobuf from target platformMatthias Sohn2013-10-301-2/+0
| |_|/ |/| |
* | | Support extension of TransportHttpMichael Nelson2013-10-261-1/+10
|/ /
* | CLI fetch command should support --tagsKaloyan Raev2013-10-264-0/+127
* | Add missing JUnit dependency in MANFEST.MFRĂ¼diger Herrmann2013-10-251-1/+2
* | Add / fix @since tagsMatthias Sohn2013-10-243-2/+4
* | Make sure SystemReader is reset after test is runRobin Stocker2013-10-226-1/+29
* | Merge "Add describe command to JGit command line interface"Robin Rosenberg2013-10-205-0/+178
|\ \
| * | Add describe command to JGit command line interfaceMatthias Sohn2013-10-115-0/+178
* | | Merge "Fix failed tests when the tmp directory is a symlink"Matthias Sohn2013-10-193-16/+24
|\ \ \
| * | | Fix failed tests when the tmp directory is a symlinkRobin Rosenberg2013-10-203-16/+24