t / t7500 / add-commentson commit improve reliability of fixup_pack_header_footer() (abeb40e)
   1#!/bin/sh
   2echo "# this is a new comment" >> "$1"
   3echo "# and so is this" >> "$1"
   4exit 0