Mention Git branching model in NEWS.
authorAndreas Schuh <andreas.schuh.84@gmail.com>
Thu, 20 Mar 2014 16:35:30 +0000 (16:35 +0000)
committerAndreas Schuh <andreas.schuh.84@gmail.com>
Thu, 20 Mar 2014 16:35:30 +0000 (16:35 +0000)
NEWS.txt

index 4d976d71e52b90a2a67a6828240d93427711f23d..b9a68f3372dc1cbf6a912f5f9bae4ba68965b6ae 100644 (file)
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -16,6 +16,10 @@ in order to keep the two public repositories in sync.
 When fixing an issue for a pull request through either of these hosting
 platforms, please reference the issue number as 
 [https://code.google.com/p/support/wiki/IssueTracker#Integration_with_version_control described here].
+For the further development, I am following the
+[http://nvie.com/posts/a-successful-git-branching-model/ Git branching model]
+with feature branch names prefixed by "feature/" and bugfix branch names
+prefixed by "bugfix/", respectively.
 
 Binary and source distribution packages can be downloaded from
 [https://github.com/schuhschuh/gflags GitHub] as Google Code no longer