• L
    hideRefs: add support for matching full refs · 78a766ab
    Lukas Fleischer 提交于
    In addition to matching stripped refs, one can now add hideRefs
    patterns that the full (unstripped) ref is matched against. To
    distinguish between stripped and full matches, those new patterns
    must be prefixed with a circumflex (^).
    
    This commit also removes support for the undocumented and unintended
    hideRefs settings ".have" (suppressing all "have" lines) and
    "capabilities^{}" (suppressing the capabilities line).
    Signed-off-by: NLukas Fleischer <lfleischer@lfos.de>
    Signed-off-by: NJunio C Hamano <gitster@pobox.com>
    78a766ab
refs.c 124.8 KB