diff options
| author | Philipp Thun | 2010-12-20 16:21:44 +0000 |
|---|---|---|
| committer | Jens Baumgart | 2010-12-20 16:21:44 +0000 |
| commit | f212c2edff65cd91ab7aabc2e2e64d2362cfffd3 (patch) | |
| tree | 9764b28d6d4da73fa96a13ab357a44447d10c789 | |
| parent | f842286cf013d97eeda53c6559c14c586c8a024a (diff) | |
| download | egit-f212c2edff65cd91ab7aabc2e2e64d2362cfffd3.tar.gz egit-f212c2edff65cd91ab7aabc2e2e64d2362cfffd3.tar.xz egit-f212c2edff65cd91ab7aabc2e2e64d2362cfffd3.zip | |
Clone wizard cheat sheet: add missing license header
Change-Id: Ic4ba8772e1377fce9fff1ee512681aaaf39e9f00
Signed-off-by: Philipp Thun <philipp.thun@sap.com>
Signed-off-by: Jens Baumgart <jens.baumgart@sap.com>
| -rw-r--r-- | org.eclipse.egit.doc/cheatsheets/clone.xml | 16 | ||||
| -rw-r--r-- | org.eclipse.egit.doc/contexts.xml | 8 |
2 files changed, 21 insertions, 3 deletions
diff --git a/org.eclipse.egit.doc/cheatsheets/clone.xml b/org.eclipse.egit.doc/cheatsheets/clone.xml index 3e8480ac1b..6129329aee 100644 --- a/org.eclipse.egit.doc/cheatsheets/clone.xml +++ b/org.eclipse.egit.doc/cheatsheets/clone.xml @@ -1,4 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2010, Philipp Thun <philipp.thun@sap.com>
+
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Public License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/legal/epl-v10.html
+-->
<cheatsheet title="Cloning a Git Repository">
<intro>
<description>
@@ -14,19 +22,21 @@ <command required="false" serialization="org.eclipse.egit.ui.RepositoriesViewClone" />
</item>
<item
- href="/org.eclipse.egit.doc/help/EGit/User_Guide/Working-with-remote-Repositories.html#Repository_Selection"
+ href="/org.eclipse.egit.doc/help/EGit/User_Guide/Tasks.html#Repository_Selection"
title="Repository Selection" dialog="true">
<description>
<b>Enter the repository location.</b><br /><br />
If you already have a <b>repository URI</b> in your clipboard, i.e. copied from a gitweb, github, wiki or any other page, it will be automatically entered into the URI field. The other fields (i.e. Host, Repository path, Protocol, Port) will then be automatically filled.<br /><br />
In case cloning requires <b>authentication</b> (which is not the case for many repositories), enter your credentials into the User and Password fields.<br /><br />
- For a complete description of all fields as well as the supported protocols, see the referenced <b>documentation.</b>
+ For a complete description of all fields as well as the supported protocols, see the referenced <b>documentation</b> (click on help icon on top of this section).<br /><br />
+ <b>Click Next</b>
</description>
</item>
<item title="Branch Selection" dialog="true">
<description>
<b>Choose branches to be cloned from the repository.</b><br /><br />
- By default all available branches are checked.
+ By default all available branches are checked.<br /><br />
+ <b>Click Next</b>
</description>
</item>
<item title="Local Destination" dialog="true">
diff --git a/org.eclipse.egit.doc/contexts.xml b/org.eclipse.egit.doc/contexts.xml index d3c3ad8d7a..91c5986065 100644 --- a/org.eclipse.egit.doc/contexts.xml +++ b/org.eclipse.egit.doc/contexts.xml @@ -1,4 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2010, Philipp Thun <philipp.thun@sap.com> + + All rights reserved. This program and the accompanying materials + are made available under the terms of the Eclipse Public License v1.0 + which accompanies this distribution, and is available at + http://www.eclipse.org/legal/epl-v10.html +--> <?eclipse version="3.4"?> <contexts> <context id="GitCloneWizard" title="Clone Git Repository"> |
