]> de.git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
(Commit created by redmine exporter script from page "Repository_Access" version 34)
authorBlub <blub@speed.at>
Wed, 7 Apr 2010 14:41:00 +0000 (14:41 +0000)
committerRedmineExport <redmineexport@dev.xonotic.org>
Mon, 17 Nov 2014 17:53:33 +0000 (17:53 +0000)
Repository_Access.textile

index bbbb2a934028a65433b8227ba70cc587bbf5731d..66acbeffade37ff5789d5043eafcd729c3b2c5d6 100644 (file)
@@ -22,7 +22,7 @@ The git:// protocol uses port 9418, which may be a problem if you're behind a st
 
 After that, you have a working checkout of the repository.
 
-h3. Getting write access
+h2. Getting write access
 
 A condition for write (push) access is that you agree that any code or data you push will be licensed under the General Public License, version 2, with or without the "or any later version" clause. In case the directory the changes apply to contains a LICENSE or COPYING file indicating another license, your pushed code has to be dual licensed appropriately. Subdirectories currently having a dual license:
 * data/qcsrc/warpzonelib - dual licensed as "GPLv2 or later" or MIT license.
@@ -48,7 +48,7 @@ git config remote.origin.url ssh://xonotic@git.xonotic.org/xonotic.git
 
 After that, you can write to the reposiotry using the usual git commands (commit, push).
 
-h3. Working with the helper script "all"
+h2. Working with the helper script "all"
 
 To make working with the repo a little easier there's a little helper script (it's called all, as mentioned in above clone commands). It supports the following commands:
 
@@ -94,7 +94,7 @@ Starts the xonotic client
 
 Starts a xonotic dedicated server
 
-h3. Further git information
+h2. Further git information
 
 About tracking remote branches: