diff mbox series

[wwwdocs] Refer to git commands (instead of svn) in regression hunting instructions.

Message ID 20200120194236.9A1EB33E11@hamza.pair.com
State New
Headers show
Series [wwwdocs] Refer to git commands (instead of svn) in regression hunting instructions. | expand

Commit Message

Gerald Pfeifer Jan. 20, 2020, 7:42 p.m. UTC
Jonathan spotted this, so I went ahead and addressed it (adding
"git show" as another relevant command, slightly reordering the
list, and removing a link to the SvnHelp wiki entry).

Pushed.

Gerald
---
 htdocs/bugs/reghunt.html | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
diff mbox series

Patch

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.</p>
 
 <h2 id="identify">Identify the patch</h2>
 
-<p>The following <a href="https://gcc.gnu.org/wiki/SvnHelp">SVN
-commands</a> are particularly useful to help you identify changes from
-one version of a file to another:</p>
+<p>The following commands are particularly useful to help you identify
+changes from one version of a file to another:</p>
 
 <ul>
-<li><code>svn diff --help</code></li>
-<li><code>svn log --help</code></li>
-<li><code>svn annotate --help</code></li>
+<li><code>git log --help</code></li>
+<li><code>git diff --help</code></li>
+<li><code>git show --help</code></li>
+<li><code>git annotate --help</code></li>
 </ul>
 
 <p>When you've identified the likely patch out of a set of patches