summaryrefslogtreecommitdiff
path: root/rules/source_repositories.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2009-04-29 10:18:48 +0200
committerThomas Schwinge <tschwinge@gnu.org>2009-04-29 10:18:48 +0200
commit64bc4f0483bc668f5ec0fd85cd39cef80a04131c (patch)
tree7041c8674172e990bc74d28b85b313d14ea98423 /rules/source_repositories.mdwn
parent6ccb3e0f305bc869c907477b97c95bcbc938bc32 (diff)
rules/source_repositories: Move a section.
Diffstat (limited to 'rules/source_repositories.mdwn')
-rw-r--r--rules/source_repositories.mdwn20
1 files changed, 9 insertions, 11 deletions
diff --git a/rules/source_repositories.mdwn b/rules/source_repositories.mdwn
index 044cf6ce..ed09b8c6 100644
--- a/rules/source_repositories.mdwn
+++ b/rules/source_repositories.mdwn
@@ -77,6 +77,15 @@ Equivalent rules apply.
# Behavior
+Try to not introduce spurious, unneeded changes, e.g., whitespace changes.
+
+Adhere to the coding conventions that are already used. These are usually the
+[GNU Coding Standards](http://www.gnu.org/prep/standards/html_node/) for stuff
+written by ourselves, including new files, of course.
+
+GNU Mach code is largely based on external code. Don't GNU-ify it, as this
+would make merging external patches unnecessarily difficult.
+
## Behavior on branches
Usually, branches are to be eventually merged back into their respective
@@ -107,14 +116,3 @@ We could establish a branch-tagging policy for branches that others should
expect their history possibly to be rewritten. This may be useful for branches
that are only meant for aggregating the changes of (several) development
branches, like `master-proposed_for_general_testing`.
-
-## Behavior in general
-
-Try to not introduce spurious, unneeded changes, e.g., whitespace changes.
-
-Adhere to the coding conventions that are already used. These are usually the
-[GNU Coding Standards](http://www.gnu.org/prep/standards/html_node/) for stuff
-written by ourselves, including new files, of course.
-
-GNU Mach code is largely based on external code. Don't GNU-ify it, as this
-would make merging external patches unnecessarily difficult.