summaryrefslogtreecommitdiffstats
path: root/src/fedpkg.bash
diff options
context:
space:
mode:
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 5a20446..da37740 100644
--- a/src/fedpkg.bash
+++ b/src/fedpkg.bash
@@ -110,7 +110,7 @@ _fedpkg()
options="--dry-run -x"
;;
clone|co)
- options="--branches --anonymous"
+ options="--branches --anonymous --initial-merge"
options_branch="-b"
after="package"
;;