Don't yap about merge-subtree during make
commit9aef12673e966fcbefea7716239e159c03b8d94e
authorShawn O. Pearce <spearce@spearce.org>
Thu, 12 Apr 2007 05:21:18 +0000 (12 01:21 -0400)
committerJunio C Hamano <junkio@cox.net>
Fri, 13 Apr 2007 00:43:28 +0000 (12 17:43 -0700)
tree59d68d1390271ae4d66cca2af5be8beacc489a30
parent6aead43db34313e6cdbc72e2f7a70f6b82c78cf2
Don't yap about merge-subtree during make

By default we are pretty quiet about the actual commands that
we are running.  So we should continue to be quiet about the new
merge-subtree hardlink to merge-recursive.  Technically this is not
a builtin, but it is close because subtree is actually builtin to
a non-builtin.  So lets just make things easy and call it a builtin.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile