summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Validate paths during DirCheckoutRobin Rosenberg2012-04-235-8/+206
* Enable large file supportRobin Rosenberg2012-04-182-9/+8
* Allow to write tests with CLI syntaxTomasz Zarna2012-04-181-0/+38
* Enable DirCacheEntry's copyMetaData to not copy stage infoRobin Rosenberg2012-04-172-4/+27
* Hide two warnings about boxingRobin Rosenberg2012-04-161-0/+2
* Fix constructor for SafeBufferedOutputStreamRobin Rosenberg2012-04-141-1/+4
* Merge "UnsupportedCredentialItem with password authentication"Robin Rosenberg2012-04-091-6/+15
|\
| * UnsupportedCredentialItem with password authenticationRobin Rosenberg2012-04-091-6/+15
* | Merge "Fix broken TagCommand API"Robin Rosenberg2012-04-062-15/+12
|\ \
| * | Fix broken TagCommand APIRobin Rosenberg2012-04-062-15/+12
| |/
* | Merge "Cleanup possiblyFilteredInputStream() in WorkingTreeIterator"Matthias Sohn2012-04-051-29/+26
|\ \
| * | Cleanup possiblyFilteredInputStream() in WorkingTreeIteratorRobin Rosenberg2012-04-061-29/+26
* | | Merge "Handle content length in WorkingTreeIterator"Robin Rosenberg2012-04-055-41/+81
|\| |
| * | Handle content length in WorkingTreeIteratorRobin Rosenberg2012-03-275-41/+81
| |/
* | Merge "Recurse into cloned submodules"Matthias Sohn2012-04-031-2/+10
|\ \
| * | Recurse into cloned submodulesKevin Sawicki2012-04-011-2/+10
* | | Unlock DirCache in case of occurring exceptionJens Baumgart2012-04-031-8/+14
* | | Merge "Index config section and subsection names in one pass"Robin Rosenberg2012-04-022-148/+136
|\ \ \
| * | | Index config section and subsection names in one passShawn O. Pearce2012-04-022-148/+136
* | | | Merge "Add @Override annotations to enums"Robin Rosenberg2012-04-023-0/+111
|\ \ \ \
| * | | | Add @Override annotations to enumsTomasz Zarna2012-04-023-0/+111
| | |/ / | |/| |
* | | | Merge "Externalize parsing exception message for RebaseCommand#Action"Matthias Sohn2012-04-023-5/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | Externalize parsing exception message for RebaseCommand#ActionTomasz Zarna2012-04-023-5/+5
| |/ /
* / / Don't use java.nio channel for file size determinationMarkus Duft2012-04-021-3/+29
|/ /
* | 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
|\ \