branch: add test for -m renaming multiple config sections
[git.git] / t / t7500 / add-content-and-comment
blobc4dccff13acf4252876e3720efe8f9e77266ddc6
1 #!/bin/sh
2 echo "commit message" >> "$1"
3 echo "# comment" >> "$1"
4 exit 0