From: Shawn O. Pearce Date: Sat, 21 Jun 2008 03:25:25 +0000 (-0400) Subject: Correct documentation for git-push --mirror X-Git-Tag: v1.6.0-rc0~239 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/73f03627f4f1b0f66b30fa96a25537f3600cce0b?hp=73f03627f4f1b0f66b30fa96a25537f3600cce0b Correct documentation for git-push --mirror This option behaves more like: git push $url +refs/*:refs/* than it does like: git push $url +refs/heads/*:refs/heads/* +refs/tags/*:refs/tags/* so we should document it to be more clear about that. Suggested-by: Marek Zawirski Signed-off-by: Shawn O. Pearce Signed-off-by: Junio C Hamano ---