summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add script to create JGit releaseMatthias Sohn2014-05-211-0/+52
* Adds support for SPNEGOLaurent Goujon2014-05-212-0/+72
* 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-194-9/+101
|\
| * Cherry-Pick: Support --mainline to pick mergesKonrad Kügler2014-05-174-9/+101
* | Fix a number of failing conflict situationsRobin Rosenberg2014-05-175-46/+486
* | Merge "Archive: Add the ability to select one or more paths."Robin Rosenberg2014-05-172-0/+236
|\ \
| * | Archive: Add the ability to select one or more paths.Shaul Zorea2014-05-142-0/+236
* | | Fix failing ConfigTest on WindowsRobin Rosenberg2014-05-171-23/+7
| |/ |/|
* | Merge "Command line: implement checkout -- <path>"Matthias Sohn2014-05-163-4/+45
|\ \
| * | Command line: implement checkout -- <path>Matthias Sohn2014-05-123-4/+45
* | | 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
* | | Merge "LsTree: quote paths in output"Robin Rosenberg2014-05-121-1/+2
|\ \ \ | |/ / |/| |
| * | LsTree: quote paths in outputDave Borowitz2014-05-071-1/+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-095-35/+145
* | | Handle the revision attribute in repo manifest.Yuxuan 'fishy' Wang2014-05-093-32/+219
* | | Handle repo submodules for bare repositories.Yuxuan 'fishy' Wang2014-05-074-15/+245
|/ /
* / Fix manifests of source bundlesMatthias Sohn2014-05-074-8/+8
|/
* Merge changes I9ba0e70f,I1f38e055,Idb55a303Dave Borowitz2014-05-064-8/+137
|\
| * Do not rewrite parents in RevWalkTextBuiltinsDave Borowitz2014-05-051-4/+8
| * RevWalk: Allow disabling parent rewritingDave Borowitz2014-05-053-3/+124
| * RevWalkTextBuiltin: Add -n to limit number of commits returnedDave Borowitz2014-05-051-1/+5
* | Allow callers to use different merging strategiesLaurent Goubet2014-05-066-14/+96
* | Prepare 3.4.0-SNAPSHOT buildsMatthias Sohn2014-05-0655-59/+59
|/
* JGit v3.4.0.201405051725-m7v3.4.0.201405051725-m7Matthias Sohn2014-05-0555-59/+59
* 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-042-2/+34
|\ \
| * | blame: Fix merges, where merge result differs only by whitespaceKonrad Kügler2014-05-032-2/+34
* | | Update 4.4 target to use Luna M7 orbit repositoryMatthias Sohn2014-05-041-5/+5
* | | AbstractPlotRenderer: Make private methods static where applicableKonrad Kügler2014-05-031-3/+3
* | | PlotLane: Use identity hashCode and equalsKonrad Kügler2014-05-033-18/+0
|/ /
* | Fix push to repo with non-fetched refsJean-Jacques Lafay2014-04-302-3/+76
* | Make org.eclipse.jgit.packaging a general projectRobin Rosenberg2014-04-281-0/+40
* | Merge changes I2515a6ed,Ib6b24035Matthias Sohn2014-04-273-6/+94
|\ \
| * | Fix ArrayIndexOutOfBoundsException in CreateBranchCommandRobin Rosenberg2014-04-271-6/+5
| * | Add methods to Repository to handle remote namesRobin Rosenberg2014-04-272-0/+89
* | | 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-252-0/+157
* | cleanup: remove some unused importsRobin Rosenberg2014-04-251-4/+0
* | Making ArchiveFormats breaks the API, but that's okRobin Rosenberg2014-04-251-0/+38
* | Add jacoco instrumentation for code coverage reportsMatthias Sohn2014-04-261-0/+31
* | Merge changes Ia4df9808,I83e8a321,Id0e7663b,Ib809b00c,I88a6ee07Shawn Pearce2014-04-2511-0/+942
|\ \
| * | Commit changes generated during repo commandYuxuan 'fishy' Wang2014-04-253-5/+16
| * | Added implementation of copyfile rule.Yuxuan 'fishy' Wang2014-04-234-5/+111