[Bug 291656] Committers' Guide refers to "finding a subversion revision" when it means git

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 14 Dec 2025 11:53:35 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291656

            Bug ID: 291656
           Summary: Committers' Guide refers to "finding a subversion
                    revision" when it means git
           Product: Documentation
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Books & Articles
          Assignee: doc@FreeBSD.org
          Reporter: ceri@FreeBSD.org

The section "Finding the Subversion Revision" is titled incorrectly as it is
about finding a git revision.

diff --git a/documentation/content/en/articles/committers-guide/_index.adoc
b/documentation/content/en/articles/committers-guide/_index.adoc
index d0c8604af2..3de26db12f 100644
--- a/documentation/content/en/articles/committers-guide/_index.adoc
+++ b/documentation/content/en/articles/committers-guide/_index.adoc
@@ -1519,7 +1519,7 @@ If you lose the race, then try again with
 These commands will fetch the most recent `freebsd/main` and then rebase the
local `main` changes on top of that, which is what you want when you lose the
commit race.
 Note: merging vendor branch commits will not work with this technique.

-===== Finding the Subversion Revision
+===== Finding the Git Revision

 You'll need to make sure that you've fetched the notes (see the
crossref:committers-guide[git-mini-daily-use, Daily use]for details).
 Once you have these, notes will show up in the git log command like so:

-- 
You are receiving this mail because:
You are the assignee for the bug.