]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Reintegrate: use --no-decorate with log --oneline
authorJeff King <peff@peff.net>
Wed, 24 Oct 2012 07:31:37 +0000 (03:31 -0400)
committerJeff King <peff@peff.net>
Wed, 24 Oct 2012 07:31:37 +0000 (03:31 -0400)
Otherwise, the script gets confused and gives us a "Huh?"
line when log.decorate is set.

Reintegrate

index 17299f99b05d766d4ba4a5810773224a33c2a72c..2a8b0ccad6d882d0e8abde93b02d02a9d91b5e88 100755 (executable)
@@ -182,7 +182,7 @@ generate () {
        echo "  exec $PROGRAM" '"$1" "$0"'
        echo 'esac'
        echo "$PROGRAM" '"$@" <<\EOF'
-       git log --pretty=oneline --first-parent "$1" |
+       git log --no-decorate --pretty=oneline --first-parent "$1" |
        {
                series=
                while read commit msg