Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild-snapshots2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-snapshots b/build-snapshots
index add057c..40a0b2a 100755
--- a/build-snapshots
+++ b/build-snapshots
@@ -20,7 +20,7 @@ repo_update() {
append_git_changelog() {
local range="${1}"
- git log --no-merges --pretty=format:'[%h] %s (%an)' "${range}" |xargs -L 1 --no-run-if-empty dch
+ git log --no-merges --pretty=format:'[%h] %s (%an)' "${range}" |xargs -L 1 -d '\n' --no-run-if-empty dch
}
version_set() {