summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Adds support for SPNEGOLaurent Goujon2014-05-211-0/+63
* Creates HttpAuthMethod type enum to support auth orderingLaurent Goujon2014-05-212-18/+76
* Detects background authentication and force use of jgit authenticationLaurent Goujon2014-05-211-0/+8
* Adds GSSManager factory class, to be used for SPNEGO HTTP authenticationLaurent Goujon2014-05-211-0/+158
* blame: Revert common subtree elimination "optimization"Shawn Pearce2014-05-192-42/+3
* Merge "Cherry-Pick: Support --mainline to pick merges"Robin Rosenberg2014-05-193-9/+43
|\
| * Cherry-Pick: Support --mainline to pick mergesKonrad Kügler2014-05-173-9/+43
* | Fix a number of failing conflict situationsRobin Rosenberg2014-05-172-45/+123
* | Merge "Archive: Add the ability to select one or more paths."Robin Rosenberg2014-05-171-0/+25
|\ \ | |/ |/|
| * Archive: Add the ability to select one or more paths.Shaul Zorea2014-05-141-0/+25
* | Rebase: Write an empty "quiet" file to make C Git happyKonrad Kügler2014-05-161-0/+3
* | Fix wrong Exception messagesChristian Halstrick2014-05-142-2/+2
* | Fix javadoc errors caused by missing tags for declared exceptionsTomasz Zarna2014-05-121-0/+3
* | Handle repo copyfile in bare repositories.Yuxuan 'fishy' Wang2014-05-094-34/+106
* | Handle the revision attribute in repo manifest.Yuxuan 'fishy' Wang2014-05-092-26/+94
* | Handle repo submodules for bare repositories.Yuxuan 'fishy' Wang2014-05-073-15/+204
* | Fix manifests of source bundlesMatthias Sohn2014-05-071-2/+2
|/
* Merge changes I9ba0e70f,I1f38e055,Idb55a303Dave Borowitz2014-05-062-3/+30
|\
| * RevWalk: Allow disabling parent rewritingDave Borowitz2014-05-052-3/+30
* | Allow callers to use different merging strategiesLaurent Goubet2014-05-066-14/+96
* | Prepare 3.4.0-SNAPSHOT buildsMatthias Sohn2014-05-063-4/+4
|/
* JGit v3.4.0.201405051725-m7v3.4.0.201405051725-m7Matthias Sohn2014-05-053-4/+4
* Merge "Make the resolve merger slightly more sub-classable."Robin Rosenberg2014-05-051-29/+125
|\
| * Make the resolve merger slightly more sub-classable.Laurent Goubet2014-03-061-29/+125
* | Merge "blame: Fix merges, where merge result differs only by whitespace"Shawn Pearce2014-05-041-2/+3
|\ \
| * | blame: Fix merges, where merge result differs only by whitespaceKonrad Kügler2014-05-031-2/+3
* | | AbstractPlotRenderer: Make private methods static where applicableKonrad Kügler2014-05-031-3/+3
* | | PlotLane: Use identity hashCode and equalsKonrad Kügler2014-05-032-9/+0
|/ /
* | Fix push to repo with non-fetched refsJean-Jacques Lafay2014-04-301-2/+6
* | Merge changes I2515a6ed,Ib6b24035Matthias Sohn2014-04-272-6/+48
|\ \
| * | Fix ArrayIndexOutOfBoundsException in CreateBranchCommandRobin Rosenberg2014-04-271-6/+5
| * | 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-254-0/+460
|\ \
| * | Commit changes generated during repo commandYuxuan 'fishy' Wang2014-04-253-5/+16
| * | Added implementation of copyfile rule.Yuxuan 'fishy' Wang2014-04-233-5/+76
| * | Added groups support to repo subcommand.Yuxuan 'fishy' Wang2014-04-231-14/+73
| * | Added the command line of jgit repo.Yuxuan 'fishy' Wang2014-04-231-0/+3
| * | Implemented first part of the repo sub-command.Yuxuan 'fishy' Wang2014-04-233-0/+316
* | | 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
|\ \