Gentoo Archives: gentoo-commits

From: "Göktürk Yüksek" <gokturk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:codesample-indent-fix commit in: ebuild-maintenance/, ebuild-maintenance/git/
Date: Wed, 03 Jan 2018 05:57:47
Message-Id: 1514942719.9762a7e73d6c641bf879c5bf61fe0509a491acb8.gokturk@gentoo
1 commit: 9762a7e73d6c641bf879c5bf61fe0509a491acb8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 14 09:46:04 2017 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 3 01:25:19 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=9762a7e7
7
8 ebuild-maintenance/git: Start a new section on git instructions
9
10 ebuild-maintenance/git/text.xml | 16 ++++++++++++++++
11 ebuild-maintenance/text.xml | 1 +
12 2 files changed, 17 insertions(+)
13
14 diff --git a/ebuild-maintenance/git/text.xml b/ebuild-maintenance/git/text.xml
15 new file mode 100644
16 index 0000000..172e22c
17 --- /dev/null
18 +++ b/ebuild-maintenance/git/text.xml
19 @@ -0,0 +1,16 @@
20 +<?xml version="1.0"?>
21 +<guide self="ebuild-maintenance/git/">
22 +<chapter>
23 +<title>Git for Gentoo Developers</title>
24 +
25 +<body>
26 +<p>
27 +This guide covers git usage instructions and policies specific to Gentoo
28 +ebuild development. It assumes that the readers possess basic git
29 +knowledge. For a generic guide, please see the official
30 +<uri link="https://git-scm.com/book/">git book</uri>.
31 +</p>
32 +
33 +</body>
34 +</chapter>
35 +</guide>
36
37 diff --git a/ebuild-maintenance/text.xml b/ebuild-maintenance/text.xml
38 index 46ab82f..f1f759d 100644
39 --- a/ebuild-maintenance/text.xml
40 +++ b/ebuild-maintenance/text.xml
41 @@ -17,5 +17,6 @@ This section covers various tasks related to working with ebuilds.
42 </section>
43 </chapter>
44
45 +<include href="git/"/>
46 <include href="maintenance-tasks/"/>
47 </guide>