From mboxrd@z Thu Jan 1 00:00:00 1970
Return-Path:
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
by finch.gentoo.org (Postfix) with ESMTP id B96C21397F2
for ; Fri, 21 Aug 2015 06:36:50 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
by pigeon.gentoo.org (Postfix) with SMTP id 5920D14243;
Fri, 21 Aug 2015 06:36:50 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
(No client certificate requested)
by pigeon.gentoo.org (Postfix) with ESMTPS id B6EAF14243
for ; Fri, 21 Aug 2015 06:36:49 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
(No client certificate requested)
by smtp.gentoo.org (Postfix) with ESMTPS id 0B4C3340943
for ; Fri, 21 Aug 2015 06:36:49 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
by oystercatcher.gentoo.org (Postfix) with ESMTP id B4D1615E
for ; Fri, 21 Aug 2015 06:36:45 +0000 (UTC)
From: "Justin Lecher"
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher"
Message-ID: <1440063016.b42bfa02b6dd35a3de9d0d8ec83e364e2ff5b06f.jlec@gentoo>
Subject: [gentoo-commits] proj/devmanual:master commit in: tools-reference/diff-and-patch/
X-VCS-Repository: proj/devmanual
X-VCS-Files: tools-reference/diff-and-patch/text.xml
X-VCS-Directories: tools-reference/diff-and-patch/
X-VCS-Committer: jlec
X-VCS-Committer-Name: Justin Lecher
X-VCS-Revision: b42bfa02b6dd35a3de9d0d8ec83e364e2ff5b06f
X-VCS-Branch: master
Date: Fri, 21 Aug 2015 06:36:45 +0000 (UTC)
Precedence: bulk
List-Post:
List-Help:
List-Unsubscribe:
List-Subscribe:
List-Id: Gentoo Linux mail
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 12fffbf4-cd8e-4420-b779-4b012a97956d
X-Archives-Hash: a2ff644fd24f1f9b495ffbd27e0a30a6
commit: b42bfa02b6dd35a3de9d0d8ec83e364e2ff5b06f
Author: Johannes Huber gentoo org>
AuthorDate: Thu Aug 20 09:30:16 2015 +0000
Commit: Justin Lecher gentoo org>
CommitDate: Thu Aug 20 09:30:16 2015 +0000
URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=b42bfa02
Diff and patch update
Adding git, when it was written cvs and svn were realy popular.
tools-reference/diff-and-patch/text.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/tools-reference/diff-and-patch/text.xml b/tools-reference/diff-and-patch/text.xml
index 1ea3bac..0b3fd9c 100644
--- a/tools-reference/diff-and-patch/text.xml
+++ b/tools-reference/diff-and-patch/text.xml
@@ -19,8 +19,9 @@ and newfile. To operate over directories instead, use diff
-cvs and svn provide cvs diff and svn diff
-respectively which may be more helpful.
+VCS like git,svn or cvs provide built-in diff
+functionality (git diff, svn diff, cvs diff)
+which may be more helpful.