summaryrefslogtreecommitdiffstats
path: root/src/fedpkg.bash
diff options
context:
space:
mode:
authorJochen Schmitt <Jochen@herr-schmitt.de>2010-09-16 20:05:48 +0200
committerJesse Keating <jkeating@redhat.com>2010-09-20 13:18:50 -0700
commit28e4985e215a8313841491c7d5794eb3c597ac8b (patch)
treee5e210a5c2e96d044e01b213586e917460f472fe /src/fedpkg.bash
parentabd8e620a19b31a995a57f546988f794fa233b05 (diff)
downloadfedora-packager-28e4985e215a8313841491c7d5794eb3c597ac8b.tar.gz
fedora-packager-28e4985e215a8313841491c7d5794eb3c597ac8b.tar.xz
fedora-packager-28e4985e215a8313841491c7d5794eb3c597ac8b.zip
Add a -c (clog) switch to the commit command
Hello Jesse, this patch add a -c (clong) switch for the commit commant. Best Regards: Jochen Schmitt
Diffstat (limited to 'src/fedpkg.bash')
-rw-r--r--src/fedpkg.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fedpkg.bash b/src/fedpkg.bash
index bb57b94..9ec0f02 100644
--- a/src/fedpkg.bash
+++ b/src/fedpkg.bash
@@ -108,7 +108,7 @@ _fedpkg()
after="package"
;;
commit|ci)
- options="--push -p"
+ options="--push -p --clog -c"
options_string="--message -m"
options_file="--file -F"
after="file"