author | Jeff King <peff@peff.net> | |
Tue, 20 Nov 2007 11:18:01 +0000 (06:18 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 21 Nov 2007 07:25:31 +0000 (23:25 -0800) | ||
commit | 07f507155d01af0fdc8aa179b6a779301168b1eb | |
tree | c0dece19086b069ced02a23439f3e59927531153 | tree | snapshot |
parent | 73fa0b44ac1ed3b0b34ea6bcdca7d9b76886b903 | commit | diff |
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>
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 | diff | blob | history |