projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c94f87
)
glossary typofix
author
Junio C Hamano
<junkio@cox.net>
Fri, 12 Jan 2007 22:13:53 +0000
(14:13 -0800)
committer
Junio C Hamano
<junkio@cox.net>
Fri, 12 Jan 2007 22:13:53 +0000
(14:13 -0800)
Pointed out by Paul Witt <paul.witt@oxix.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/glossary.txt
patch
|
blob
|
history
diff --git
a/Documentation/glossary.txt
b/Documentation/glossary.txt
index cd61aa26065ba6f3d06df7d1c00e2e81d42bce9e..bc917bbac3b21eff1baa70b24c689ff11f5a4323 100644
(file)
--- 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::