Hi, In the glossary, the second example given in the definition of "refspec" seems to have its wording a bit confused. I've pasted a one line patch into this mail. Paul. diff --git a/Documentation/glossary.txt b/Documentation/glossary.txt index cd61aa2..6202148 100644 --- a/Documentation/glossary.txt +++ b/Documentation/glossary.txt @@ -259,7 +259,7 @@ refspec:: means "grab the master branch head from the $URL and store it as my origin branch head". And `git push $URL refs/heads/master:refs/heads/to-upstream` - means "publish my master branch head as to-upstream master head + means "publish my master branch head as to-upstream branch head at $URL". See also gitlink:git-push[1] repository:: - 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