From bba0fd22ad654460a81c4b35462b600d9432a869 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sat, 18 Jul 2009 17:19:47 -0700 Subject: push: do not give big warning when no preference is configured If the message said "we will be changing the default in the future, so this is to warn people who want to keep the current default what to do", it would have made some sense, but as it stands, the message is merely an unsolicited advertisement for a new feature, which it is not helpful at all. Squelch it. Signed-off-by: Junio C Hamano --- cache.h | 1 - 1 file changed, 1 deletion(-) (limited to 'cache.h') diff --git a/cache.h b/cache.h index f1e5ede02..c72f125bd 100644 --- a/cache.h +++ b/cache.h @@ -543,7 +543,6 @@ enum rebase_setup_type { }; enum push_default_type { - PUSH_DEFAULT_UNSPECIFIED = -1, PUSH_DEFAULT_NOTHING = 0, PUSH_DEFAULT_MATCHING, PUSH_DEFAULT_TRACKING, -- cgit v1.2.1