repoman: initial caps for git commit msg footers
authorZac Medico <zmedico@gentoo.org>
Sun, 14 Oct 2012 20:31:46 +0000 (13:31 -0700)
committerZac Medico <zmedico@gentoo.org>
Sun, 14 Oct 2012 20:31:46 +0000 (13:31 -0700)
bin/repoman

index 40ff0979be54ee6d69fc86f1976f54e126de8071..4fa092a4cbd3357fb40420f9d23ff5f60751265c 100755 (executable)
@@ -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() + " "