git-am: make the output quieter.
commit1f088191015968436e7cc6423827b0c26f3427ea
authorJunio C Hamano <gitster@pobox.com>
Sun, 30 Sep 2007 03:45:33 +0000 (29 20:45 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 30 Sep 2007 03:45:33 +0000 (29 20:45 -0700)
tree3b5b93ceb919ad8979e4e902d275ccb35a4153f4
parent2a858ee95134926a0ccccb9a78db06bcb0bd65d0
git-am: make the output quieter.

We used to say "Applying <patch subject>", "Wrote <tree
object>", and "Committed <commit object>".  Worse yet, with
extra blank lines around them.

Make the output more concise.  The object names are not so
useful nor interesting.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-am.sh