Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 7f5cfe4b2c69a53bf64831d173f3342a7aec8aa4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<?xml version='1.0' encoding='utf-8' ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
		<title>JGit 0.11 New and Noteworthy - Features</title>
		<link type="text/css" rel="stylesheet" href="../../../book.css"/>
	</head>
	<body>
		<table class="navigation" style="width: 100%;" border="0" summary="navigation">
			<tr>
				<th style="width: 100%" align="center" colspan="3">Features</th>
			</tr>
			<tr>
				<td style="width: 20%" align="left">
					<a href="0.11.html" title="JGit 0.11 New and Noteworthy">
						<img alt="Previous" border="0" src="../../../images/prev.gif"/>
					</a>
				</td>
				<td style="width: 60%" align="center"></td>
				<td style="width: 20%" align="right">
					<a href="Bugs-Closed.html" title="Bugs Closed">
						<img alt="Next" border="0" src="../../../images/next.gif"/>
					</a>
				</td>
			</tr>
			<tr>
				<td style="width: 20%" align="left" valign="top">JGit 0.11 New and Noteworthy</td>
				<td style="width: 60%" align="center"></td>
				<td style="width: 20%" align="right" valign="top">Bugs Closed</td>
			</tr>
		</table><hr/>
		<h1 id="Features">Features</h1>
		<h2 id="Support_for_self_signed_certificate_.28HTTPS.29">Support for self signed certificate (HTTPS)</h2>
		<p>Added possibility to disable ssl verification, just as is possible with git
			using: <code>git config --global http.sslVerify false</code></p>
		<p>To enable the feature, configure

			<b>Window &gt; Preferences &gt; Team &gt; Git &gt; Configuration</b>
			and add a new key/value: <code>http.sslVerify=false</code>
		</p>
		<h2 id="Note_Support">Note Support</h2>
		<ul>
			<li>Merging of git notes was implemented</li>
		</ul>
		<h2 id="Configuration">Configuration</h2>
		<ul>
			<li>Support for system-wide git configuration was added</li>
		</ul><hr/>
		<table class="navigation" style="width: 100%;" border="0" summary="navigation">
			<tr>
				<td style="width: 20%" align="left">
					<a href="0.11.html" title="JGit 0.11 New and Noteworthy">
						<img alt="Previous" border="0" src="../../../images/prev.gif"/>
					</a>
				</td>
				<td style="width: 60%" align="center">
					<a href="0.11.html" title="JGit 0.11 New and Noteworthy">
						<img alt="JGit 0.11 New and Noteworthy" border="0" src="../../../images/home.gif"/>
					</a>
				</td>
				<td style="width: 20%" align="right">
					<a href="Bugs-Closed.html" title="Bugs Closed">
						<img alt="Next" border="0" src="../../../images/next.gif"/>
					</a>
				</td>
			</tr>
			<tr>
				<td style="width: 20%" align="left" valign="top">JGit 0.11 New and Noteworthy</td>
				<td style="width: 60%" align="center"></td>
				<td style="width: 20%" align="right" valign="top">Bugs Closed</td>
			</tr>
		</table>
	</body>
</html>

Back to the top