Documentation/git-push: document that 'simple' is the default
commitf6b1fb372ee164e4cb2d15a9a325e13685f9dc2d
authorMatthieu Moy <Matthieu.Moy@imag.fr>
Tue, 23 Feb 2016 21:04:41 +0000 (23 22:04 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 23 Feb 2016 21:35:10 +0000 (23 13:35 -0800)
tree6d269cbc6decfe347d544aa75fdadd8b6008c149
parenta2558fb8e1e387b630312311e1d22c95663da5d0
Documentation/git-push: document that 'simple' is the default

The default behavior is well documented already in git-config(1), but
git-push(1) itself did not mention it at all. For users willing to learn
how "git push" works but not how to configure it, this makes the
documentation cumbersome to read.

Make the git-push(1) page self-contained by adding a short summary of
what 'push.default=simple' does, early in the page.

Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-push.txt