aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* 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
* ResetCommand: Allow reset on unborn branch when ref not specifiedRobin Stocker2013-09-132-57/+86
* Merge branch 'stable-3.0'Matthias Sohn2013-09-111-1/+0
|\
| * Prepare post 3.0.2 buildsMatthias Sohn2013-09-113-34/+34
| * JGit v3.0.2.201311090911-rv3.0.2.201311090911-rMatthias Sohn2013-09-113-3/+3
* | Don't treat "/" as valid ignore patternRobin Stocker2013-09-091-1/+1
* | Merge "Remove unnecessary inflate stride in DfsBlock"Shawn Pearce2013-09-042-43/+17
|\ \
| * | Remove unnecessary inflate stride in DfsBlockShawn Pearce2013-09-042-43/+17
* | | Merge branch 'stable-3.0'Matthias Sohn2013-09-041-2/+0
|\ \ \ | |/ / |/| / | |/
| * Prepare post 3.0.2-rc2 buildsMatthias Sohn2013-09-043-3/+3
| * JGit v3.0.2.201309041250-rc2v3.0.2.201309041250-rc2Matthias Sohn2013-09-043-3/+3
| * Update build to use CBI jarsigner pluginMatthias Sohn2013-09-041-2/+0
| * Update reflog like C Git during rebase (non-interactive)Robin Rosenberg2013-08-212-13/+40