summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge "Recurse into cloned submodules"Matthias Sohn2012-04-032-2/+97
|\ \ \
| * | | Recurse into cloned submodulesKevin Sawicki2012-04-012-2/+97
| | |/ | |/|
* | | 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-023-149/+137
|\ \ \
| * | | Index config section and subsection names in one passShawn O. Pearce2012-04-023-149/+137
* | | | 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-287-22/+22
* | Allow RepositoryResolver to throw ServiceMayNotContinueExceptionDave Borowitz2012-03-264-3/+23
* | 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-2325-1304/+1
* Merge "Allow to write tests with CLI syntax"Christian Halstrick2012-03-2225-1/+1304
|\
| * Allow to write tests with CLI syntaxTomasz Zarna2012-03-2225-1/+1304
* | Add command support for dropping a stashed commitKevin Sawicki2012-03-218-115/+849
* | Ignore trailing comments in transport SPI parsingKevin Sawicki2012-03-214-2/+130
* | Compare repository format version as parsed longKevin Sawicki2012-03-213-8/+53
* | Copy all branch configuration values when renamingKevin Sawicki2012-03-212-31/+209
|/
* Clarify the purpose of ObjectInserter.buffer()Shawn O. Pearce2012-03-181-4/+28
* LogCommand#setMaxCount affects all commitsTomasz Zarna2012-03-182-5/+33
* Pass a DfsRepositoryDescription to InMemoryRepositoryDave Borowitz2012-03-151-2/+2
* Revert "Quickfix for AutoCRLF handling"Shawn O. Pearce2012-03-154-57/+5
* Only unstash files changed when originally stashedKevin Sawicki2012-03-132-49/+342
* 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-133-5/+2
|/
* Move JGitText to an internal packageRobin Rosenberg2012-03-12206-202/+205
* Merge changes Ic0ee9c08,Ia3e82682,I8d8ab547,I8f2cd0a0,I45823b0c,Ie22ac47eShawn Pearce2012-03-1210-30/+24
|\
| * cleanup: Silence an unused-parameter warningRobin Rosenberg2012-03-091-0/+1
| * cleanup: Get rid of some unused-warningsRobin Rosenberg2012-03-092-3/+3
| * cleanup: Remove unused parameter in ConsoleCredentialsProviderRobin Rosenberg2012-03-091-8/+8
| * cleanup: Drop unused parameter on DhtPackParserRobin Rosenberg2012-03-091-4/+4
| * cleanup: Remove unneeded parameter to private method in RefUpdateTestRobin Rosenberg2012-03-091-10/+8
| * cleanup: Remove unnecessary @SuppressWarningsRobin Rosenberg2012-03-094-5/+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-102-2/+40
* | Merge "Export all packages from org.eclipse.jgit.pgm"Matthias Sohn2012-03-091-1/+4
|\ \
| * | Export all packages from org.eclipse.jgit.pgmTomasz Zarna2012-03-071-1/+4
* | | Merge "EolCanonicalizingInputStream: binary detection should be optional"Robin Rosenberg2012-03-093-17/+30
|\ \ \
| * | | EolCanonicalizingInputStream: binary detection should be optionalMarc Strapetz2012-02-213-17/+30
* | | | Merge "Fix rebase > continue when nothing left to commit."Stefan Lay2012-03-093-3/+82
|\ \ \ \
| * | | | Fix rebase > continue when nothing left to commit.Markus Duft2012-03-093-3/+82
| | |_|/ | |/| |