• J
    push: make non-fast-forward help message configurable · 75194438
    Jeff King 提交于
    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: NJeff King <peff@peff.net>
    Signed-off-by: NJunio C Hamano <gitster@pobox.com>
    75194438
config.c 29.3 KB