| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix failing ConfigTest on Windows | Robin Rosenberg | 2014-05-17 | 1 | -23/+7 |
* | Merge "Command line: implement checkout -- <path>" | Matthias Sohn | 2014-05-16 | 3 | -4/+45 |
|\ |
|
| * | Command line: implement checkout -- <path> | Matthias Sohn | 2014-05-12 | 3 | -4/+45 |
* | | Rebase: Write an empty "quiet" file to make C Git happy | Konrad Kügler | 2014-05-16 | 1 | -0/+3 |
* | | Fix wrong Exception messages | Christian Halstrick | 2014-05-14 | 2 | -2/+2 |
* | | Merge "LsTree: quote paths in output" | Robin Rosenberg | 2014-05-12 | 1 | -1/+2 |
|\ \
| |/
|/| |
|
| * | LsTree: quote paths in output | Dave Borowitz | 2014-05-07 | 1 | -1/+2 |
* | | Fix javadoc errors caused by missing tags for declared exceptions | Tomasz Zarna | 2014-05-12 | 1 | -0/+3 |
* | | Handle repo copyfile in bare repositories. | Yuxuan 'fishy' Wang | 2014-05-09 | 5 | -35/+145 |
* | | Handle the revision attribute in repo manifest. | Yuxuan 'fishy' Wang | 2014-05-09 | 3 | -32/+219 |
* | | Handle repo submodules for bare repositories. | Yuxuan 'fishy' Wang | 2014-05-07 | 4 | -15/+245 |
|/ |
|
* | Fix manifests of source bundles | Matthias Sohn | 2014-05-07 | 4 | -8/+8 |
* | Merge changes I9ba0e70f,I1f38e055,Idb55a303 | Dave Borowitz | 2014-05-06 | 4 | -8/+137 |
|\ |
|
| * | Do not rewrite parents in RevWalkTextBuiltins | Dave Borowitz | 2014-05-05 | 1 | -4/+8 |
| * | RevWalk: Allow disabling parent rewriting | Dave Borowitz | 2014-05-05 | 3 | -3/+124 |
| * | RevWalkTextBuiltin: Add -n to limit number of commits returned | Dave Borowitz | 2014-05-05 | 1 | -1/+5 |
* | | Allow callers to use different merging strategies | Laurent Goubet | 2014-05-06 | 6 | -14/+96 |
* | | Prepare 3.4.0-SNAPSHOT builds | Matthias Sohn | 2014-05-06 | 55 | -59/+59 |
|/ |
|
* | 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 |