commit | 75194438f412714f4e82ca01e9038dc6714498c4 | [log] [tgz] |
---|---|---|
author | Jeff King <peff@peff.net> | Wed Sep 09 07:38:58 2009 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Fri Sep 11 21:33:20 2009 -0700 |
tree | fdb94ce1638902652ab77a84d7ffa9271f2fe47a | |
parent | 6ea71fe7d36cf5b81c2100d97a822ecf0bc04746 [diff] |
push: make non-fast-forward help message configurable This message is designed to help new users understand what has happened when refs fail to push. However, it does not help experienced users at all, and significantly clutters the output, frequently dwarfing the regular status table and making it harder to see. This patch introduces a general configuration mechanism for optional messages, with this push message as the first example. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>