Repository : ssh://git@diktynna/doc
On branches: backup-redmine/2023-01-14,main
commit 1c272e1557f1402d6cf726d36c97a10c99b7d9c7 Author: Sven Eckelmann sven@narfation.org Date: Sat Dec 17 13:31:58 2022 +0000
doc: open-mesh/Contribute: switch to non-controversy git branch names
1c272e1557f1402d6cf726d36c97a10c99b7d9c7 open-mesh/Contribute.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/open-mesh/Contribute.textile b/open-mesh/Contribute.textile index fd27d63e..12702da5 100644 --- a/open-mesh/Contribute.textile +++ b/open-mesh/Contribute.textile @@ -75,7 +75,7 @@ If you intend to send us patches, please consider the following guidelines: * Add a "Signed-off-by: Your Name you@example.com" line to the patch message to make the ownership of the patch clear. * Patches for B.A.T.M.A.N. Advanced need to follow the linux kernel coding style closely (use checkpatch.pl to verify your patch) as well as the linux "how to submit patches" guidelines (search for the term SubmitPatches to find thorough documentation). * Check it using static analysis tools like "sparse":https://sparse.wiki.kernel.org/ (cgcc) and "cppcheck":http://cppcheck.sourceforge.net/ -* Patches against the batman-adv master branch must be formatted using +* Patches against the batman-adv main branch must be formatted using <pre> git format-patch $BASECOMMIT </pre>