about summary refs log tree commit diff
path: root/third_party/git/t/t7500/add-comments
#!/bin/sh
echo "# this is a new comment" >> "$1"
echo "# and so is this" >> "$1"
exit 0