summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse
Commit message (Expand)AuthorAgeFilesLines
* 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-012-0/+4
* 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-292-1/+6
* 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
* | | | Merge "Throw URISyntaxException for incorrect percent-encoding"Robin Rosenberg2014-08-211-2/+13
|\ \ \ \ | |/ / / |/| | |
| * | | Throw URISyntaxException for incorrect percent-encodingYi EungJun2014-08-211-2/+13
* | | | Fix minor spelling error in commentRobin Rosenberg2014-08-191-1/+1
* | | | Support remote aliases in repo manifest.Yuxuan 'fishy' Wang2014-08-181-2/+5
* | | | Support non-default remotes in project tag.Yuxuan 'fishy' Wang2014-08-181-9/+23
|/ / /
* / / 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-132-6/+75
* | 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-133-145/+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-134-2/+320
|/ /
* / 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-112-25/+22
|\
| * Fix CheckoutCommand not setting up trackingRobin Stocker2014-08-052-25/+22
* | Process most in-core merges without local temp filesShawn Pearce2014-08-081-62/+67
* | ResolveMerger: push result file creation into updateIndex()Shawn Pearce2014-08-081-4/+3
* | RecursiveMerger: do not insert virtual commits into repositoryShawn Pearce2014-08-081-14/+21
* | Fix non-relative remote defined in manifest xml.Yuxuan 'fishy' Wang2014-08-061-3/+10
|/
* Merge "Add isRebase to API of BranchConfig"Robin Rosenberg2014-08-031-3/+11
|\
| * Add isRebase to API of BranchConfigRobin Stocker2014-08-031-3/+11
* | Merge "Use bitcheck to check for presence of OPT_FULL option"Robin Rosenberg2014-08-031-6/+1
|\ \