From b2ed944af79041b4da151a432064c3b1c1b82fc5 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 4 Jan 2013 16:02:29 -0800 Subject: push: switch default from "matching" to "simple" We promised to change the behaviour of lazy "git push [there]" that does not say what to push on the command line from "matching" to "simple" in Git 2.0. This finally flips that bit. Helped-by: Matthieu Moy Signed-off-by: Junio C Hamano --- advice.h | 1 - 1 file changed, 1 deletion(-) (limited to 'advice.h') diff --git a/advice.h b/advice.h index f3cdbbf29..2c800e678 100644 --- a/advice.h +++ b/advice.h @@ -5,7 +5,6 @@ extern int advice_push_nonfastforward; extern int advice_push_non_ff_current; -extern int advice_push_non_ff_default; extern int advice_push_non_ff_matching; extern int advice_status_hints; extern int advice_commit_before_merge; -- cgit v1.2.1