From: Junio C Hamano Date: Fri, 12 Jan 2007 22:13:53 +0000 (-0800) Subject: glossary typofix X-Git-Tag: v1.5.0-rc2~112 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f215f27013e785ac11bf1190d0c03ba870faf080;p=git.git glossary typofix Pointed out by Paul Witt Signed-off-by: Junio C Hamano --- diff --git a/Documentation/glossary.txt b/Documentation/glossary.txt index cd61aa260..bc917bbac 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 at $URL". See also gitlink:git-push[1] repository::