commit: 9762a7e73d6c641bf879c5bf61fe0509a491acb8 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Oct 14 09:46:04 2017 +0000 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org> CommitDate: Wed Jan 3 01:25:19 2018 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=9762a7e7
ebuild-maintenance/git: Start a new section on git instructions ebuild-maintenance/git/text.xml | 16 ++++++++++++++++ ebuild-maintenance/text.xml | 1 + 2 files changed, 17 insertions(+) diff --git a/ebuild-maintenance/git/text.xml b/ebuild-maintenance/git/text.xml new file mode 100644 index 0000000..172e22c --- /dev/null +++ b/ebuild-maintenance/git/text.xml @@ -0,0 +1,16 @@ +<?xml version="1.0"?> +<guide self="ebuild-maintenance/git/"> +<chapter> +<title>Git for Gentoo Developers</title> + +<body> +<p> +This guide covers git usage instructions and policies specific to Gentoo +ebuild development. It assumes that the readers possess basic git +knowledge. For a generic guide, please see the official +<uri link="https://git-scm.com/book/">git book</uri>. +</p> + +</body> +</chapter> +</guide> diff --git a/ebuild-maintenance/text.xml b/ebuild-maintenance/text.xml index 46ab82f..f1f759d 100644 --- a/ebuild-maintenance/text.xml +++ b/ebuild-maintenance/text.xml @@ -17,5 +17,6 @@ This section covers various tasks related to working with ebuilds. </section> </chapter> +<include href="git/"/> <include href="maintenance-tasks/"/> </guide>