| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup javadocs so they pass the java8 doclint checks | Robin Rosenberg | 2014-03-29 | 1 | -1/+1 |
* | Prepare 3.4.0-SNAPSHOT builds | Matthias Sohn | 2014-03-05 | 2 | -13/+13 |
* | Prepare 3.3.1-SNAPSHOT builds | Matthias Sohn | 2014-03-05 | 2 | -13/+13 |
* | JGit v3.3.0.201403021825-rv3.3.0.201403021825-r | Matthias Sohn | 2014-03-03 | 2 | -2/+2 |
* | Prepare post 3.3.0RC1 builds | Matthias Sohn | 2014-02-20 | 2 | -2/+2 |
* | JGit v3.3.0.201402191814-rc1v3.3.0.201402191814-rc1 | Matthias Sohn | 2014-02-20 | 2 | -2/+2 |
* | Prepare 3.3.0-SNAPSHOT builds | Matthias Sohn | 2013-12-05 | 2 | -13/+13 |
* | Add uses directives to ensure OSGi wires jgit bundles correctly | Matthias Sohn | 2013-11-12 | 1 | -2/+7 |
* | Merge changes I85470d1d,I43711486,Ie6ade781,Ic9ab2b6e,Iebe50933,Id6fac253,Ia6... | Shawn Pearce | 2013-11-05 | 1 | -3/+3 |
|\ |
|
| * | Extract protocol constants to a common class | Shawn Pearce | 2013-11-01 | 1 | -3/+3 |
* | | Add missing resources from source.. in build.properties | Tomasz Zarna | 2013-10-30 | 1 | -1/+2 |
|/ |
|
* | Propagate IOException where possible when getting refs. | Colby Ranger | 2013-10-07 | 1 | -1/+2 |
* | Prepare 3.2.0-SNAPSHOT builds | Matthias Sohn | 2013-10-03 | 2 | -13/+13 |
* | Prepare post 3.1.0 buildsstable-3.1 | Matthias Sohn | 2013-10-03 | 2 | -13/+13 |
* | JGit v3.1.0.201310021548-rv3.1.0.201310021548-r | Matthias Sohn | 2013-10-02 | 2 | -2/+2 |
* | Prepare post 3.1.0 RC1 builds | Matthias Sohn | 2013-09-27 | 2 | -2/+2 |
* | JGit v3.1.0.201309270735-rc1v3.1.0.201309270735-rc1 | Matthias Sohn | 2013-09-27 | 2 | -2/+2 |
* | Disable warning about assigning to parameter | Robin Stocker | 2013-06-15 | 1 | -1/+1 |
* | Prepare 3.1.0-SNAPSHOT builds | Matthias Sohn | 2013-06-13 | 2 | -13/+13 |
* | Remove unused dependencies | Matthias Sohn | 2013-04-09 | 1 | -2/+1 |
* | Fix plugin provider names to conform with release train requirement | Matthias Sohn | 2013-04-08 | 1 | -1/+1 |
* | JGit 3.0: move internal classes into an internal subpackage | Shawn Pearce | 2013-03-18 | 5 | -18/+18 |
* | Prepare 2.4.0-SNAPSHOT builds | Matthias Sohn | 2013-02-14 | 2 | -14/+14 |
* | Declare essentially static methods as static | Robin Rosenberg | 2012-12-27 | 1 | -1/+1 |
* | Add type argumente to some raw reclaration | Robin Rosenberg | 2012-12-27 | 3 | -3/+3 |
* | Prepare 2.3.0 builds | Matthias Sohn | 2012-12-21 | 2 | -14/+14 |
* | Disable response compression on /git-receive-pack URLs | Shawn Pearce | 2012-12-07 | 1 | -1/+1 |
* | Do not warn about non-translated strings in the http library | Robin Rosenberg | 2012-11-25 | 1 | -1/+1 |
* | Make an exception for the formatting rules (turn off) for some files | Robin Rosenberg | 2012-11-16 | 1 | -0/+1 |
* | Harmonize the JDT settings within JGit | Robin Rosenberg | 2012-11-16 | 3 | -8/+69 |
* | Suppress resource warnings with Java 7 | Robin Rosenberg | 2012-10-25 | 1 | -0/+1 |
* | Remove unnecessary @SuppressWarnings | Robin Rosenberg | 2012-09-23 | 1 | -1/+0 |
* | Merge changes Ic2b78ba9,Ia13e63ed | Shawn O. Pearce | 2012-09-22 | 6 | -9/+17 |
|\ |
|
| * | Use '406 Not Acceptable' when info/refs is disabled | Shawn O. Pearce | 2012-09-19 | 1 | -1/+1 |
| * | Compress large /info/refs responses on HTTP | Shawn O. Pearce | 2012-09-19 | 5 | -8/+16 |
* | | Suppress boxing warnings where we know they are ok | Robin Rosenberg | 2012-09-22 | 1 | -2/+7 |
|/ |
|
* | Prepare 2.2.0 builds | Matthias Sohn | 2012-09-19 | 2 | -14/+14 |
* | Work around smart HTTP bugs in C Git | Shawn O. Pearce | 2012-06-27 | 6 | -1/+236 |
* | Serve 403 from RepositoryFilter on ServiceMayNotContinueException | Dave Borowitz | 2012-06-20 | 1 | -1/+1 |
* | Prepare 2.1.0 builds | Matthias Sohn | 2012-06-14 | 2 | -14/+14 |
* | Add MetaFilter.serveRegex(Pattern) | Dave Borowitz | 2012-06-08 | 2 | -0/+16 |
* | Expand RegexPipeline documentation | Dave Borowitz | 2012-06-08 | 1 | -6/+13 |
* | Allow RepositoryResolver to throw ServiceMayNotContinueException | Dave Borowitz | 2012-03-26 | 1 | -0/+4 |
* | cleanup: Remove unnecessary @SuppressWarnings | Robin Rosenberg | 2012-03-09 | 1 | -2/+0 |
* | Use readString() to trim trailing LF from first line | Shawn O. Pearce | 2012-03-07 | 1 | -2/+2 |
* | Try to send HTTP error messages over sideband | Dave Borowitz | 2012-03-07 | 1 | -12/+121 |
* | Modify refs in UploadPack/ReceivePack using a hook interface | Dave Borowitz | 2012-02-29 | 2 | -4/+4 |
* | Prepare 2.0.0-SNAPSHOT builds | Matthias Sohn | 2012-02-16 | 2 | -14/+14 |
* | Merge branch 'stable-1.2' | Matthias Sohn | 2011-12-26 | 2 | -0/+100 |
|\ |
|
| * | JGit v1.2.0.201112221803-rv1.2.0.201112221803-rstable-1.2 | Matthias Sohn | 2011-12-23 | 2 | -2/+2 |