Andreas Ericsson [off-list ref] wrote:
Shawn O. Pearce wrote:
quoted
else
if [ -z "$(git-ls-files)" ]; then
- echo >&2 Nothing to commit
+ echo >&2 "Nothing to commit (use \"git add\" include for
commit)"
s/git add include/git add to include/
Thanks! I'm going to rewrite this patch series as I clearly fumbled
a few items, which you were kind enough to take the time to point
out for me.
It would probably be nice to use one and the same message everywhere though.
That was my intent. My fingers failed me somehow. ;-)
--