From: Artur Skawina <art.08.09@gmail.com>
To: Git List <git@vger.kernel.org>
Subject: remote-helpers: The lost verbosity level
Date: Mon, 06 Sep 2010 17:24:19 +0200 [thread overview]
Message-ID: <4C8507A3.5050105@gmail.com> (raw)
Tried turning on more debugging in my new remote-helper and was surprised by this:
$ git fetch -q swarm://address blah
I= "option verbosity 0"
$ git fetch swarm://address blah
I= "option verbosity 1"
$ git fetch -v swarm://address blah
I= "option verbosity 1"
$ git fetch -vv swarm://address blah
I= "option verbosity 3"
$ git fetch -vvv swarm://address blah
I= "option verbosity 4"
# etc
$ git --version
git version 1.7.2.1
IOW the '-v' case is undetectable. Presumably an off-by-one check somewhere,
and not part of ABI cause some existing helper depends on this behavior? ;)
artur
next reply other threads:[~2010-09-06 15:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-06 15:24 Artur Skawina [this message]
2010-09-06 20:52 ` remote-helpers: The lost verbosity level Sverre Rabbelier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4C8507A3.5050105@gmail.com \
--to=art.08.09@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.