summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| | |_|/ | |/| |
* | | | 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
* | | | Use readString() to trim trailing LF from first lineShawn O. Pearce2012-03-071-2/+2
* | | | Merge changes I8277fd45,I7ac4e0ae,Ib475dfc0,Ib26adf95Shawn Pearce2012-03-077-51/+341
|\ \ \ \ | |_|_|/ |/| | |
| * | | Try to send HTTP error messages over sidebandDave Borowitz2012-03-075-19/+231
| * | | 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-065-8/+15
|/ / /
* | | 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
* | | | Ignore /targetShawn O. Pearce2012-03-051-0/+1
* | | | Reuse Git object created in setUpKevin Sawicki2012-03-051-9/+9
* | | | Set person and message on stash ref updateKevin Sawicki2012-03-052-2/+29
* | | | Return command from StashCreateCommand settersKevin Sawicki2012-03-051-2/+6
* | | | Support insteadOf and pushInsteadOf URL replacementKevin Sawicki2012-03-052-2/+104
* | | | Merge "Quickfix for AutoCRLF handling"Chris Aniszczyk2012-03-054-5/+57
|\ \ \ \ | |/ / / |/| | |
| * | | Quickfix for AutoCRLF handlingRobin Rosenberg2012-03-034-5/+57
| |/ /
* | | RawText#getEOL() does the same thing as RawText#getLineDelimiter()Tomasz Zarna2012-03-053-21/+2
* | | Merge "Update example code for obtaining a locked DirCache"Christian Halstrick2012-03-051-1/+1
|\ \ \
| * | | Update example code for obtaining a locked DirCacheKevin Sawicki2012-03-021-1/+1
* | | | Add ApplyCommand to JGit APITomasz Zarna2012-03-0419-0/+807
* | | | Merge "Remove null access warning in DirCacheCheckout"Robin Rosenberg2012-03-041-14/+12
|\ \ \ \
| * | | | Remove null access warning in DirCacheCheckoutKevin Sawicki2012-03-021-14/+12
| |/ / /
* / / / Include eclipse.infMatthias Sohn2012-03-031-0/+1
|/ / /
* | | Allow to get end-of-line characters for a RawTextTomasz Zarna2012-03-022-0/+58
* | | Load .gitmodules config before adding values to itSascha Scholz2012-03-022-4/+49
* | | Merge "Exclude org.eclipse.jgit from pack200 packing"Christian Halstrick2012-03-021-0/+2
|\ \ \