summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Make sure checkout is not deleting folders outside the workingtreeChristian Halstrick2013-08-211-2/+2
| * Fix bugs in TreeWalk#isPathSuffix used by PathSuffixFilterRobin Stocker2013-08-211-3/+7
| * Check parentFile is not nullHiroshi Tomita2013-08-211-1/+1
| * Update HEAD in cherry-picking several commitsHiroshi Tomita2013-08-211-5/+4
| * Fix HTTP response processing for WWW-Authenticate headersAlex Rukhlin2013-08-211-17/+38
| * Don't skip want validation when the client sends no havesDave Borowitz2013-08-211-2/+2
| * Recognize CRLF when parsing the short message of a commit or tagRobin Rosenberg2013-08-214-5/+35
| * Prepare 3.0.2-SNAPSHOT buildsMatthias Sohn2013-08-193-34/+34
| * Prepare post 3.0.0.201306101825-r buildsMatthias Sohn2013-06-133-3/+3
| * JGit v3.0.0.201306101825-rv3.0.0.201306101825-rMatthias Sohn2013-06-113-3/+3
| * Prepare post 3.0.0 RC3 buildsMatthias Sohn2013-06-043-3/+3
| * JGit v3.0.0.201306040240-rc3v3.0.0.201306040240-rc3Matthias Sohn2013-06-043-3/+3
* | LogCommand: Remove outdated TODO and improve docsRobin Stocker2013-08-251-3/+17
* | Enable LsRemoteCommand to work without local repositoryRobin Stocker2013-08-132-1/+18
* | Add missing @since tag for replaceLineBreaksWithSpaceRobin Stocker2013-08-121-0/+1
* | Allow the command line bundle to access internal jgit packagesMatthias Sohn2013-08-111-2/+8
* | Merge "Recognize CRLF when parsing the short message of a commit or tag"Robin Rosenberg2013-08-104-5/+35
|\ \
| * | Recognize CRLF when parsing the short message of a commit or tagRobin Rosenberg2013-06-144-5/+35
* | | Merge "Added characters to be escaped in file name patterns"Robin Rosenberg2013-08-101-20/+44
|\ \ \
| * | | Added characters to be escaped in file name patternsGustav Karlsson2013-04-061-20/+44
* | | | Add missing @since tagsLars Vogel2013-08-103-0/+8
* | | | Advertise capabilities with no refs in upload service.Colby Ranger2013-08-081-0/+2
* | | | Allow UploadPack requests with no optionsShawn Pearce2013-08-071-4/+7
* | | | Send no-progress option with NullProgressMonitor.Colby Ranger2013-08-051-1/+10