aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | Add methods to Repository to handle remote namesRobin Rosenberg2014-04-271-0/+43
* | | Fix BlameResult.computeRange JavaDoc to exclude end indexKonrad Kügler2014-04-261-2/+2
|/ /
* | Add API to permit the setting of additional HTTP headersBogdan Gheorghe2014-04-251-0/+18
* | Merge changes Ia4df9808,I83e8a321,Id0e7663b,Ib809b00c,I88a6ee07Shawn Pearce2014-04-252-0/+452
|\ \
| * | Commit changes generated during repo commandYuxuan 'fishy' Wang2014-04-252-5/+15
| * | Added implementation of copyfile rule.Yuxuan 'fishy' Wang2014-04-232-5/+75
| * | Added groups support to repo subcommand.Yuxuan 'fishy' Wang2014-04-231-14/+73
| * | Implemented first part of the repo sub-command.Yuxuan 'fishy' Wang2014-04-232-0/+313
* | | Merge "Automatically reload known_hosts file"Shawn Pearce2014-04-251-0/+3
|\ \ \
| * | | Automatically reload known_hosts fileDoug Kelly2014-04-241-0/+3
| |/ /
* / / Remove streaming delta support from JGitDoug Kelly2014-04-244-628/+9
|/ /
* | blame: Reuse existing blameEntireRegionOnParent methodShawn Pearce2014-04-211-3/+1
* | blame: Remove unnecessary curly braces around single statement ifShawn Pearce2014-04-211-2/+1
* | blame: Allow candidate to manage its setup before outputShawn Pearce2014-04-212-2/+12
* | blame: Do not update candidate regionList during outputShawn Pearce2014-04-211-21/+24
* | blame: Only use computeRange if -L was requestedShawn Pearce2014-04-211-0/+4
* | Expose ReceiveCommand version of TrackingRefUpdateShawn Pearce2014-04-181-2/+9
* | Merge changes I483c40e8,Ib16d684d,I9fb25229,I5f7c4855,I36905959Shawn Pearce2014-04-184-47/+164
|\ \
| * | diff: Optimize single line editsShawn Pearce2014-04-182-1/+7
| * | blame: Reduce running time ~4.5% by skipping common subtreesShawn Pearce2014-04-172-17/+60
| * | blame: Micro optimize blob lookup in treeShawn Pearce2014-04-171-10/+8
| * | blame: Automatically increase commit abbreviation lengthShawn Pearce2014-04-171-0/+12
| * | Blame correctly in the presence of conflicting mergesKonrad Kügler2014-04-172-19/+77
* | | Allow ArchiveCommand.registerFormat to be called twiceJonathan Nieder2014-04-161-20/+90
* | | Merge branch 'stable-3.3'Matthias Sohn2014-04-141-2/+2
|\ \ \ | |/ / |/| |
| * | Ensure that stored credentials aren't reset too earlyMatthias Sohn2014-04-141-2/+2
* | | Merge changes Id9a641dd,If2ee1f42Robin Rosenberg2014-04-091-1/+6
|\ \ \
| * | | Fixed RevWalk.isMergedInto() returning wrong resultsGustaf Lundh2014-03-241-1/+6
* | | | Don't use package private classes when overriding a public interfaceRobin Rosenberg2014-04-052-4/+6
* | | | Mark getParent deprecated in CanonicalTreeParserShawn Pearce2014-04-031-0/+1
* | | | Fix ObjectChecker when normalization is enabledShawn Pearce2014-04-031-1/+1
* | | | Abbreviate SHA-1s when reporting invalid objectsShawn Pearce2014-04-031-1/+2
* | | | Throw CorruptObjectException when a bad object is foundShawn Pearce2014-04-032-3/+19
* | | | Cleanup javadocs so they pass the java8 doclint checksRobin Rosenberg2014-03-2933-82/+100
* | | | Interactive rebase: Fix order of commit messages on squashStefan Lay2014-03-271-3/+3
* | | | Fix missing NON-NLS tag in RebaseCommandStefan Lay2014-03-271-1/+1
* | | | Fix GarbageCollection not to pack HEADChristian Halstrick2014-03-261-1/+1
* | | | Fix NameRevCommand when repo has no annotated tagsDave Borowitz2014-03-251-5/+10
* | | | Merge branch 'stable-3.3'Matthias Sohn2014-03-254-14/+25
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Retry to call credentials provider if http authentication failedMatthias Sohn2014-03-201-4/+6
| * | Ensure that ssh authentication is retried only in JGitChristian Halstrick2014-03-151-0/+3
| * | [findBugs] Ensure streams are closed in a finally blockMatthias Sohn2014-03-112-10/+16
* | | Merge "Fix text alignment in history plot renderer"Matthias Sohn2014-03-131-2/+2
|\ \ \
| * | | Fix text alignment in history plot rendererRüdiger Herrmann2014-03-131-2/+2
* | | | Fix StackOverflowError in RevCommit.carryFlags on deep side graphsShawn Pearce2014-03-131-16/+63
|/ / /
* | | Display progress while checking connectivity on pushShawn Pearce2014-03-121-0/+10
* | | Merge changes I1a225c1b,Ie4d5f082,I41f24363,I9440dd25,I170b6f64,I02e964d1,Iec...Shawn Pearce2014-03-124-159/+357
|\ \ \
| * | | Allow configuration of receive pack's ObjectChecker through fsck.*Shawn Pearce2014-03-121-4/+20
| * | | Correct fetch to use fetch.fsckObjects and transfer.fsckObjectsShawn Pearce2014-03-121-3/+6
| * | | Default receive.fsckObjects to transfer.fsckObjectsShawn Pearce2014-03-121-2/+3