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
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