Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Silbe <silbe@buildslave-debian-squeeze-64bit.sugarlabs.org>2010-07-16 09:06:53 (GMT)
committer Sascha Silbe <silbe@buildslave-debian-squeeze-64bit.sugarlabs.org>2010-07-16 09:06:53 (GMT)
commit7b672e01c88f65c58310f729a141cd7b070d7ae9 (patch)
tree9569a2346fdf3692c848a0fd7b15252aac0ba704
parentb9fb06887644abbf5a3bc8fd3251e1919dc56145 (diff)
fix changelog generation if the commit description contains quote chars
-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() {