many: Fix title case of Git references (#1938)

* many: Fix title case of Git references

Currently many references of the Git software don't use title case, this
patch fixes them while leaving those that should remain lowercase
intact:

* `git` command call in code blocks.
* Git references in changelog entries should stay consistent with the revision title.

Fixes #1935.

Signed-off-by: 林博仁(Buo-ren Lin) <buo.ren.lin@gmail.com>

* Update docs/docsite/rst/dev_guide/testing_integration.rst

Fix command markup.

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update hacking/README.md

Also fix title case of Python.

Co-authored-by: Felix Fontein <felix@fontein.de>

---------

Signed-off-by: 林博仁(Buo-ren Lin) <buo.ren.lin@gmail.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
林博仁 Buo-ren Lin
2024-09-25 13:32:34 +08:00
committed by GitHub
parent dc6a39e00d
commit dce75072fa
26 changed files with 38 additions and 38 deletions

View File

@@ -5,7 +5,7 @@ env-setup
---------
The 'env-setup' script modifies your environment to allow you to run
ansible from a git checkout using python >= 3.8.
ansible from a Git checkout using Python >= 3.8.
First, set up your environment to run from the checkout:

View File

@@ -3,4 +3,4 @@ What's this?
This is a directory of common responses to save some typing when responding to GitHub tickets to avoid
some carpal tunnel syndrome events as Ansible maintainers deal with the ticket influx.
They are present in the project git repo (on GitHub) so it's easy for people to share and update these snippets of text.
They are present in the project Git repo (on GitHub) so it's easy for people to share and update these snippets of text.