HDL_workflow: Update notes on git
authorAndrey Miroshnikov <andrey@technepisteme.xyz>
Tue, 5 Dec 2023 15:15:32 +0000 (15:15 +0000)
committerAndrey Miroshnikov <andrey@technepisteme.xyz>
Tue, 5 Dec 2023 15:15:32 +0000 (15:15 +0000)
HDL_workflow.mdwn

index 92b64b9b9b3e58feb66e521a98583affae9b0cea..cf0a19d029c996cc3c18d643d34338e29e8beed8 100644 (file)
@@ -344,9 +344,10 @@ and that people communicate and coordinate with each other.
 This is not a hard rule: under special cirmstances branches can be useful.
 They should not however be considered "routine".
 
-For advice on commit messages see
-[here](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html),
-and [here](https://github.com/torvalds/subsurface-for-dirk/blob/master/README.md#contributing)).
+For guidance on when branches are appropriate,
+see [[HDL_workflow/libresoc_bug_process]].
+
+For advice on commit messages see the Coding section further down on this page.
 
 ## yosys
 
@@ -895,7 +896,13 @@ You can avoid damaging the repositories by following some simple procedures:
 
 ### *Git commit message format*
 
-* Based on [bug #1126#c40](https://bugs.libre-soc.org/show_bug.cgi?id=1126#c40)
+* Additional articles on commit messages:
+  - [here](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html)
+
+  - [here](https://github.com/torvalds/subsurface-for-dirk/blob/master/README.md#contributing)).
+
+* LibreSOC message format based on description given in
+[bug #1126#c40](https://bugs.libre-soc.org/show_bug.cgi?id=1126#c40)
 
 1. Every commit MUST start with a short title, up to 50 characters.
 2. The commit title MUST contain either subsystem, or a file path,