Browse Source

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

Otherwise, the script gets confused and gives us a "Huh?"
line when log.decorate is set.
todo
Jeff King 13 years ago
parent
commit
afb85c76b2
  1. 2
      Reintegrate

2
Reintegrate

@ -182,7 +182,7 @@ generate () { @@ -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

Loading…
Cancel
Save