* remote-helpers: The lost verbosity level
@ 2010-09-06 15:24 Artur Skawina
2010-09-06 20:52 ` Sverre Rabbelier
0 siblings, 1 reply; 2+ messages in thread
From: Artur Skawina @ 2010-09-06 15:24 UTC (permalink / raw)
To: Git List
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: remote-helpers: The lost verbosity level
2010-09-06 15:24 remote-helpers: The lost verbosity level Artur Skawina
@ 2010-09-06 20:52 ` Sverre Rabbelier
0 siblings, 0 replies; 2+ messages in thread
From: Sverre Rabbelier @ 2010-09-06 20:52 UTC (permalink / raw)
To: Artur Skawina; +Cc: Git List
Heya,
On Mon, Sep 6, 2010 at 10:24, Artur Skawina <art.08.09@gmail.com> wrote:
> Tried turning on more debugging in my new remote-helper and was surprised by this:
> 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? ;)
Curious. That does not seem like correct behavior, no. Can you
investigate where this goes wrong?
--
Cheers,
Sverre Rabbelier
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-09-06 20:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-06 15:24 remote-helpers: The lost verbosity level Artur Skawina
2010-09-06 20:52 ` Sverre Rabbelier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).