| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | Add tests for DirCacheCheckout and symlinks | Christian Halstrick | 2013-07-10 | 1 | -2/+6 |
* | | | | | Merge changes If386fe25,I52a17499,Id12e7f00,I264e028a,I0d52af8a,I0d0cc4f8 | Dave Borowitz | 2013-07-10 | 3 | -50/+294 |
|\ \ \ \ \ |
|
| * | | | | | UploadPack: allow custom RequestValidator instances | Dave Borowitz | 2013-07-03 | 1 | -33/+90 |
| * | | | | | UploadPack: refactor want validation | Dave Borowitz | 2013-07-03 | 1 | -67/+105 |
| * | | | | | UploadPack: set RefFilter from TransportConfig | Dave Borowitz | 2013-07-03 | 2 | -4/+44 |
| * | | | | | UploadPack: configure RequestPolicy with TransportConfig | Dave Borowitz | 2013-07-03 | 2 | -9/+54 |
| * | | | | | UploadPack: advertise allow-tip-sha1-in-want | Dave Borowitz | 2013-07-03 | 2 | -2/+14 |
| * | | | | | Add RequestPolicy.TIP to allow fetching non-advertised ref tips | Dave Borowitz | 2013-07-03 | 1 | -21/+73 |
* | | | | | | Make sure checkout is not deleting folders outside the workingtree | Christian Halstrick | 2013-07-10 | 1 | -2/+2 |
| |/ / / /
|/| | | | |
|
* | | | | | Check parentFile is not null | Hiroshi Tomita | 2013-07-05 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Merge "Update HEAD in cherry-picking several commits" | Robin Stocker | 2013-07-02 | 1 | -5/+4 |
|\ \ \ \ |
|
| * | | | | Update HEAD in cherry-picking several commits | Hiroshi Tomita | 2013-07-01 | 1 | -5/+4 |
* | | | | | Use a bucket sort for PackReverseIndex. | Colby Ranger | 2013-07-01 | 1 | -86/+87 |
* | | | | | Implement get nth offset in PackIndex. | Colby Ranger | 2013-06-28 | 3 | -12/+58 |
|/ / / / |
|
* | | | | Merge "Add missing @since tag" | Matthias Sohn | 2013-06-26 | 1 | -0/+1 |
|\ \ \ \ |
|
| * | | | | Add missing @since tag | Matthias Sohn | 2013-06-20 | 1 | -0/+1 |
* | | | | | Fix HTTP response processing for WWW-Authenticate headers | Alex Rukhlin | 2013-06-23 | 1 | -17/+38 |
* | | | | | Don't skip want validation when the client sends no haves | Dave Borowitz | 2013-06-21 | 1 | -2/+2 |
|/ / / / |
|
* | | | | Add a method to DfsOutputStream to read as an InputStream | Dave Borowitz | 2013-06-19 | 3 | -39/+145 |
* | | | | Disable warning about assigning to parameter | Robin Stocker | 2013-06-15 | 1 | -1/+1 |
| |/ /
|/| | |
|
* | | | Add missing @since tags | Matthias Sohn | 2013-06-15 | 3 | -8/+13 |
* | | | Prepare 3.1.0-SNAPSHOT builds | Matthias Sohn | 2013-06-13 | 3 | -35/+35 |
* | | | Fix warnings in ArchiveCommand | Matthias Sohn | 2013-06-10 | 1 | -11/+7 |
* | | | Pick default archive format based on filename suffix | Jonathan Nieder | 2013-06-06 | 1 | -3/+58 |
* | | | Add missing javadoc for archive code | Jonathan Nieder | 2013-05-29 | 2 | -0/+38 |
* | | | Drop unnecessary "throws" clauses in archive code | Jonathan Nieder | 2013-05-29 | 1 | -2/+1 |
* | | | Merge branch 'stable-3.0' | Matthias Sohn | 2013-05-29 | 11 | -117/+183 |
|\ \ \
| | |/
| |/| |
|
| * | | Prepare post 3.0.0-rc2 builds | Matthias Sohn | 2013-05-29 | 3 | -3/+3 |
| * | | JGit v3.0.0.201305281830-rc2v3.0.0.201305281830-rc2 | Matthias Sohn | 2013-05-29 | 3 | -3/+3 |
| * | | Support refspecs with wildcard in middle (not only at end) | Robin Stocker | 2013-05-28 | 3 | -19/+64 |
| * | | Fix multiple bugs in RawSubStringPattern used by MessageRevFilter | Robin Stocker | 2013-05-28 | 1 | -5/+5 |
| * | | Handle short branch/tag name for setBranch in CloneCommand | Robin Stocker | 2013-05-26 | 1 | -4/+14 |
| * | | Apply tree filter marks when pairing DiffEntry for renames | Robin Stocker | 2013-05-24 | 1 | -0/+2 |
| * | | Fix BatchRefUpdate progress-monitoring so it doesn't count twice | Roberto Tyley | 2013-05-19 | 1 | -3/+2 |
| * | | Merge "Fix DiffFormatter NPEs for DiffEntry without content change" into stab... | Matthias Sohn | 2013-05-16 | 1 | -1/+6 |
| |\ \ |
|
| | * | | Fix DiffFormatter NPEs for DiffEntry without content change | Robin Stocker | 2013-05-15 | 1 | -1/+6 |
| * | | | Fix AnyObjectId's generic type declaration of Comparable | Roberto Tyley | 2013-05-16 | 1 | -5/+1 |
| |/ / |
|
| * | | Fix CommitCommand not to destroy repo | Christian Halstrick | 2013-05-11 | 1 | -60/+71 |
| * | | Fix the parameters to an exception | Robin Rosenberg | 2013-05-10 | 1 | -20/+18 |
| * | | Prepare post 3.0.0 M7 builds | Matthias Sohn | 2013-05-08 | 3 | -3/+3 |
| * | | JGit v3.0.0.201305080800-m7v3.0.0.201305080800-m7 | Matthias Sohn | 2013-05-08 | 3 | -3/+3 |
* | | | Add tgz and txz archive formats | Jonathan Nieder | 2013-05-28 | 1 | -1/+1 |
* | | | Release ArchiveCommand's ObjectReader in call() | Jonathan Nieder | 2013-05-24 | 1 | -29/+28 |
* | | | Move ArchiveCommand into standard porcelain API | Jonathan Nieder | 2013-05-24 | 4 | -0/+311 |
* | | | ArchiveCommand: make archive formats non-inner classes | Jonathan Nieder | 2013-05-23 | 1 | -2/+10 |
* | | | Remove unused import in UploadPack | Shawn Pearce | 2013-05-23 | 1 | -1/+0 |
* | | | Use NullOutputStream not DisabledOutputStream in UploadPack | Shawn Pearce | 2013-05-23 | 1 | -3/+5 |
* | | | Allow PreUploadHook.onSendPack to send messages to the client | Shawn Pearce | 2013-05-22 | 1 | -2/+30 |
|/ / |
|
* | | Add missing @since tags | Matthias Sohn | 2013-05-06 | 5 | -1/+12 |
* | | Merge "URIish: Allow multiple slashes in paths" | Shawn Pearce | 2013-05-05 | 1 | -2/+3 |
|\ \ |
|