diff options
author | Chris Christoff <chriscct7@users.noreply.github.com> | 2014-12-05 20:59:07 -0500 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2015-01-04 19:24:41 -0800 |
commit | 1ec26346bbe901875d610c10c7fdf8458d4b7b67 (patch) | |
tree | e8177655a54225cd329219ceaeee688d9e91f27d /README.GIT-RULES | |
parent | 28985e982b5ecef73615a949632f7985ac72d0de (diff) | |
download | php-git-1ec26346bbe901875d610c10c7fdf8458d4b7b67.tar.gz |
Formatting fixes for git rules file
Formatting fixes for git rules file
This commit fixes 2 issues with the git rules
file. First, a typo of "::" has been changed to
":". Second, an extraneous space has been
removed.
Diffstat (limited to 'README.GIT-RULES')
-rw-r--r-- | README.GIT-RULES | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.GIT-RULES b/README.GIT-RULES index 843c61ea63..0fa185c9a4 100644 --- a/README.GIT-RULES +++ b/README.GIT-RULES @@ -114,9 +114,9 @@ If you fix some bugs, you should note the bug ID numbers in your commit message. Bug ID should be prefixed by "#" for easier access to bug report when developers are browsing CVS via LXR or Bonsai. -Example:: +Example: - Fixed bug #14016 (pgsql notice handler double free crash bug.) +Fixed bug #14016 (pgsql notice handler double free crash bug.) When you change the NEWS file for a bug fix, then please keep the bugs sorted in decreasing order under the fixed version. |