summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Merge changes Ic8907231,I693148a5Robin Rosenberg2012-03-304-176/+400
|\
| * Sort Config entries and use O(log N) lookupShawn O. Pearce2012-03-273-39/+167
| * Extract inner classes from ConfigShawn O. Pearce2012-03-273-140/+236
* | Fix loading packed objects >2GShawn O. Pearce2012-03-286-19/+19
* | Allow RepositoryResolver to throw ServiceMayNotContinueExceptionDave Borowitz2012-03-263-3/+19
* | Clarify documentation of exceptions in RepositoryResolverDave Borowitz2012-03-261-4/+5
|/
* Properly parse first line in ReceivePack with no '\0'Dave Borowitz2012-03-231-2/+3
* Revert "Allow to write tests with CLI syntax"Matthias Sohn2012-03-231-38/+0
* Merge "Allow to write tests with CLI syntax"Christian Halstrick2012-03-221-0/+38
|\
| * Allow to write tests with CLI syntaxTomasz Zarna2012-03-221-0/+38
* | Add command support for dropping a stashed commitKevin Sawicki2012-03-217-115/+551
* | Ignore trailing comments in transport SPI parsingKevin Sawicki2012-03-211-2/+9
* | Compare repository format version as parsed longKevin Sawicki2012-03-211-5/+4
* | Copy all branch configuration values when renamingKevin Sawicki2012-03-211-31/+37
|/
* Clarify the purpose of ObjectInserter.buffer()Shawn O. Pearce2012-03-181-4/+28
* LogCommand#setMaxCount affects all commitsTomasz Zarna2012-03-181-1/+1
* Pass a DfsRepositoryDescription to InMemoryRepositoryDave Borowitz2012-03-151-2/+2
* Revert "Quickfix for AutoCRLF handling"Shawn O. Pearce2012-03-153-27/+4
* Only unstash files changed when originally stashedKevin Sawicki2012-03-131-49/+232
* Merge "Enable smart HTTP transport to place EOF at end of pack"Shawn O. Pearce2012-03-132-7/+35
|\
| * Enable smart HTTP transport to place EOF at end of packShawn O. Pearce2012-03-132-7/+35
* | Do not import/export empty org.eclipse.jgit packageTomasz Zarna2012-03-131-2/+1
|/
* Move JGitText to an internal packageRobin Rosenberg2012-03-12191-189/+190
* Merge changes Ic0ee9c08,Ia3e82682,I8d8ab547,I8f2cd0a0,I45823b0c,Ie22ac47eShawn Pearce2012-03-123-3/+0
|\
| * cleanup: Remove unnecessary @SuppressWarningsRobin Rosenberg2012-03-093-3/+0
* | Merge "Use object id provided by working tree iterator for submodules"Shawn Pearce2012-03-121-16/+4
|\ \
| * | Use object id provided by working tree iterator for submodulesKevin Sawicki2012-03-101-16/+4
* | | Fix compilation error due to missing javadoc.Markus Duft2012-03-121-1/+3
|/ /
* | Keep submodules in index that are missing in working directoryKevin Sawicki2012-03-101-2/+3
* | Merge "EolCanonicalizingInputStream: binary detection should be optional"Robin Rosenberg2012-03-092-9/+11
|\ \
| * | EolCanonicalizingInputStream: binary detection should be optionalMarc Strapetz2012-02-212-9/+11
* | | Merge "Fix rebase > continue when nothing left to commit."Stefan Lay2012-03-092-1/+24
|\ \ \
| * | | Fix rebase > continue when nothing left to commit.Markus Duft2012-03-092-1/+24
| | |/ | |/|
* | | Merge "Revert non-sense logic in IO.readFully"Robin Rosenberg2012-03-091-7/+1
|\ \ \ | |/ / |/| |
| * | Revert non-sense logic in IO.readFullyRobin Rosenberg2012-02-121-7/+1
* | | Merge changes I8277fd45,I7ac4e0ae,Ib475dfc0,Ib26adf95Shawn Pearce2012-03-076-39/+220
|\ \ \
| * | | Try to send HTTP error messages over sidebandDave Borowitz2012-03-074-7/+110
| * | | Extract the capability parsing logic in {Upload,Receive}PackDave Borowitz2012-03-072-14/+78
| * | | Make capability strings in BasePack{Fetch,Push}Connection publicDave Borowitz2012-03-072-14/+28
| * | | Fix a typo in "capabilities" in ReceivePackDave Borowitz2012-03-071-6/+6
* | | | Remove ambiguous CheckoutConflictExceptionTomasz Zarna2012-03-063-4/+10
|/ / /
* | | Merge "Check connection's error stream before reading from it"Christian Halstrick2012-03-061-1/+5
|\ \ \
| * | | Check connection's error stream before reading from itKevin Sawicki2012-03-051-1/+5
* | | | Set person and message on stash ref updateKevin Sawicki2012-03-051-2/+6
* | | | Return command from StashCreateCommand settersKevin Sawicki2012-03-051-2/+6
* | | | Support insteadOf and pushInsteadOf URL replacementKevin Sawicki2012-03-051-2/+41
* | | | Merge "Quickfix for AutoCRLF handling"Chris Aniszczyk2012-03-053-4/+27
|\ \ \ \ | |/ / / |/| | |
| * | | Quickfix for AutoCRLF handlingRobin Rosenberg2012-03-033-4/+27
| |/ /
* | | RawText#getEOL() does the same thing as RawText#getLineDelimiter()Tomasz Zarna2012-03-052-20/+1
* | | Merge "Update example code for obtaining a locked DirCache"Christian Halstrick2012-03-051-1/+1
|\ \ \