Reintegrate: use --no-decorate with log --oneline

Otherwise, the script gets confused and gives us a "Huh?" line when log.decorate is set.

Jeff King committed Oct 24, 2012 at 03:31 UTC afb85c76b2283b7689c69efabee7fe1719c385db
1 file changed +1 -1
Reintegrate
+1 -1
@@ -182,7 +182,7 @@ generate () {
182 echo " exec $PROGRAM" '"$1" "$0"'
183 echo 'esac'
184 echo "$PROGRAM" '"$@" <<\EOF'
185 - git log --pretty=oneline --first-parent "$1" |
185 + git log --no-decorate --pretty=oneline --first-parent "$1" |
186 {
187 series=
188 while read commit msg