summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prepare 3.6.0-SNAPSHOT buildsMatthias Sohn2014-09-0555-265/+265
* PackWriter: Report more stats during partial writesShawn Pearce2014-09-041-28/+29
* 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
* | | | Add toString to Git with repository pathRobin Stocker2014-08-171-0/+4
| |/ / |/| |
* | | ResolveMerger: Use the ObjectReader to access objectsShawn Pearce2014-08-152-7/+8
* | | Cleanup use of java.util.Inflater, fixing rare infinite loopsShawn Pearce2014-08-146-81/+61
* | | Add missing @since 3.5 tag to RepoCommand.setIncludedFileReaderShawn Pearce2014-08-131-0/+1
* | | Add support to <include> tag in repo manifest xml.Yuxuan 'fishy' Wang2014-08-134-6/+117
* | | Merge "Tweak the handling of remote url in jgit repo."Shawn Pearce2014-08-131-11/+6
|\ \ \
| * | | Tweak the handling of remote url in jgit repo.Yuxuan 'fishy' Wang2014-08-131-11/+6
* | | | Revert "Add a method to DfsOutputStream to read as an InputStream"Shawn Pearce2014-08-134-295/+39
* | | | Add a Merger.merge method that makes flushing optionalDave Borowitz2014-08-131-2/+32
* | | | Teach mergers to use ObjectInserter.newReader()Dave Borowitz2014-08-131-17/+14
* | | | Add a method to ObjectInserter to read back inserted objectsDave Borowitz2014-08-137-2/+505
|/ / /
* | / DfsInserter: buffer up to streamFileThreshold from InputStreamShawn Pearce2014-08-121-1/+15
| |/ |/|
* | Merger: clarify getBaseCommit javadocDave Borowitz2014-08-111-2/+6
* | Reuse Merger's ObjectReader from ResolveMergerDave Borowitz2014-08-111-26/+19
* | Merge "Fix CheckoutCommand not setting up tracking"Robin Rosenberg2014-08-114-42/+81
|\ \