Jörg Sommer <joerg@xxxxxxxxxxxx> writes: > Signed-off-by: Jörg Sommer <joerg@xxxxxxxxxxxx> > --- > Documentation/git-push.txt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/Documentation/git-push.txt b/Documentation/git-push.txt > index 5f24944..18e0c06 100644 > --- a/Documentation/git-push.txt > +++ b/Documentation/git-push.txt > @@ -53,7 +53,7 @@ side are updated. > + > `tag <tag>` means the same as `refs/tags/<tag>:refs/tags/<tag>`. > + > -A parameter <ref> without a colon pushes the <ref> from the source > +A parameter <refspec> without a colon pushes the <refspec> from the source > repository to the destination repository under the same name. > + > Pushing an empty <src> allows you to delete the <dst> ref from Err... that is incorrect without further surgery. <refspec> is either <ref>:<ref>, <ref> or some other exotic case; in the form <ref>:<ref> it can include globbing. The fragment above talks about situation where <refspec> is <ref>, and does not contain colon. -- Jakub Narebski Poland ShadeHawk on #git - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html