]> git.ipfire.org Git - thirdparty/git.git/commit - advice.h
push: rename config variable for more general use
authorChris Rorvick <chris@rorvick.com>
Mon, 3 Dec 2012 03:27:50 +0000 (21:27 -0600)
committerJunio C Hamano <gitster@pobox.com>
Mon, 3 Dec 2012 16:04:08 +0000 (08:04 -0800)
commit1184564eac8ef6c82da068a31f60aee0d6870265
tree72309ffafe3d453c9ea44cc3d3691338bcbd942a
parenta272b2896dcfd2758e97e0f35cb14df4436d7101
push: rename config variable for more general use

The 'pushNonFastForward' advice config can be used to squelch several
instances of push-related advice.  Rename it to 'pushUpdateRejected' to
cover other reject scenarios that are unrelated to fast-forwarding.
Retain the old name for compatibility.

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