From 71d83b77bcd009c1a92017af6e97cbbd838ac666 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Thu, 28 Apr 2016 08:27:21 -0700 Subject: [PATCH] Recategorize git_config and shift version to 2.1 --- {system => source_control}/git_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename {system => source_control}/git_config.py (99%) diff --git a/system/git_config.py b/source_control/git_config.py similarity index 99% rename from system/git_config.py rename to source_control/git_config.py index 4a3a6e9a58e..1e229b7bc1b 100644 --- a/system/git_config.py +++ b/source_control/git_config.py @@ -25,7 +25,7 @@ module: git_config author: - "Matthew Gamble" - "Marius Gedminas" -version_added: 2.2 +version_added: 2.1 requirements: ['git'] short_description: Read and write git configuration description: