summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Add missing @since tags for new public methods in ConfigMatthias Sohn2013-12-111-0/+2
* Don't use API exception in RebaseTodoLineChristian Halstrick2013-12-112-7/+68
* Merge "Fix aborting rebase with detached head" into stable-3.2Robin Rosenberg2013-12-101-13/+18
|\
| * Fix aborting rebase with detached headStefan Lay2013-12-101-13/+18
* | Add recursive variant of Config.getNames() methodsMatthias Sohn2013-12-062-1/+40
|/
* Implement rebase.autostashStefan Lay2013-12-045-23/+139
* Merge "More helpful InvalidPathException messages (include reason)"Christian Halstrick2013-12-044-23/+51
|\
| * More helpful InvalidPathException messages (include reason)Robin Stocker2013-12-034-23/+51
* | Fix IgnoreRule#isMatch returning wrong result due to missing resetRobin Stocker2013-12-031-0/+1
|/
* Fix exception on conflicts with recursive mergeRobin Stocker2013-12-035-27/+38
* Fix broken symbolic links on Cygwin.John Ross2013-12-021-4/+4
* Do not allow non-ff-rebase if there are uncommitted changesStefan Lay2013-12-023-7/+88
* Fix handling of file/folder conflicts during a checkoutChristian Halstrick2013-11-291-1/+7
* Mention null return in Javadoc of Config#getStringRobin Stocker2013-11-291-2/+2
* Fix applying stash on other commitStefan Lay2013-11-291-0/+1
* Use static factory methods instead of overloaded constructorsStefan Lay2013-11-292-18/+27
* Cache SimpleDateFormat in GitDateParser per localeMatthias Sohn2013-11-233-16/+95
* Fix FIXUP error for blank lines in interactive rebaseStefan Lay2013-11-221-1/+1
* Fix parsing Rebase todo lines when commit message is missingStefan Lay2013-11-211-0/+2
* Add close() method to APIChristian Halstrick2013-11-201-0/+20
* Merge "Don't delete .idx file if .pack file can't be deleted"Robin Rosenberg2013-11-171-18/+39
|\
| * Don't delete .idx file if .pack file can't be deletedChristian Halstrick2013-11-131-18/+39
* | 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
* | 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-121-26/+101
| |/ |/|
* | 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
|/
* Interactive Rebase: Do actions if there were conflictsStefan Lay2013-11-081-80/+117
* Rebase interactive should finish if last step is editStefan Lay2013-11-061-9/+14
* Merge changes I40f2311c,I3c419094Matthias Sohn2013-11-056-10/+281
|\
| * Add additional RebaseResult for editing commitsStefan Lay2013-11-052-8/+19
| * Add Squash/Fixup support for rebase interactive in RebaseCommandTobias Pfeifer2013-11-055-2/+262
* | Merge changes I85470d1d,I43711486,Ie6ade781,Ic9ab2b6e,Iebe50933,Id6fac253,Ia6...Shawn Pearce2013-11-057-49/+200
|\ \ | |/ |/|
| * Extract protocol constants to a common classShawn Pearce2013-11-016-47/+199
| * Remove unnecessary import of BaseConnection in MessageWriterShawn Pearce2013-11-011-2/+1
* | Declare that org.eclipse.jgit.transport uses com.jcraft.jschMatthias Sohn2013-11-051-1/+1
* | Merge "testMaliciousPathEmpty fails on Windows"Christian Halstrick2013-11-041-2/+3
|\ \
| * | testMaliciousPathEmpty fails on WindowsRobin Rosenberg2013-11-011-2/+3
| |/
* | 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-311-44/+95
* | Enhance reading of git-rebase-todo formatted filesChristian Halstrick2013-10-316-264/+541
|/
* Support extension of TransportHttpMichael Nelson2013-10-261-1/+10
* Add / fix @since tagsMatthias Sohn2013-10-243-2/+4
* Make sure SystemReader is reset after test is runRobin Stocker2013-10-221-1/+2
* Describe HEAD if no explicit target was setMatthias Sohn2013-10-113-9/+10
* Allow to set target of DescribeCommandMatthias Sohn2013-10-111-2/+3
* Fix ServiceMayNotContinueException constructors for Java 1.5Colby Ranger2013-10-081-2/+3