Gentoo Archives: gentoo-commits

From: "Göktürk Yüksek" <gokturk@××××××××××.edu>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: general-concepts/git-to-rsync/
Date: Sat, 30 Apr 2016 03:50:28
Message-Id: 1461987904.3e3a67d45da6da1435ae1b5a7dcb0400dac09874.gokturk@gentoo
1 commit: 3e3a67d45da6da1435ae1b5a7dcb0400dac09874
2 Author: Göktürk Yüksek <gokturk <AT> binghamton <DOT> edu>
3 AuthorDate: Sat Apr 30 03:45:04 2016 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> binghamton <DOT> edu>
5 CommitDate: Sat Apr 30 03:45:04 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=3e3a67d4
7
8 general-concepts/git-to-rsync: fix a typo: s/epository/repository/
9
10 Signed-off-by: Göktürk Yüksek <gokturk <AT> binghamton.edu>
11
12 general-concepts/git-to-rsync/text.xml | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-)
14
15 diff --git a/general-concepts/git-to-rsync/text.xml b/general-concepts/git-to-rsync/text.xml
16 index 7cef764..b7a2c8e 100644
17 --- a/general-concepts/git-to-rsync/text.xml
18 +++ b/general-concepts/git-to-rsync/text.xml
19 @@ -11,7 +11,9 @@
20
21 <ul>
22 <li>
23 - Developer commits to local Git clone and pushes to central remote Git epository. Commits and pushes are signed using Git mechanisms based on GPG.
24 + Developer commits to local Git clone and pushes to central remote
25 + Git repository. Commits and pushes are signed using Git
26 + mechanisms based on GPG.
27 </li>
28 <li>
29 Staging box syncs from central Git repository, generates the metadata cache, ChangeLogs and signed Manifests from Git history.