From: Junio C Hamano Date: Mon, 16 Jan 2006 07:27:34 +0000 (-0800) Subject: git-push: fix --tags and document it. X-Git-Tag: v1.2.0~138 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/42301e34a2736b091738d4ca6a23fd90bd1f1837?ds=inline;hp=42301e34a2736b091738d4ca6a23fd90bd1f1837 git-push: fix --tags and document it. 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 ---