summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix applying stash on other commitStefan Lay2013-11-292-0/+88
* Use static factory methods instead of overloaded constructorsStefan Lay2013-11-292-18/+27
* Break up GCTest to run in parallelShawn Pearce2013-11-2411-777/+1226
* Modify T0004_PackReaderTest to use existing packShawn Pearce2013-11-241-10/+10
* Move SampleDataRepositoryTestCase to org.eclipse.jgit.testShawn Pearce2013-11-2416-16/+19
* Support running from JARs in JGitTestUtilShawn Pearce2013-11-242-5/+38
* Cache SimpleDateFormat in GitDateParser per localeMatthias Sohn2013-11-236-34/+133
* Fix FIXUP error for blank lines in interactive rebaseStefan Lay2013-11-222-1/+39
* Fix parsing Rebase todo lines when commit message is missingStefan Lay2013-11-212-0/+15
* Add close() method to APIChristian Halstrick2013-11-202-0/+48
* Update Jetty to 7.6.14.v20131031Matthias Sohn2013-11-183-35/+35
* Merge "Don't delete .idx file if .pack file can't be deleted"Robin Rosenberg2013-11-172-18/+75
|\
| * Don't delete .idx file if .pack file can't be deletedChristian Halstrick2013-11-132-18/+75
* | Document that path parameters should use '/' as separatorRobin Stocker2013-11-1514-22/+36
* | Improve Javadoc for typeHint parameterRobin Stocker2013-11-143-15/+17
* | Do not update the ref hot bit when checking isIndexLoadedColby Ranger2013-11-132-1/+5
* | 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