| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 1 | -2/+3 |
|\ \ |
|
| * | | blame: Fix merges, where merge result differs only by whitespace | Konrad Kügler | 2014-05-03 | 1 | -2/+3 |
* | | | 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 | 2 | -9/+0 |
|/ / |
|
* | | Fix push to repo with non-fetched refs | Jean-Jacques Lafay | 2014-04-30 | 1 | -2/+6 |
* | | Merge changes I2515a6ed,Ib6b24035 | Matthias Sohn | 2014-04-27 | 2 | -6/+48 |
|\ \ |
|
| * | | 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 | 1 | -0/+43 |
* | | | 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 | 1 | -0/+18 |
* | | Merge changes Ia4df9808,I83e8a321,Id0e7663b,Ib809b00c,I88a6ee07 | Shawn Pearce | 2014-04-25 | 2 | -0/+452 |
|\ \ |
|
| * | | Commit changes generated during repo command | Yuxuan 'fishy' Wang | 2014-04-25 | 2 | -5/+15 |
| * | | Added implementation of copyfile rule. | Yuxuan 'fishy' Wang | 2014-04-23 | 2 | -5/+75 |
| * | | Added groups support to repo subcommand. | Yuxuan 'fishy' Wang | 2014-04-23 | 1 | -14/+73 |
| * | | Implemented first part of the repo sub-command. | Yuxuan 'fishy' Wang | 2014-04-23 | 2 | -0/+313 |
* | | | 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 | 4 | -628/+9 |
|/ / |
|
* | | 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 |
* | | 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 | 4 | -47/+164 |
|\ \ |
|
| * | | 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 | 1 | -0/+12 |
| * | | Blame correctly in the presence of conflicting merges | Konrad Kügler | 2014-04-17 | 2 | -19/+77 |
* | | | Allow ArchiveCommand.registerFormat to be called twice | Jonathan Nieder | 2014-04-16 | 1 | -20/+90 |
* | | | Merge branch 'stable-3.3' | Matthias Sohn | 2014-04-14 | 1 | -2/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | Ensure that stored credentials aren't reset too early | Matthias Sohn | 2014-04-14 | 1 | -2/+2 |
* | | | Merge changes Id9a641dd,If2ee1f42 | Robin Rosenberg | 2014-04-09 | 1 | -1/+6 |
|\ \ \ |
|
| * | | | Fixed RevWalk.isMergedInto() returning wrong results | Gustaf Lundh | 2014-03-24 | 1 | -1/+6 |
* | | | | Don't use package private classes when overriding a public interface | Robin Rosenberg | 2014-04-05 | 2 | -4/+6 |
* | | | | Mark getParent deprecated in CanonicalTreeParser | Shawn Pearce | 2014-04-03 | 1 | -0/+1 |
* | | | | Fix ObjectChecker when normalization is enabled | Shawn Pearce | 2014-04-03 | 1 | -1/+1 |
* | | | | Abbreviate SHA-1s when reporting invalid objects | Shawn Pearce | 2014-04-03 | 1 | -1/+2 |
* | | | | Throw CorruptObjectException when a bad object is found | Shawn Pearce | 2014-04-03 | 2 | -3/+19 |
* | | | | Cleanup javadocs so they pass the java8 doclint checks | Robin Rosenberg | 2014-03-29 | 33 | -82/+100 |
* | | | | Interactive rebase: Fix order of commit messages on squash | Stefan Lay | 2014-03-27 | 1 | -3/+3 |
* | | | | Fix missing NON-NLS tag in RebaseCommand | Stefan Lay | 2014-03-27 | 1 | -1/+1 |
* | | | | Fix GarbageCollection not to pack HEAD | Christian Halstrick | 2014-03-26 | 1 | -1/+1 |
* | | | | Fix NameRevCommand when repo has no annotated tags | Dave Borowitz | 2014-03-25 | 1 | -5/+10 |
* | | | | Merge branch 'stable-3.3' | Matthias Sohn | 2014-03-25 | 4 | -14/+25 |
|\ \ \ \
| |/ / /
|/| / /
| |/ / |
|
| * | | Retry to call credentials provider if http authentication failed | Matthias Sohn | 2014-03-20 | 1 | -4/+6 |
| * | | Ensure that ssh authentication is retried only in JGit | Christian Halstrick | 2014-03-15 | 1 | -0/+3 |