]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/push.c
push: switch default from "matching" to "simple"
authorJunio C Hamano <gitster@pobox.com>
Sat, 5 Jan 2013 00:02:29 +0000 (16:02 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Jun 2013 19:36:00 +0000 (12:36 -0700)
commitb2ed944af79041b4da151a432064c3b1c1b82fc5
treec8b44001afc8eff3b318231169613125cea35b85
parentac47a22a7a3c01d38b39c6896a1965ac0b9c473d
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 <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
Documentation/git-push.txt
advice.c
advice.h
builtin/push.c