t / t7500 / add-commentson commit connect: annotate refs with their symref information in get_remote_head() (a45b5f0)
   1#!/bin/sh
   2echo "# this is a new comment" >> "$1"
   3echo "# and so is this" >> "$1"
   4exit 0