summaryrefslogtreecommitdiffstats
path: root/bin/git-debian-changelog
diff options
context:
space:
mode:
Diffstat (limited to 'bin/git-debian-changelog')
-rwxr-xr-xbin/git-debian-changelog4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/git-debian-changelog b/bin/git-debian-changelog
index c514cf9..a1bd245 100755
--- a/bin/git-debian-changelog
+++ b/bin/git-debian-changelog
@@ -189,9 +189,9 @@ fi
if [ -n "${ID}" ]
then
- gbp dch --spawn-editor=never ${DISTRIBUTION} ${VERSION} --urgency ${URGENCY} --git-log="--no-show-signature" --debian-branch $(git branch --show-current) --git-author --release --since ${ID} ${CUSTOMIZATION} ${@}
+ echo | gbp dch --spawn-editor=never ${DISTRIBUTION} ${VERSION} --urgency ${URGENCY} --git-log="--no-show-signature" --debian-branch $(git branch --show-current) --git-author --release --since ${ID} ${CUSTOMIZATION} ${@}
else
- gbp dch --spawn-editor=never ${DISTRIBUTION} ${VERSION} --urgency ${URGENCY} --git-log="--no-show-signature" --auto --debian-branch $(git branch --show-current) --git-author --release ${CUSTOMIZATION} ${@}
+ echo | gbp dch --spawn-editor=never ${DISTRIBUTION} ${VERSION} --urgency ${URGENCY} --git-log="--no-show-signature" --auto --debian-branch $(git branch --show-current) --git-author --release ${CUSTOMIZATION} ${@}
fi
if [ -n "${DIST}" ]