| Commit message (Expand) | Author | Age | Files | Lines |
* | Added groups support to repo subcommand. | Yuxuan 'fishy' Wang | 2014-04-23 | 1 | -14/+73 |
* | Added the command line of jgit repo. | Yuxuan 'fishy' Wang | 2014-04-23 | 1 | -0/+3 |
* | Implemented first part of the repo sub-command. | Yuxuan 'fishy' Wang | 2014-04-23 | 3 | -0/+316 |
* | 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 | 2 | -21/+91 |
* | | 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 |
* | | | Merge "Add missing space to invalid object error messages" | Matthias Sohn | 2014-04-03 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Add missing space to invalid object error messages | Shawn Pearce | 2014-04-03 | 1 | -1/+1 |
* | | | | 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 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Prepare 3.3.2-SNAPSHOT builds | Matthias Sohn | 2014-03-25 | 3 | -35/+35 |
| * | JGit v3.3.1.201403241930-rv3.3.1.201403241930-r | Matthias Sohn | 2014-03-25 | 3 | -4/+4 |
| * | 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 |
| * | [findBugs] Ensure streams are closed in a finally block | Matthias Sohn | 2014-03-11 | 2 | -10/+16 |
* | | Merge "Fix text alignment in history plot renderer" | Matthias Sohn | 2014-03-13 | 1 | -2/+2 |
|\ \ |
|
| * | | Fix text alignment in history plot renderer | Rüdiger Herrmann | 2014-03-13 | 1 | -2/+2 |
* | | | Fix StackOverflowError in RevCommit.carryFlags on deep side graphs | Shawn Pearce | 2014-03-13 | 1 | -16/+63 |
|/ / |
|
* | | Display progress while checking connectivity on push | Shawn Pearce | 2014-03-12 | 1 | -0/+10 |
* | | Merge changes I1a225c1b,Ie4d5f082,I41f24363,I9440dd25,I170b6f64,I02e964d1,Iec... | Shawn Pearce | 2014-03-12 | 4 | -159/+357 |
|\ \ |
|
| * | | Allow configuration of receive pack's ObjectChecker through fsck.* | Shawn Pearce | 2014-03-12 | 1 | -4/+20 |
| * | | Correct fetch to use fetch.fsckObjects and transfer.fsckObjects | Shawn Pearce | 2014-03-12 | 1 | -3/+6 |
| * | | Default receive.fsckObjects to transfer.fsckObjects | Shawn Pearce | 2014-03-12 | 1 | -2/+3 |
| * | | Allow ReceivePack callers to configure their own ObjectChecker | Shawn Pearce | 2014-03-12 | 1 | -5/+19 |
| * | | Check for duplicate names after folding case in ObjectChecker | Shawn Pearce | 2014-03-12 | 1 | -1/+69 |
| * | | Change DirCacheCheckout to verify path using ObjectChecker | Shawn Pearce | 2014-03-12 | 2 | -145/+73 |
| * | | Reject mixed case .git on Mac OS in ObjectChecker | Shawn Pearce | 2014-03-12 | 1 | -1/+17 |