Anders Melchiorsen <mail@xxxxxxxxxxxxxxxx> writes: > Most of the git push page talks about branches, so make it consistent > also in this paragraph. > Signed-off-by: Anders Melchiorsen <mail@xxxxxxxxxxxxxxxx> > --- > Documentation/git-push.txt | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/git-push.txt b/Documentation/git-push.txt > index 6d3c711..a7a6f4c 100644 > --- a/Documentation/git-push.txt > +++ b/Documentation/git-push.txt > @@ -57,8 +57,8 @@ Pushing an empty <src> allows you to delete the <dst> ref from > the remote repository. > + > The special refspec `:` (or `+:` to allow non-fast forward updates) > -directs git to push "matching" heads: for every head that exists on > -the local side, the remote side is updated if a head of the same name > +directs git to push "matching" branches: for every branch that exists on > +the local side, the remote side is updated if a branch of the same name > already exists on the remote side. This is the default operation mode > if no explicit refspec is found (that is neither on the command line > nor in any Push line of the corresponding remotes file---see below). Consistency is good, and I agree "head" may be suboptimal here as this part tries to give formal semantics to what various refspecs do. I first thought it would make more sense to say "ref" instead, just like the previous paragraph that talks about :<dst> form explains it is a way to remove a "ref". But we do only matching branches with : syntax these days since 098e711 ("git-push $URL" without refspecs pushes only matching branches, 2007-07-01); I agree with the updated text for that reason, but I think the commit log message is wrong. Thanks. -- 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