From: Zac Medico Date: Sun, 14 Oct 2012 20:31:46 +0000 (-0700) Subject: repoman: initial caps for git commit msg footers X-Git-Tag: v2.2.0_alpha138~6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9a155334b90615d1d7f1579487286280317f5e5c;p=portage.git repoman: initial caps for git commit msg footers --- diff --git a/bin/repoman b/bin/repoman index 40ff0979b..4fa092a4c 100755 --- a/bin/repoman +++ b/bin/repoman @@ -2527,11 +2527,11 @@ else: if vcs == "git": # Use new footer only for git (see bug #438364). - commit_footer = "\n\nPackage-manager: portage-%s" % portage_version + commit_footer = "\n\nPackage-Manager: portage-%s" % portage_version if options.force: - commit_footer += "\nRepoMan-options: --force" + commit_footer += "\nRepoMan-Options: --force" if sign_manifests: - commit_footer += "\nManifest-sign-key: %s" % \ + commit_footer += "\nManifest-Sign-Key: %s" % \ repoman_settings.get("PORTAGE_GPG_KEY", "") else: unameout = platform.system() + " "