Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Correct documentation for git-push --mirror
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)
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>
raw
|
patch
| inline |
side by side
(from:
73f0362
)
No differences found