From: Anthony Bolton <hidden> Date: 2016-06-15 22:44:08
Comment from a new user:
The git-pull man pages imply that "git pull -n" and "git pull --no-tags"
are the same, but -n seems to do something different entirely (same with
git fetch). I found this in msysgit but the msysgit boys say that it's
actually a problem with core git.
If -n is intended to be different from --no-tags than can you update the
documentation please?
Regards,
Anthony
____________________________________________________________
Anthony Bolton
phone: +44 (0)1225 475290, email: anthony.bolton@ipl.com
IPL Information Processing Limited
www.ipl.com
____________________________________________________________
The information transmitted is intended only for the person
or entity to which it is addressed and may contain
confidential and/or privileged material. If you are not the
addressee, any disclosure, reproduction, copying,
distribution, or other dissemination or use of this
communication is strictly prohibited. If you have received
this transmission in error please notify the sender
immediately and then delete this email.
Any representations or commitments expressed in this email
are subject to contract.
This message has been scanned for viruses and dangerous
content. However, it is essential that the recipient also
checks this message using commercially available mail
scanning and anti-virus software. IPL Information Processing
Limited accepts no liability for any loss or damage resulting
from any virus or other dangerous content in this message.
IPL Information Processing Limited is registered in England
and Wales under company registration number 1418818.
Registration took place at Cardiff on 10 May 1979. IPL
Information Processing Limited's registered office and
normal place of business is Eveleigh House, Grove Street,
Bath, BA1 5LR, United Kingdom. IPL is also registered for
Value Added Tax (VAT) under registration number GB 601 2931 83.
From: Johannes Schindelin <hidden> Date: 2016-06-15 22:44:08
Hi,
On Thu, 24 Jan 2008, Anthony Bolton wrote:
Comment from a new user:
The git-pull man pages imply that "git pull -n" and "git pull
--no-tags" are the same, but -n seems to do something different entirely
(same with git fetch). I found this in msysgit but the msysgit boys say
that it's actually a problem with core git.
FWIW I am that msysgit boy. And I did not say anything about git-fetch,
but only about git-pull. I even said that "-n" means "--no-summary" to
git-pull.
If -n is intended to be different from --no-tags than can you update the
documentation please?
That is such a low-hanging fruit. Since you apparently use git yourself,
there is not much left to learn in order to fix this bug. IOW this is a
perfect occasion to get just a little involved in the git development.
Just look at Documentation/diff-options.txt for an example how to use the
"ifdef::" construct, and then use that construct in
Documentation/fetch-options.txt.
Hth,
Dscho
@@ -23,11 +23,13 @@ fetches is a descendant of `<lbranch>`. This option overrides that check.+ifndef::git-pull[] -n, \--no-tags:: By default, `git-fetch` fetches tags that point at objects that are downloaded from the remote repository and stores them locally. This option disables this automatic tag following.+endif::git-pull[] -t, \--tags:: Most of the tags are fetched automatically as branch