send-pack: cluster ref status reporting
commit07f507155d01af0fdc8aa179b6a779301168b1eb
authorJeff King <peff@peff.net>
Tue, 20 Nov 2007 11:18:01 +0000 (20 06:18 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Nov 2007 07:25:31 +0000 (20 23:25 -0800)
treec0dece19086b069ced02a23439f3e59927531153
parent73fa0b44ac1ed3b0b34ea6bcdca7d9b76886b903
send-pack: cluster ref status reporting

Instead of intermingling success and failure, we now print:

  1. all uptodate refs (if args.verbose is enabled)
  2. successfully pushed refs
  3. failed refs

with the assumption that the user is most likely to see the
ones at the end, and therefore we order them from "least
interesting" to "most interesting."

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-send-pack.c