contrib/subtree: there's no push --squash
authorDanny Lin <danny0838@gmail.com>
Thu, 7 May 2015 07:52:33 +0000 (15:52 +0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 May 2015 18:03:32 +0000 (11:03 -0700)
The documentation says that --squash is for 'add', 'merge',
'pull' and 'push', while --squash actually doesn't change
the behavior of 'push'. Correct the documentation.

Signed-off-by: Danny Lin <danny0838@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found