git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* Re: fatal: BUG: dashless options don't support arguments
       [not found] <AANLkTi=xscHHPTBtTJ3uXPO9y9gpQTBF4AWTe47C9njU@mail.gmail.com>
@ 2010-10-08  0:06 ` Brian Zitzow
  2010-10-08  3:18   ` Jonathan Nieder
  2010-10-08  6:59   ` Johannes Sixt
  0 siblings, 2 replies; 4+ messages in thread
From: Brian Zitzow @ 2010-10-08  0:06 UTC (permalink / raw)
  To: git

Hello,
 I was asked to report this bug error... Environment: OS 10.4.11 PowerPC:

Ki:$ git branch
* branch1
  master
Ki:$ git checkout master
fatal: BUG: dashless options don't support arguments
Ki:$ git --version
git version 1.7.3.GIT

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: fatal: BUG: dashless options don't support arguments
  2010-10-08  0:06 ` fatal: BUG: dashless options don't support arguments Brian Zitzow
@ 2010-10-08  3:18   ` Jonathan Nieder
  2010-10-08  4:11     ` Jeff King
  2010-10-08  6:59   ` Johannes Sixt
  1 sibling, 1 reply; 4+ messages in thread
From: Jonathan Nieder @ 2010-10-08  3:18 UTC (permalink / raw)
  To: Brian Zitzow; +Cc: git, Jeff King, Christopher Cameron, Henrik Tidefelt

[Context:
http://colabti.org/irclogger/irclogger_log/git?date=2010-10-06
http://thread.gmane.org/gmane.comp.version-control.git/128066/focus=145945 ]

Hi Brian,

Brian Zitzow wrote:

> Ki:$ git checkout master
> fatal: BUG: dashless options don't support arguments

Strange indeed.  Here's what I would suggest:

1. For debugging output:

 $ echo 'prefix=/usr/local' >>config.mak; # or whatever prefix you use
 $ git describe
 $ gcc --version
 $ wget 'http://download.gmane.org/gmane.comp.version-control.git/128067/128068'
 $ git am -3 128068
 $ make
 $ bin-wrappers/git checkout m

2. To track down the issue, if you like to read assembler:

 $ make builtin/checkout.s
 $ vi checkout.s

Good luck,
Jonathan

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: fatal: BUG: dashless options don't support arguments
  2010-10-08  3:18   ` Jonathan Nieder
@ 2010-10-08  4:11     ` Jeff King
  0 siblings, 0 replies; 4+ messages in thread
From: Jeff King @ 2010-10-08  4:11 UTC (permalink / raw)
  To: Jonathan Nieder; +Cc: Brian Zitzow, git, Christopher Cameron, Henrik Tidefelt

On Thu, Oct 07, 2010 at 10:18:18PM -0500, Jonathan Nieder wrote:

> > Ki:$ git checkout master
> > fatal: BUG: dashless options don't support arguments
> 
> Strange indeed.  Here's what I would suggest:
> 
> 1. For debugging output:
> 
>  $ echo 'prefix=/usr/local' >>config.mak; # or whatever prefix you use
>  $ git describe
>  $ gcc --version
>  $ wget 'http://download.gmane.org/gmane.comp.version-control.git/128067/128068'
>  $ git am -3 128068
>  $ make
>  $ bin-wrappers/git checkout m

Yeah, I would be curious to see the output of that. Interesting, too,
that it seems to happen with multiple commands (it looked like it
happened with "git push foo" in the pastebin from the irc log).

> 2. To track down the issue, if you like to read assembler:
> 
>  $ make builtin/checkout.s
>  $ vi checkout.s

Ugh. I think a better course of action is to find out which option is
being munged (from step 1 above), and then try running it under gdb with
a watch set on that option struct. Assuming it's easily reproducible of
course.

-Peff

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: fatal: BUG: dashless options don't support arguments
  2010-10-08  0:06 ` fatal: BUG: dashless options don't support arguments Brian Zitzow
  2010-10-08  3:18   ` Jonathan Nieder
@ 2010-10-08  6:59   ` Johannes Sixt
  1 sibling, 0 replies; 4+ messages in thread
From: Johannes Sixt @ 2010-10-08  6:59 UTC (permalink / raw)
  To: Brian Zitzow; +Cc: git

Am 10/8/2010 2:06, schrieb Brian Zitzow:
> Hello,
>  I was asked to report this bug error... Environment: OS 10.4.11 PowerPC:
> 
> Ki:$ git branch
> * branch1
>   master
> Ki:$ git checkout master
> fatal: BUG: dashless options don't support arguments
> Ki:$ git --version
> git version 1.7.3.GIT

Maybe related to this one:

http://thread.gmane.org/gmane.linux.kernel/973211/focus=973865

-- Hannes

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-10-08  6:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <AANLkTi=xscHHPTBtTJ3uXPO9y9gpQTBF4AWTe47C9njU@mail.gmail.com>
2010-10-08  0:06 ` fatal: BUG: dashless options don't support arguments Brian Zitzow
2010-10-08  3:18   ` Jonathan Nieder
2010-10-08  4:11     ` Jeff King
2010-10-08  6:59   ` Johannes Sixt

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).