From 03c9e48f88fa8b681b77c6c35d6da0a0e838a7e8 Mon Sep 17 00:00:00 2001 From: dbrownell Date: Thu, 8 Oct 2009 00:13:50 +0000 Subject: Change most in-tree references from SVN to GIT. Also, talk about "mainline" not "trunk". The release.txt and release.sh files need more updates. git-svn-id: svn://svn.berlios.de/openocd/trunk@2825 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- doc/manual/style.txt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'doc/manual/style.txt') diff --git a/doc/manual/style.txt b/doc/manual/style.txt index ef73aed6..b6d68b48 100644 --- a/doc/manual/style.txt +++ b/doc/manual/style.txt @@ -49,7 +49,7 @@ OpenOCD project. - limit adjacent empty lines to at most two (2). - remove any trailing empty lines at the end of source files - do not "comment out" code from the tree; instead, one should either: - -# remove it entirely (Subversion can retrieve the old version), or + -# remove it entirely (git can retrieve the old version), or -# use an @c \#if/\#endif block. Finally, try to avoid lines of code that are longer than than 72-80 columns: @@ -358,10 +358,8 @@ perl script.pl Maintainers must also be sure to follow additional guidelines: -# Ensure that Perl scripts are committed as executables: - - Use "chmod +x script.pl" - @a before using "svn add script.pl", or - - Use "svn ps svn:executable '*' script.pl" - @a after using "svn add script.pl". + Use "chmod +x script.pl" + @a before using "git add script.pl" */ /** @page styleautotools Autotools Style Guide -- cgit v1.2.3