summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Fix MERGED_NOT_COMMITTED toStringRobin Stocker2013-07-181-1/+1
* | | | TarFormat: use tabs for indentDave Borowitz2013-07-171-1/+1
* | | | Close unfinished archive entries on errorJonathan Nieder2013-07-172-4/+10
* | | | Merge "Add missing @since tags"Matthias Sohn2013-07-121-0/+2
|\ \ \ \
| * | | | Add missing @since tagsMatthias Sohn2013-07-111-0/+2
* | | | | Merge "Fix bugs in TreeWalk#isPathSuffix used by PathSuffixFilter"Christian Halstrick2013-07-112-3/+17
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix bugs in TreeWalk#isPathSuffix used by PathSuffixFilterRobin Stocker2013-07-082-3/+17
* | | | | Add tests for DirCacheCheckout and symlinksChristian Halstrick2013-07-103-3/+110
* | | | | Merge changes If386fe25,I52a17499,Id12e7f00,I264e028a,I0d52af8a,I0d0cc4f8Dave Borowitz2013-07-103-50/+294
|\ \ \ \ \
| * | | | | UploadPack: allow custom RequestValidator instancesDave Borowitz2013-07-031-33/+90
| * | | | | UploadPack: refactor want validationDave Borowitz2013-07-031-67/+105
| * | | | | UploadPack: set RefFilter from TransportConfigDave Borowitz2013-07-032-4/+44
| * | | | | UploadPack: configure RequestPolicy with TransportConfigDave Borowitz2013-07-032-9/+54
| * | | | | UploadPack: advertise allow-tip-sha1-in-wantDave Borowitz2013-07-032-2/+14
| * | | | | Add RequestPolicy.TIP to allow fetching non-advertised ref tipsDave Borowitz2013-07-031-21/+73
* | | | | | Make sure checkout is not deleting folders outside the workingtreeChristian Halstrick2013-07-101-2/+2
* | | | | | Update to Jetty 7.6.11.v20130520Matthias Sohn2013-07-082-18/+18
| |/ / / / |/| | | |
* | | | | Refactor PathSuffixFilterTest to remove duplicationRobin Stocker2013-07-081-61/+31
* | | | | Check parentFile is not nullHiroshi Tomita2013-07-051-1/+1
|/ / / /
* | | | Merge "Update HEAD in cherry-picking several commits"Robin Stocker2013-07-022-5/+40
|\ \ \ \
| * | | | Update HEAD in cherry-picking several commitsHiroshi Tomita2013-07-012-5/+40
* | | | | Use a bucket sort for PackReverseIndex.Colby Ranger2013-07-011-86/+87
* | | | | Implement get nth offset in PackIndex.Colby Ranger2013-06-284-12/+73
|/ / / /
* | | | Merge "Add missing @since tag"Matthias Sohn2013-06-261-0/+1
|\ \ \ \
| * | | | Add missing @since tagMatthias Sohn2013-06-201-0/+1
* | | | | Merge "Move gc to package org.eclipse.jgit.pgm"Christian Halstrick2013-06-242-3/+2
|\ \ \ \ \
| * | | | | Move gc to package org.eclipse.jgit.pgmMatthias Sohn2013-06-222-3/+2
| |/ / / /
* | | | | Fix HTTP response processing for WWW-Authenticate headersAlex Rukhlin2013-06-232-17/+200
* | | | | Don't skip want validation when the client sends no havesDave Borowitz2013-06-211-2/+2
|/ / / /
* | | | Remove fix-headers and rewrite-historyShawn Pearce2013-06-193-438/+0
* | | | Add a method to DfsOutputStream to read as an InputStreamDave Borowitz2013-06-195-39/+296
* | | | Add the other test launchers as favoritesRobin Rosenberg2013-06-163-0/+12
* | | | Fix tests for OS X when the tmpdir is the default /tmpRobin Rosenberg2013-06-164-5/+18
* | | | Fix running maven http tests on OS XRobin Rosenberg2013-06-161-0/+8
* | | | Disable warning about assigning to parameterRobin Stocker2013-06-1515-15/+15
| |/ / |/| |
* | | Add missing @since tagsMatthias Sohn2013-06-153-8/+13
* | | Merge "document empty blocks in StashApplyCommandTest"Matthias Sohn2013-06-141-0/+3
|\ \ \
| * | | document empty blocks in StashApplyCommandTestTomasz Zarna2013-06-131-0/+3
* | | | Prepare 3.1.0-SNAPSHOT buildsMatthias Sohn2013-06-1351-242/+242
* | | | Merge branch 'stable-3.0'Matthias Sohn2013-06-139-23/+27
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Prepare post 3.0.0.201306101825-r buildsMatthias Sohn2013-06-1346-46/+46
| * | JGit v3.0.0.201306101825-rv3.0.0.201306101825-rMatthias Sohn2013-06-1146-46/+46
| * | Make JGit test work with both hamcrest 1.1 (juno) and 1.3 (kepler)Robin Rosenberg2013-06-094-9/+6
| * | Fix version.sh to not overwrite ${project.version}Matthias Sohn2013-06-041-3/+10
| * | Prepare post 3.0.0 RC3 buildsMatthias Sohn2013-06-0446-46/+46
| * | JGit v3.0.0.201306040240-rc3v3.0.0.201306040240-rc3Matthias Sohn2013-06-0446-58/+58
* | | Fix warnings in ArchiveCommandMatthias Sohn2013-06-101-11/+7
* | | Add support for "jgit archive --output=<filename>"Jonathan Nieder2013-06-062-12/+235
* | | Pick default archive format based on filename suffixJonathan Nieder2013-06-066-3/+111
* | | Add long filename, large file, and non-ASCII filename support to TarFormatJonathan Nieder2013-06-063-8/+41