summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-10-14 13:31:46 -0700
committerZac Medico <zmedico@gentoo.org>2012-10-14 13:31:46 -0700
commit9a155334b90615d1d7f1579487286280317f5e5c (patch)
tree0c888ac4c4790836e41b8194d75c32425f0e58a5 /bin
parente3edc37982a4a0c89db5d4b28b58de77cea1bcf2 (diff)
downloadportage-9a155334b90615d1d7f1579487286280317f5e5c.tar.gz
portage-9a155334b90615d1d7f1579487286280317f5e5c.tar.bz2
portage-9a155334b90615d1d7f1579487286280317f5e5c.zip
repoman: initial caps for git commit msg footers
Diffstat (limited to 'bin')
-rwxr-xr-xbin/repoman6
1 files changed, 3 insertions, 3 deletions
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() + " "