Git fork

Merge branch 'maint'

* maint:
t3301-notes: insert a shbang line in ./fake_editor.sh

+1
+1
t/t3301-notes.sh
··· 8 8 . ./test-lib.sh 9 9 10 10 cat > fake_editor.sh << \EOF 11 + #!/bin/sh 11 12 echo "$MSG" > "$1" 12 13 echo "$MSG" >& 2 13 14 EOF