| Commit message (Expand) | Author | Age | Files | Lines |
* | JGit v3.4.0.201405051725-m7v3.4.0.201405051725-m7 | Matthias Sohn | 2014-05-05 | 55 | -59/+59 |
* | Merge "Make the resolve merger slightly more sub-classable." | Robin Rosenberg | 2014-05-05 | 1 | -29/+125 |
|\ |
|
| * | Make the resolve merger slightly more sub-classable. | Laurent Goubet | 2014-03-06 | 1 | -29/+125 |
* | | Merge "blame: Fix merges, where merge result differs only by whitespace" | Shawn Pearce | 2014-05-04 | 2 | -2/+34 |
|\ \ |
|
| * | | blame: Fix merges, where merge result differs only by whitespace | Konrad Kügler | 2014-05-03 | 2 | -2/+34 |
* | | | Update 4.4 target to use Luna M7 orbit repository | Matthias Sohn | 2014-05-04 | 1 | -5/+5 |
* | | | AbstractPlotRenderer: Make private methods static where applicable | Konrad Kügler | 2014-05-03 | 1 | -3/+3 |
* | | | PlotLane: Use identity hashCode and equals | Konrad Kügler | 2014-05-03 | 3 | -18/+0 |
|/ / |
|
* | | Fix push to repo with non-fetched refs | Jean-Jacques Lafay | 2014-04-30 | 2 | -3/+76 |
* | | Make org.eclipse.jgit.packaging a general project | Robin Rosenberg | 2014-04-28 | 1 | -0/+40 |
* | | Merge changes I2515a6ed,Ib6b24035 | Matthias Sohn | 2014-04-27 | 3 | -6/+94 |
|\ \ |
|
| * | | Fix ArrayIndexOutOfBoundsException in CreateBranchCommand | Robin Rosenberg | 2014-04-27 | 1 | -6/+5 |
| * | | Add methods to Repository to handle remote names | Robin Rosenberg | 2014-04-27 | 2 | -0/+89 |
* | | | Fix BlameResult.computeRange JavaDoc to exclude end index | Konrad Kügler | 2014-04-26 | 1 | -2/+2 |
|/ / |
|
* | | Add API to permit the setting of additional HTTP headers | Bogdan Gheorghe | 2014-04-25 | 2 | -0/+157 |
* | | cleanup: remove some unused imports | Robin Rosenberg | 2014-04-25 | 1 | -4/+0 |
* | | Making ArchiveFormats breaks the API, but that's ok | Robin Rosenberg | 2014-04-25 | 1 | -0/+38 |
* | | Add jacoco instrumentation for code coverage reports | Matthias Sohn | 2014-04-26 | 1 | -0/+31 |
* | | Merge changes Ia4df9808,I83e8a321,Id0e7663b,Ib809b00c,I88a6ee07 | Shawn Pearce | 2014-04-25 | 11 | -0/+942 |
|\ \ |
|
| * | | Commit changes generated during repo command | Yuxuan 'fishy' Wang | 2014-04-25 | 3 | -5/+16 |
| * | | Added implementation of copyfile rule. | Yuxuan 'fishy' Wang | 2014-04-23 | 4 | -5/+111 |
| * | | Added groups support to repo subcommand. | Yuxuan 'fishy' Wang | 2014-04-23 | 5 | -33/+279 |
| * | | Added the command line of jgit repo. | Yuxuan 'fishy' Wang | 2014-04-23 | 6 | -0/+169 |
| * | | Implemented first part of the repo sub-command. | Yuxuan 'fishy' Wang | 2014-04-23 | 5 | -0/+410 |
* | | | Merge "Automatically reload known_hosts file" | Shawn Pearce | 2014-04-25 | 1 | -0/+3 |
|\ \ \ |
|
| * | | | Automatically reload known_hosts file | Doug Kelly | 2014-04-24 | 1 | -0/+3 |
| |/ / |
|
* / / | Remove streaming delta support from JGit | Doug Kelly | 2014-04-24 | 6 | -1000/+75 |
|/ / |
|
* | | Merge "blame: Format commit and author only once per range" | Shawn Pearce | 2014-04-23 | 1 | -13/+23 |
|\ \ |
|
| * | | blame: Format commit and author only once per range | Shawn Pearce | 2014-04-21 | 1 | -13/+23 |
* | | | Merge changes Icb1d49e5,I8bcab447,I3fa19b86,I2cda031b,I8b2dbf63 | Shawn Pearce | 2014-04-22 | 3 | -28/+42 |
|\| | |
|
| * | | blame: Reuse existing blameEntireRegionOnParent method | Shawn Pearce | 2014-04-21 | 1 | -3/+1 |
| * | | blame: Remove unnecessary curly braces around single statement if | Shawn Pearce | 2014-04-21 | 1 | -2/+1 |
| * | | blame: Allow candidate to manage its setup before output | Shawn Pearce | 2014-04-21 | 2 | -2/+12 |
| * | | blame: Do not update candidate regionList during output | Shawn Pearce | 2014-04-21 | 1 | -21/+24 |
| * | | blame: Only use computeRange if -L was requested | Shawn Pearce | 2014-04-21 | 1 | -0/+4 |
* | | | pgm: Flush stderr during shutdown | Shawn Pearce | 2014-04-21 | 1 | -0/+2 |
|/ / |
|
* | | Expose ReceiveCommand version of TrackingRefUpdate | Shawn Pearce | 2014-04-18 | 1 | -2/+9 |
* | | Merge changes I483c40e8,Ib16d684d,I9fb25229,I5f7c4855,I36905959 | Shawn Pearce | 2014-04-18 | 6 | -50/+251 |
|\ \ |
|
| * | | diff: Optimize single line edits | Shawn Pearce | 2014-04-18 | 2 | -1/+7 |
| * | | blame: Reduce running time ~4.5% by skipping common subtrees | Shawn Pearce | 2014-04-17 | 2 | -17/+60 |
| * | | blame: Micro optimize blob lookup in tree | Shawn Pearce | 2014-04-17 | 1 | -10/+8 |
| * | | blame: Automatically increase commit abbreviation length | Shawn Pearce | 2014-04-17 | 2 | -3/+29 |
| * | | Blame correctly in the presence of conflicting merges | Konrad Kügler | 2014-04-17 | 3 | -19/+147 |
* | | | Merge branch 'stable-3.3' | Matthias Sohn | 2014-04-18 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | JGit v3.3.2.201404171909-rv3.3.2.201404171909-rstable-3.3 | Matthias Sohn | 2014-04-18 | 55 | -59/+59 |
| * | | | Fix version.sh to update Eclipse-SourceBundle version | Matthias Sohn | 2014-04-18 | 1 | -0/+1 |
* | | | | Allow ArchiveCommand.registerFormat to be called twice | Jonathan Nieder | 2014-04-16 | 3 | -22/+91 |
* | | | | Merge "Make ArchiveFormats final and implement equals()" | Dave Borowitz | 2014-04-14 | 5 | -5/+55 |
|\ \ \ \ |
|
| * | | | | Make ArchiveFormats final and implement equals() | Jonathan Nieder | 2014-04-11 | 5 | -5/+55 |
* | | | | | Merge branch 'stable-3.3' | Matthias Sohn | 2014-04-14 | 1 | -2/+2 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|