summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | When marking commits as uninteresting don't care if the tree existsChristian Halstrick2014-10-101-1/+5
|/
* 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
* Update the README with current modules and featuresRobin Rosenberg2014-09-041-8/+82
* 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-049-50/+50
* Remove non-existing source directories from Java 7 test buildRobin Rosenberg2014-09-041-3/+0
* Eliminate warnings for non-nls strings that will never be translatedRobin Rosenberg2014-09-047-26/+26
* Windows: Hide the .git directory if hidedotfiles is set to non-falseRobin Rosenberg2014-09-044-0/+41
* Add the resources directory to the Eclipse classpathRobin Rosenberg2014-09-041-0/+1
* PlotCommitList: Close plot lanes at root commitsKonrad Kügler2014-09-022-5/+43
* Prevent NPE if no CredentialsProvider is registeredMatthias Sohn2014-09-013-0/+5
* Handle -m option for Merge commandAxel Richard2014-08-305-5/+118
* 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-282-1/+23
* | 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-222-2/+20
|\ \ \
| * | | Strip "<", ">", and "\n" from name/email in UserConfigRobin Stocker2014-08-212-2/+20
* | | | Merge "Throw URISyntaxException for incorrect percent-encoding"Robin Rosenberg2014-08-211-2/+13
|\ \ \ \ | |/ / / |/| | |
| * | | Throw URISyntaxException for incorrect percent-encodingYi EungJun2014-08-211-2/+13
* | | | Merge "Fix minor spelling error in comment"Robin Stocker2014-08-191-1/+1
|\ \ \ \
| * | | | Fix minor spelling error in commentRobin Rosenberg2014-08-191-1/+1
* | | | | Merge "cleanup: Remove no-longer needed API compatibility warning filters"Christian Halstrick2014-08-191-38/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | cleanup: Remove no-longer needed API compatibility warning filtersRobin Rosenberg2014-08-031-38/+0
* | | | | Support remote aliases in repo manifest.Yuxuan 'fishy' Wang2014-08-182-2/+29
* | | | | Support non-default remotes in project tag.Yuxuan 'fishy' Wang2014-08-182-9/+53
| |/ / / |/| | |
* | | | Add tests for checking out tags with CheckoutCommandRobin Stocker2014-08-171-3/+29