| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge changes Ic8907231,I693148a5 | Robin Rosenberg | 2012-03-30 | 4 | -176/+400 |
|\ |
|
| * | Sort Config entries and use O(log N) lookup | Shawn O. Pearce | 2012-03-27 | 3 | -39/+167 |
| * | Extract inner classes from Config | Shawn O. Pearce | 2012-03-27 | 3 | -140/+236 |
* | | Fix loading packed objects >2G | Shawn O. Pearce | 2012-03-28 | 6 | -19/+19 |
* | | Allow RepositoryResolver to throw ServiceMayNotContinueException | Dave Borowitz | 2012-03-26 | 3 | -3/+19 |
* | | Clarify documentation of exceptions in RepositoryResolver | Dave Borowitz | 2012-03-26 | 1 | -4/+5 |
|/ |
|
* | Properly parse first line in ReceivePack with no '\0' | Dave Borowitz | 2012-03-23 | 1 | -2/+3 |
* | Revert "Allow to write tests with CLI syntax" | Matthias Sohn | 2012-03-23 | 1 | -38/+0 |
* | Merge "Allow to write tests with CLI syntax" | Christian Halstrick | 2012-03-22 | 1 | -0/+38 |
|\ |
|
| * | Allow to write tests with CLI syntax | Tomasz Zarna | 2012-03-22 | 1 | -0/+38 |
* | | Add command support for dropping a stashed commit | Kevin Sawicki | 2012-03-21 | 7 | -115/+551 |
* | | Ignore trailing comments in transport SPI parsing | Kevin Sawicki | 2012-03-21 | 1 | -2/+9 |
* | | Compare repository format version as parsed long | Kevin Sawicki | 2012-03-21 | 1 | -5/+4 |
* | | Copy all branch configuration values when renaming | Kevin Sawicki | 2012-03-21 | 1 | -31/+37 |
|/ |
|
* | Clarify the purpose of ObjectInserter.buffer() | Shawn O. Pearce | 2012-03-18 | 1 | -4/+28 |
* | LogCommand#setMaxCount affects all commits | Tomasz Zarna | 2012-03-18 | 1 | -1/+1 |
* | Pass a DfsRepositoryDescription to InMemoryRepository | Dave Borowitz | 2012-03-15 | 1 | -2/+2 |
* | Revert "Quickfix for AutoCRLF handling" | Shawn O. Pearce | 2012-03-15 | 3 | -27/+4 |
* | Only unstash files changed when originally stashed | Kevin Sawicki | 2012-03-13 | 1 | -49/+232 |
* | Merge "Enable smart HTTP transport to place EOF at end of pack" | Shawn O. Pearce | 2012-03-13 | 2 | -7/+35 |
|\ |
|
| * | Enable smart HTTP transport to place EOF at end of pack | Shawn O. Pearce | 2012-03-13 | 2 | -7/+35 |
* | | Do not import/export empty org.eclipse.jgit package | Tomasz Zarna | 2012-03-13 | 1 | -2/+1 |
|/ |
|
* | Move JGitText to an internal package | Robin Rosenberg | 2012-03-12 | 191 | -189/+190 |
* | Merge changes Ic0ee9c08,Ia3e82682,I8d8ab547,I8f2cd0a0,I45823b0c,Ie22ac47e | Shawn Pearce | 2012-03-12 | 3 | -3/+0 |
|\ |
|
| * | cleanup: Remove unnecessary @SuppressWarnings | Robin Rosenberg | 2012-03-09 | 3 | -3/+0 |
* | | Merge "Use object id provided by working tree iterator for submodules" | Shawn Pearce | 2012-03-12 | 1 | -16/+4 |
|\ \ |
|
| * | | Use object id provided by working tree iterator for submodules | Kevin Sawicki | 2012-03-10 | 1 | -16/+4 |
* | | | Fix compilation error due to missing javadoc. | Markus Duft | 2012-03-12 | 1 | -1/+3 |
|/ / |
|
* | | Keep submodules in index that are missing in working directory | Kevin Sawicki | 2012-03-10 | 1 | -2/+3 |
* | | Merge "EolCanonicalizingInputStream: binary detection should be optional" | Robin Rosenberg | 2012-03-09 | 2 | -9/+11 |
|\ \ |
|
| * | | EolCanonicalizingInputStream: binary detection should be optional | Marc Strapetz | 2012-02-21 | 2 | -9/+11 |
* | | | Merge "Fix rebase > continue when nothing left to commit." | Stefan Lay | 2012-03-09 | 2 | -1/+24 |
|\ \ \ |
|
| * | | | Fix rebase > continue when nothing left to commit. | Markus Duft | 2012-03-09 | 2 | -1/+24 |
| | |/
| |/| |
|
* | | | Merge "Revert non-sense logic in IO.readFully" | Robin Rosenberg | 2012-03-09 | 1 | -7/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | Revert non-sense logic in IO.readFully | Robin Rosenberg | 2012-02-12 | 1 | -7/+1 |
* | | | Merge changes I8277fd45,I7ac4e0ae,Ib475dfc0,Ib26adf95 | Shawn Pearce | 2012-03-07 | 6 | -39/+220 |
|\ \ \ |
|
| * | | | Try to send HTTP error messages over sideband | Dave Borowitz | 2012-03-07 | 4 | -7/+110 |
| * | | | Extract the capability parsing logic in {Upload,Receive}Pack | Dave Borowitz | 2012-03-07 | 2 | -14/+78 |
| * | | | Make capability strings in BasePack{Fetch,Push}Connection public | Dave Borowitz | 2012-03-07 | 2 | -14/+28 |
| * | | | Fix a typo in "capabilities" in ReceivePack | Dave Borowitz | 2012-03-07 | 1 | -6/+6 |
* | | | | Remove ambiguous CheckoutConflictException | Tomasz Zarna | 2012-03-06 | 3 | -4/+10 |
|/ / / |
|
* | | | Merge "Check connection's error stream before reading from it" | Christian Halstrick | 2012-03-06 | 1 | -1/+5 |
|\ \ \ |
|
| * | | | Check connection's error stream before reading from it | Kevin Sawicki | 2012-03-05 | 1 | -1/+5 |
* | | | | Set person and message on stash ref update | Kevin Sawicki | 2012-03-05 | 1 | -2/+6 |
* | | | | Return command from StashCreateCommand setters | Kevin Sawicki | 2012-03-05 | 1 | -2/+6 |
* | | | | Support insteadOf and pushInsteadOf URL replacement | Kevin Sawicki | 2012-03-05 | 1 | -2/+41 |
* | | | | Merge "Quickfix for AutoCRLF handling" | Chris Aniszczyk | 2012-03-05 | 3 | -4/+27 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Quickfix for AutoCRLF handling | Robin Rosenberg | 2012-03-03 | 3 | -4/+27 |
| |/ / |
|
* | | | RawText#getEOL() does the same thing as RawText#getLineDelimiter() | Tomasz Zarna | 2012-03-05 | 2 | -20/+1 |
* | | | Merge "Update example code for obtaining a locked DirCache" | Christian Halstrick | 2012-03-05 | 1 | -1/+1 |
|\ \ \ |
|