From 61e5a6a47b6003ee93f5769f48a9e4825413cead Mon Sep 17 00:00:00 2001 From: Christian Thaeter Date: Thu, 13 Sep 2012 03:59:45 +0200 Subject: [PATCH] RFC: finalize GitCommitMessageFormat --- doc/devel/rfc/GitCommitMessageFormat.txt | 9 ++++++++- .../GitCommitMessageFormat.txt | 0 2 files changed, 8 insertions(+), 1 deletion(-) rename doc/devel/{rfc_pending => rfc_final}/GitCommitMessageFormat.txt (100%) diff --git a/doc/devel/rfc/GitCommitMessageFormat.txt b/doc/devel/rfc/GitCommitMessageFormat.txt index 94522e089..3446ff87d 100644 --- a/doc/devel/rfc/GitCommitMessageFormat.txt +++ b/doc/devel/rfc/GitCommitMessageFormat.txt @@ -5,7 +5,7 @@ Git Commit Message Format [grid="all"] `------------`----------------------- -*State* _Idea_ +*State* _Final_ *Date* _Fr 31 Aug 2012 03:54:14 CEST_ *Proposed by* Christian Thaeter ------------------------------------- @@ -194,6 +194,13 @@ Comments -------- //comments: append below +.State -> Final +//add reason + +We decided on the sept. 2012 devel meeting to finlize this RFC. + +Christian Thaeter:: 'Do 13 Sep 2012 03:57:23 CEST' ~~ + //endof_comments: diff --git a/doc/devel/rfc_pending/GitCommitMessageFormat.txt b/doc/devel/rfc_final/GitCommitMessageFormat.txt similarity index 100% rename from doc/devel/rfc_pending/GitCommitMessageFormat.txt rename to doc/devel/rfc_final/GitCommitMessageFormat.txt