Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2016-01-29 23:40:39 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2016-01-29 23:41:48 +0300
commitcb07018bca0b5bbec1b3457d4aa2af5ff7837d5b (patch)
tree9b4c02a82ba912c52cf2d00ac17f81574c7f14a9 /mcs/CodingStyle
parentb03e60628764d66654147bfc7a7e1a3242559888 (diff)
Remove ChangeLog references from Makefile and .gitattribute
Diffstat (limited to 'mcs/CodingStyle')
-rw-r--r--mcs/CodingStyle30
1 files changed, 0 insertions, 30 deletions
diff --git a/mcs/CodingStyle b/mcs/CodingStyle
index 6a3528e7c6a..9d2deb9122f 100644
--- a/mcs/CodingStyle
+++ b/mcs/CodingStyle
@@ -375,36 +375,6 @@
And examining the output.
-* ChangeLogs
-
- ChangeLogs are the files that we use to track the project
- history. ChangeLogs are found one per directory, or in small
- projects, one per project.
-
- The format looks like this:
-
- 2004-11-19 Raja R Harinath <rharinath@novell.com>
-
- * Makefile (%-profiles): Go through an intermediate
- set of rules. Move body to ...
- (profiles-do--%): ... this.
- (profiles-do--run-test): Customized rule that usefully
- runs with 'make -j' and 'make -k'.
- (profiles-do--all, profile-do--%--all): Orchestrate
- the bootstrap process.
-
- * file.cs (MainForm): Updated version.
-
- The date, author, email address in the first line.
-
- From that point on a list of changes in a file-by-file basis,
- describing what changes were done.
-
- This information must be cut and pasted into your commit
- message, so the information ends up in two places: in the
- subversion repository metadata and also on the source code
- distirbution (which does not have the Subversion metadata).
-
* Warnings
Avoid commiting code with warnings to the repository, the use