summaryrefslogtreecommitdiffstats
path: root/src/fedpkg.bash
diff options
context:
space:
mode:
Diffstat (limited to 'src/fedpkg.bash')
-rw-r--r--src/fedpkg.bash7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/fedpkg.bash b/src/fedpkg.bash
index 117bd23..fe709a2 100644
--- a/src/fedpkg.bash
+++ b/src/fedpkg.bash
@@ -36,7 +36,7 @@ _fedpkg()
local options="--help -v -q"
local options_value="--user --path"
local commands="build chain-build ci clean clog clone co commit compile diff gimmespec giturl help \
- import install lint local mockbuild new new-sources patch prep pull push retire scratch-build sources \
+ import initial-merge install lint local mockbuild new new-sources patch prep pull push retire scratch-build sources \
srpm switch-branch tag tag-request unused-patches update upload verrel"
# parse main options and get command
@@ -108,10 +108,13 @@ _fedpkg()
options="--dry-run -x"
;;
clone|co)
- options="--branches --anonymous"
+ options="--branches --anonymous --initial-merge"
options_branch="-b"
after="package"
;;
+ initial-merge)
+ options="--dry-run"
+ ;;
commit|ci)
options="--push --clog --tag"
options_string="--message"