summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add constructors that take Throwable to ServiceMayNotContinueException.Colby Ranger2013-10-071-0/+23
* Propagate IOException where possible when getting refs.Colby Ranger2013-10-0710-13/+48
* Prepare 3.2.0-SNAPSHOT buildsMatthias Sohn2013-10-033-35/+35
* Merge branch 'stable-3.1'Matthias Sohn2013-10-036-40/+46
|\
| * Prepare post 3.1.0 buildsstable-3.1Matthias Sohn2013-10-033-35/+35
| * JGit v3.1.0.201310021548-rv3.1.0.201310021548-rMatthias Sohn2013-10-023-4/+4
| * Fix order of commits in rebase todo file headerStefan Lay2013-09-291-2/+2
| * Prepare post 3.1.0 RC1 buildsMatthias Sohn2013-09-273-3/+3
| * JGit v3.1.0.201309270735-rc1v3.1.0.201309270735-rc1Matthias Sohn2013-09-273-3/+3
| * Attempt to fix graph layout when new heads are introducedRobin Rosenberg2013-09-261-1/+5
| * Use full branch name when getting ref in BranchTrackingStatusRobin Stocker2013-09-201-2/+4
* | Merge "Added the git-describe implementation"Matthias Sohn2013-10-024-0/+293
|\ \
| * | Added the git-describe implementationKohsuke Kawaguchi2013-09-274-0/+293
| |/
* / Do not close ArchiveOutputStream on errorJonathan Nieder2013-09-231-2/+2
|/
* Ignore bitmap indexes that do not match the pack checksumColby Ranger2013-09-191-8/+8
* Remove unneeded packs when compacting with no new objectsColby Ranger2013-09-161-1/+7