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 --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 -- 2.24.1