From 882db5d018c813cf8f037de4d4d6d9e876dd8804 Mon Sep 17 00:00:00 2001 From: Andreas Schuh Date: Thu, 20 Mar 2014 16:35:30 +0000 Subject: [PATCH] Mention Git branching model in NEWS. --- NEWS.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.txt b/NEWS.txt index 4d976d7..b9a68f3 100644 --- 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