From afb85c76b2283b7689c69efabee7fe1719c385db Mon Sep 17 00:00:00 2001 From: Jeff King Date: Wed, 24 Oct 2012 03:31:37 -0400 Subject: [PATCH] Reintegrate: use --no-decorate with log --oneline Otherwise, the script gets confused and gives us a "Huh?" line when log.decorate is set. --- Reintegrate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reintegrate b/Reintegrate index 17299f99b0..2a8b0ccad6 100755 --- a/Reintegrate +++ b/Reintegrate @@ -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