| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Only unstash files changed when originally stashed | Kevin Sawicki | 2012-03-13 | 2 | -49/+342 |
* | 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 | 3 | -5/+2 |
|/ |
|
* | Move JGitText to an internal package | Robin Rosenberg | 2012-03-12 | 206 | -202/+205 |
* | Merge changes Ic0ee9c08,Ia3e82682,I8d8ab547,I8f2cd0a0,I45823b0c,Ie22ac47e | Shawn Pearce | 2012-03-12 | 10 | -30/+24 |
|\ |
|
| * | cleanup: Silence an unused-parameter warning | Robin Rosenberg | 2012-03-09 | 1 | -0/+1 |
| * | cleanup: Get rid of some unused-warnings | Robin Rosenberg | 2012-03-09 | 2 | -3/+3 |
| * | cleanup: Remove unused parameter in ConsoleCredentialsProvider | Robin Rosenberg | 2012-03-09 | 1 | -8/+8 |
| * | cleanup: Drop unused parameter on DhtPackParser | Robin Rosenberg | 2012-03-09 | 1 | -4/+4 |
| * | cleanup: Remove unneeded parameter to private method in RefUpdateTest | Robin Rosenberg | 2012-03-09 | 1 | -10/+8 |
| * | cleanup: Remove unnecessary @SuppressWarnings | Robin Rosenberg | 2012-03-09 | 4 | -5/+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 | 2 | -2/+40 |
* | | Merge "Export all packages from org.eclipse.jgit.pgm" | Matthias Sohn | 2012-03-09 | 1 | -1/+4 |
|\ \ |
|
| * | | Export all packages from org.eclipse.jgit.pgm | Tomasz Zarna | 2012-03-07 | 1 | -1/+4 |
* | | | Merge "EolCanonicalizingInputStream: binary detection should be optional" | Robin Rosenberg | 2012-03-09 | 3 | -17/+30 |
|\ \ \ |
|
| * | | | EolCanonicalizingInputStream: binary detection should be optional | Marc Strapetz | 2012-02-21 | 3 | -17/+30 |
* | | | | Merge "Fix rebase > continue when nothing left to commit." | Stefan Lay | 2012-03-09 | 3 | -3/+82 |
|\ \ \ \ |
|
| * | | | | Fix rebase > continue when nothing left to commit. | Markus Duft | 2012-03-09 | 3 | -3/+82 |
| | |_|/
| |/| | |
|
* | | | | 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 |
* | | | | Use readString() to trim trailing LF from first line | Shawn O. Pearce | 2012-03-07 | 1 | -2/+2 |
* | | | | Merge changes I8277fd45,I7ac4e0ae,Ib475dfc0,Ib26adf95 | Shawn Pearce | 2012-03-07 | 7 | -51/+341 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Try to send HTTP error messages over sideband | Dave Borowitz | 2012-03-07 | 5 | -19/+231 |
| * | | | 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 | 5 | -8/+15 |
|/ / / |
|
* | | | 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 |
* | | | | Ignore /target | Shawn O. Pearce | 2012-03-05 | 1 | -0/+1 |
* | | | | Reuse Git object created in setUp | Kevin Sawicki | 2012-03-05 | 1 | -9/+9 |
* | | | | Set person and message on stash ref update | Kevin Sawicki | 2012-03-05 | 2 | -2/+29 |
* | | | | Return command from StashCreateCommand setters | Kevin Sawicki | 2012-03-05 | 1 | -2/+6 |
* | | | | Support insteadOf and pushInsteadOf URL replacement | Kevin Sawicki | 2012-03-05 | 2 | -2/+104 |
* | | | | Merge "Quickfix for AutoCRLF handling" | Chris Aniszczyk | 2012-03-05 | 4 | -5/+57 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Quickfix for AutoCRLF handling | Robin Rosenberg | 2012-03-03 | 4 | -5/+57 |
| |/ / |
|
* | | | RawText#getEOL() does the same thing as RawText#getLineDelimiter() | Tomasz Zarna | 2012-03-05 | 3 | -21/+2 |
* | | | Merge "Update example code for obtaining a locked DirCache" | Christian Halstrick | 2012-03-05 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Update example code for obtaining a locked DirCache | Kevin Sawicki | 2012-03-02 | 1 | -1/+1 |
* | | | | Add ApplyCommand to JGit API | Tomasz Zarna | 2012-03-04 | 19 | -0/+807 |
* | | | | Merge "Remove null access warning in DirCacheCheckout" | Robin Rosenberg | 2012-03-04 | 1 | -14/+12 |
|\ \ \ \ |
|
| * | | | | Remove null access warning in DirCacheCheckout | Kevin Sawicki | 2012-03-02 | 1 | -14/+12 |
| |/ / / |
|
* / / / | Include eclipse.inf | Matthias Sohn | 2012-03-03 | 1 | -0/+1 |
|/ / / |
|
* | | | Allow to get end-of-line characters for a RawText | Tomasz Zarna | 2012-03-02 | 2 | -0/+58 |
* | | | Load .gitmodules config before adding values to it | Sascha Scholz | 2012-03-02 | 2 | -4/+49 |
* | | | Merge "Exclude org.eclipse.jgit from pack200 packing" | Christian Halstrick | 2012-03-02 | 1 | -0/+2 |
|\ \ \ |
|