Correct documentation for git-push --mirror
authorShawn O. Pearce <spearce@spearce.org>
Sat, 21 Jun 2008 03:25:25 +0000 (23:25 -0400)
committerJunio C Hamano <gitster@pobox.com>
Sat, 21 Jun 2008 07:02:45 +0000 (00:02 -0700)
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 <marek.zawirski@gmail.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found