Merge branch 'maint'

* maint:
  t3301-notes: insert a shbang line in ./fake_editor.sh
This commit is contained in:
Junio C Hamano 2010-02-25 23:21:50 -08:00
commit f7311dc229

View file

@ -8,6 +8,7 @@ test_description='Test commit notes'
. ./test-lib.sh
cat > fake_editor.sh << \EOF
#!/bin/sh
echo "$MSG" > "$1"
echo "$MSG" >& 2
EOF