From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 37120 invoked by alias); 20 Jan 2020 19:41:25 -0000 Mailing-List: contact gcc-cvs-wwwdocs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-cvs-wwwdocs-owner@gcc.gnu.org Received: (qmail 37047 invoked by uid 9022); 20 Jan 2020 19:41:24 -0000 Date: Mon, 20 Jan 2020 19:41:00 -0000 Message-ID: <20200120194124.37043.qmail@sourceware.org> From: gerald@gcc.gnu.org To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. f0a47d383fd6193745f5e2d8dffe5989d652c792 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 848266eca465e98e1ad0bfb4dff37a8d0f073898 X-Git-Newrev: f0a47d383fd6193745f5e2d8dffe5989d652c792 X-SW-Source: 2020/txt/msg00056.txt This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via f0a47d383fd6193745f5e2d8dffe5989d652c792 (commit) from 848266eca465e98e1ad0bfb4dff37a8d0f073898 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f0a47d383fd6193745f5e2d8dffe5989d652c792 Author: Gerald Pfeifer Date: Mon Jan 20 20:40:38 2020 +0100 Refer to git commands (instead of svn) in regression hunting instructions. diff --git a/htdocs/bugs/reghunt.html b/htdocs/bugs/reghunt.html index 48d7d241..c6571be5 100644 --- a/htdocs/bugs/reghunt.html +++ b/htdocs/bugs/reghunt.html @@ -149,14 +149,14 @@ of this document.

Identify the patch

-

The following SVN -commands are particularly useful to help you identify changes from -one version of a file to another:

+

The following commands are particularly useful to help you identify +changes from one version of a file to another:

    -
  • svn diff --help
  • -
  • svn log --help
  • -
  • svn annotate --help
  • +
  • git log --help
  • +
  • git diff --help
  • +
  • git show --help
  • +
  • git annotate --help

When you've identified the likely patch out of a set of patches ----------------------------------------------------------------------- Summary of changes: htdocs/bugs/reghunt.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) hooks/post-receive -- gcc-wwwdocs