summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Merge "Initialize 'pathLen' field also for empty directories"Robin Stocker2014-10-231-0/+2
|\
| * Initialize 'pathLen' field also for empty directoriesAndrey Loskutov2014-10-231-0/+2
* | Merge "Add retainOnReset(RevFlag) to RevWalk to simplify reset usage"Shawn Pearce2014-10-201-1/+48
|\ \
| * | Add retainOnReset(RevFlag) to RevWalk to simplify reset usageShawn Pearce2014-10-191-1/+48
* | | BundleWriter: Support including HEAD in bundleRobin Stocker2014-10-191-1/+2
|/ /
* | Merge branch 'stable-3.5'Matthias Sohn2014-10-141-1/+1
|\ \ | |/ |/|
| * Prepare 3.5.2-SNAPSHOT buildsMatthias Sohn2014-10-143-37/+37
| * JGit v3.5.1.201410131835-rv3.5.1.201410131835-rMatthias Sohn2014-10-143-4/+4
| * Merge "Only hide gitdir if the repository isn't bare" into stable-3.5Christian Halstrick2014-10-131-1/+1
| |\
| | * Only hide gitdir if the repository isn't bareMatthias Sohn2014-10-071-1/+1
* | | Fix ResetCommand to default to mixed resetMatthias Sohn2014-10-131-0/+3
* | | Merge branch 'stable-3.5'Matthias Sohn2014-10-121-1/+5
|\| |
| * | When marking commits as uninteresting don't care if the tree existsChristian Halstrick2014-10-101-1/+5
| |/
* | Revert "When marking commits as uninteresting don't care if the tree exists"Christian Halstrick2014-10-101-5/+1
* | When marking commits as uninteresting don't care if the tree existsChristian Halstrick2014-10-101-1/+5
* | Merge branch 'stable-3.5'Matthias Sohn2014-09-265-14/+153
|\|
| * Prepare 3.5.1-SNAPSHOT buildsMatthias Sohn2014-09-263-37/+37
| * JGit v3.5.0.201409260305-rv3.5.0.201409260305-rMatthias Sohn2014-09-263-4/+4
| * Fix PackWriterBitmapWalker handling non-existing uninteresting objectsChristian Halstrick2014-09-252-7/+14
| * Add chaining credentials providerMatthias Sohn2014-09-241-0/+131
| * Do not use .netrc implicitly if no CredentialsProvider was setMatthias Sohn2014-09-171-3/+0
| * Prepare post 3.5.0-rc1 buildsMatthias Sohn2014-09-083-4/+4
| * JGit 3.5.0.201409071800-rc1v3.5.0.201409071800-rc1Matthias Sohn2014-09-073-4/+4
| * Fix the ls-remote command when there is no local repoRobin Rosenberg2014-09-071-4/+8
* | Fixed API violation errors for 3.6 in ConfigConstantsAndrey Loskutov2014-09-241-2/+10
* | Add "aggressive" option to GCChristian Halstrick2014-09-193-2/+75
* | PackIndexV1 should check for possible corruptionMarc Strapetz2014-09-081-1/+6
* | Prepare 3.6.0-SNAPSHOT buildsMatthias Sohn2014-09-053-37/+37
* | PackWriter: Report more stats during partial writesShawn Pearce2014-09-041-28/+29
|/
* Drop warnings about unchecked casts in a few stable select placesRobin Rosenberg2014-09-047-2/+11
* Hide warnings about field hiding in the MyersDiff codeRobin Rosenberg2014-09-041-0/+1
* Fix warnings about missing serialVersionUIDRobin Rosenberg2014-09-041-1/+2
* Fix warning about missing serialVersionUIDRobin Rosenberg2014-09-041-0/+2
* Rename local variables/parameters to remove warnings about hidingRobin Rosenberg2014-09-048-47/+47
* Eliminate warnings for non-nls strings that will never be translatedRobin Rosenberg2014-09-045-20/+20
* Windows: Hide the .git directory if hidedotfiles is set to non-falseRobin Rosenberg2014-09-044-0/+41
* PlotCommitList: Close plot lanes at root commitsKonrad Kügler2014-09-021-5/+5
* Prevent NPE if no CredentialsProvider is registeredMatthias Sohn2014-09-013-0/+5
* Handle -m option for Merge commandAxel Richard2014-08-301-2/+21
* UploadPack: Always make PackWriter.Statistics availableShawn Pearce2014-08-291-4/+3
* PackIndexV2 should check for possible corruptionMarc Strapetz2014-08-293-1/+7
* Allow projects without path attribute in manifest.Yuxuan 'fishy' Wang2014-08-281-1/+4
* Merge "PackIndexV2: fix possibly wrong check"Shawn Pearce2014-08-281-1/+1
|\
| * PackIndexV2: fix possibly wrong checkMarc Strapetz2014-08-151-1/+1
* | Let ObjectWalk.markUninteresting also mark the root tree asSaša Živkov2014-08-281-1/+8
* | Handles repo manifest file without default remote.Yuxuan 'fishy' Wang2014-08-271-8/+12
* | Merge "ReceivePack: Accept shallow lines from Git >= 1.9"Shawn Pearce2014-08-271-2/+21
|\ \
| * | ReceivePack: Accept shallow lines from Git >= 1.9Shawn Pearce2014-08-271-2/+21
* | | Merge "Strip "<", ">", and "\n" from name/email in UserConfig"Robin Rosenberg2014-08-221-2/+6
|\ \ \
| * | | Strip "<", ">", and "\n" from name/email in UserConfigRobin Stocker2014-08-211-2/+6