author | Shawn O. Pearce <spearce@spearce.org> | |
Sat, 21 Jun 2008 03:25:25 +0000 (23:25 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 21 Jun 2008 07:02:45 +0000 (00:02 -0700) | ||
commit | 73f03627f4f1b0f66b30fa96a25537f3600cce0b | |
tree | c036049758751f5fe43d2ec862c63877d711a180 | tree | snapshot |
parent | fbd458a3f6bf2ba94380e2170ebfe2f53c2dec6d | commit | diff |
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>
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 | diff | blob | history |