push: allow already-exists advice to be disabled
commitb450568209c8ae270d26ee7fda2e4687ad8a5327
authorChris Rorvick <chris@rorvick.com>
Mon, 3 Dec 2012 03:27:51 +0000 (2 21:27 -0600)
committerJunio C Hamano <gitster@pobox.com>
Mon, 3 Dec 2012 16:04:09 +0000 (3 08:04 -0800)
tree7141322da5346153ef97169966607c67ff078757
parent1184564eac8ef6c82da068a31f60aee0d6870265
push: allow already-exists advice to be disabled

Add 'advice.pushAlreadyExists' option to disable the advice shown when
an update is rejected for a reference that is not allowed to update at
all (verses those that are allowed to fast-forward.)

Signed-off-by: Chris Rorvick <chris@rorvick.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
advice.c
advice.h
builtin/push.c