Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf-wiki.git/shortlog/4c0b52a7d37e05dba9b6c8fe3ef2ef0f9e566938
...commit 
http://git.netsurf-browser.org/netsurf-wiki.git/commit/4c0b52a7d37e05dba9b6c8fe3ef2ef0f9e566938
...tree 
http://git.netsurf-browser.org/netsurf-wiki.git/tree/4c0b52a7d37e05dba9b6c8fe3ef2ef0f9e566938

The branch, master has been updated
       via  4c0b52a7d37e05dba9b6c8fe3ef2ef0f9e566938 (commit)
      from  ad2d55e5dcdc45785c6584bb52adab52aa0355eb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf-wiki.git/commit/?id=4c0b52a7d37e05dba9b6c8fe3ef2ef0f9e566938
commit 4c0b52a7d37e05dba9b6c8fe3ef2ef0f9e566938
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>

    maybe fix escaping in core builsystem release notes

diff --git a/release/corebuildsystem.mdwn b/release/corebuildsystem.mdwn
index 5d54ed0..70e3d43 100644
--- a/release/corebuildsystem.mdwn
+++ b/release/corebuildsystem.mdwn
@@ -5,16 +5,16 @@
 # Release process for projects using buildsystem
 
 We perform all releases from git simply by pushing a
-release/\<version number\> tag
+`release/<version number>` tag
 
 Before creating the tag you should do some basic checks
 
-check the COMPONENT\_VERSION in the root Makefile matches the version
+check the `COMPONENT_VERSION` in the root Makefile matches the version
 number you are releasing, if not change it and commit it so it does.
 
 Any files that should not be put in the distribution archive must be
-placed in the .gitattributes file, as a minimum it should contain
-attributes for the .gitignore and gitattributes files e.g.
+placed in the `.gitattributes` file, as a minimum it should contain
+attributes for the `.gitignore` and gitattributes files e.g.
 
     .gitignore export-ignore
     .gitattributes export-ignore


-----------------------------------------------------------------------

Summary of changes:
 release/corebuildsystem.mdwn |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/release/corebuildsystem.mdwn b/release/corebuildsystem.mdwn
index 5d54ed0..70e3d43 100644
--- a/release/corebuildsystem.mdwn
+++ b/release/corebuildsystem.mdwn
@@ -5,16 +5,16 @@
 # Release process for projects using buildsystem
 
 We perform all releases from git simply by pushing a
-release/\<version number\> tag
+`release/<version number>` tag
 
 Before creating the tag you should do some basic checks
 
-check the COMPONENT\_VERSION in the root Makefile matches the version
+check the `COMPONENT_VERSION` in the root Makefile matches the version
 number you are releasing, if not change it and commit it so it does.
 
 Any files that should not be put in the distribution archive must be
-placed in the .gitattributes file, as a minimum it should contain
-attributes for the .gitignore and gitattributes files e.g.
+placed in the `.gitattributes` file, as a minimum it should contain
+attributes for the `.gitignore` and gitattributes files e.g.
 
     .gitignore export-ignore
     .gitattributes export-ignore


-- 
NetSurf Developer Wiki Backing Store
_______________________________________________
netsurf-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to