author | Junio C Hamano <gitster@pobox.com> | |
Wed, 20 Feb 2008 23:05:23 +0000 (15:05 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 20 Feb 2008 23:36:03 +0000 (15:36 -0800) | ||
commit | b0030db331141bedfaf02f34a83f18712c0ae011 | |
tree | 8deef0f1d5c13ad6d3f4eebf5478f0cfc0a051c4 | tree | snapshot |
parent | 569012bf91ddb25220483e8912e079ce8a501525 | commit | diff |
checkout: tone down the "forked status" diagnostic messages
When checking out a branch that is behind or forked from a
branch you are building on top of, we used to show full
left-right log but if you already _know_ you have long history
since you forked, it is a bit too much.
This tones down the message quite a bit, by only showing the
number of commits each side has since they diverged. Also the
message is not shown at all under --quiet.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
When checking out a branch that is behind or forked from a
branch you are building on top of, we used to show full
left-right log but if you already _know_ you have long history
since you forked, it is a bit too much.
This tones down the message quite a bit, by only showing the
number of commits each side has since they diverged. Also the
message is not shown at all under --quiet.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-checkout.c | diff | blob | history |