#!/bin/sh
set -e
git init has-executable
touch has-executable/a
touch has-executable/b
chmod +x has-executable/b
git -C has-executable add .
