summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge "Implement atomic refs update, if possible by database"Shawn Pearce2014-11-076-0/+45
|\
| * Implement atomic refs update, if possible by databaseStefan Beller2014-11-076-0/+45
* | Make sure checkout doesn't report conflicts on ignored pathsChristian Halstrick2014-11-062-1/+33
* | Do not swallow exception if IndexDiff hits invalid ignore paramMatthias Sohn2014-11-061-1/+3
* | Fix non-externalized string warnings in IndexDiffMatthias Sohn2014-11-061-2/+2
* | Add new method IndexDiff#getPathsWithIndexModeAxel Richard2014-11-061-0/+32
|/
* add missing @since tag in StatusCommandChristian Halstrick2014-11-041-0/+1
* Add missing @since tags in SubmoduleWalkMatthias Sohn2014-11-031-0/+4
* Add missing @since tagsMatthias Sohn2014-11-032-1/+7
* Enhance SubmoduleWalk with a fast check whether a repo containsChristian Halstrick2014-11-031-0/+22
* RebaseCommand should ignore submodule modificationsChristian Halstrick2014-11-031-1/+2
* Support for Submodule configuration submodule.<name>.ignoreChristian Halstrick2014-11-035-12/+378
* Reimplementation of ignore rule parserAndrey Loskutov2014-10-2718-16/+3205
* Merge "Initialize 'pathLen' field also for empty directories"Robin Stocker2014-10-232-0/+39
|\
| * Initialize 'pathLen' field also for empty directoriesAndrey Loskutov2014-10-232-0/+39
* | 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-192-11/+19
|/ /
* | Merge branch 'stable-3.5'Matthias Sohn2014-10-141-1/+1
|\ \ | |/ |/|
| * Prepare 3.5.2-SNAPSHOT buildsMatthias Sohn2014-10-1455-264/+264
| * JGit v3.5.1.201410131835-rv3.5.1.201410131835-rMatthias Sohn2014-10-1455-59/+59
| * 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-132-0/+18
* | | Update URL of JGit Maven release repositoryMatthias Sohn2014-10-131-2/+1
* | | 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
| |/
* | Compare API changes against 3.5.0Matthias Sohn2014-10-121-1/+1
* | Enable maven site generation for jgitMatthias Sohn2014-10-121-0/+24
* | Generate javadocs as part of Maven site project reportsMatthias Sohn2014-10-121-0/+11
* | [Java 8] Configure doclint to accept missing descriptionsMatthias Sohn2014-10-121-0/+17
* | 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-268-15/+192
|\|
| * Prepare 3.5.1-SNAPSHOT buildsMatthias Sohn2014-09-2655-264/+264
| * JGit v3.5.0.201409260305-rv3.5.0.201409260305-rMatthias Sohn2014-09-2655-59/+59
| * Fix PackWriterBitmapWalker handling non-existing uninteresting objectsChristian Halstrick2014-09-253-7/+43
| * Enable maven site generation for jgitMatthias Sohn2014-09-251-0/+24
| * Generate javadocs as part of Maven site project reportsMatthias Sohn2014-09-251-0/+11
| * Compare API changes with clirr against 3.4.1Matthias Sohn2014-09-251-1/+1
| * [cli] Use chaining credentials provider to enable .netrcMatthias Sohn2014-09-241-1/+5
| * Add chaining credentials providerMatthias Sohn2014-09-241-0/+131
| * [Java 8] Configure doclint to accept missing descriptionsMatthias Sohn2014-09-231-0/+17
| * Do not use .netrc implicitly if no CredentialsProvider was setMatthias Sohn2014-09-171-3/+0
| * Prepare post 3.5.0-rc1 buildsMatthias Sohn2014-09-0855-59/+59
| * JGit 3.5.0.201409071800-rc1v3.5.0.201409071800-rc1Matthias Sohn2014-09-0755-59/+59
| * Fix the ls-remote command when there is no local repoRobin Rosenberg2014-09-072-4/+13
* | Fixed API violation errors for 3.6 in ConfigConstantsAndrey Loskutov2014-09-241-2/+10
* | Add "aggressive" option to GCChristian Halstrick2014-09-196-20/+124
* | PackIndexV1 should check for possible corruptionMarc Strapetz2014-09-081-1/+6