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