git-push: fix --tags and document it.
authorJunio C Hamano <junkio@cox.net>
Mon, 16 Jan 2006 07:27:34 +0000 (23:27 -0800)
committerJunio C Hamano <junkio@cox.net>
Mon, 16 Jan 2006 07:59:12 +0000 (23:59 -0800)
Previously 'git-push --tags dst', used information from
remotes/dst to determine which refs to push; this patch corrects
it, and also documents the --tags option.

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found