git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Johannes Sixt <j.sixt@viscovery.net>
To: Lars Hoss <lars@woeye.net>
Cc: Pedro Melo <melo@simplicidade.org>,
	Pieter de Bie <pdebie@ai.rug.nl>, Jeff King <peff@peff.net>,
	Git Mailinglist <git@vger.kernel.org>
Subject: Re: [BUG] git status doesn't handle submodules properly on OSX
Date: Thu, 16 Oct 2008 13:39:56 +0200	[thread overview]
Message-ID: <48F7280C.3080205@viscovery.net> (raw)
In-Reply-To: <3520b7a9009f072cfc3aeb82ae205e6b.squirrel@webmail.highteq.net>

Lars Hoss schrieb:
> Ok, I compiled several git versions from the git repo with the following
> results:
> 
> v1.5.6.5 works
> v1.6.0.2 fails
> v1.6.0 fails
> v1.6.0-rc0 fails
...
> So something between 1.5.6.5 and 1.6.0-rc0 broke it for me.
> A quick diff between the two version revealed a lot of changes. Thus
> tracking down the issue might not be easy for someone who is not involved
> in the code.

Start with:

$ git bisect start v1.6.0-rc0 v1.5.6.5 v1.6.0~6^2 v1.6.0.2~16^2  # [*]

and test the version that this command gives you. Then say either

$ git bisect good  # if the version works
$ git bisect bad   # if the version fails

Test again and repeat until the command tells you "First bad revision
is..." and report back. (Finally, say 'git bisect reset' to get you back
to where you started.)

[*] The revisions v1.6.0~6^2 v1.6.0.2~16^2 are from gitk and git-gui,
which we assume are good.

-- Hannes

  reply	other threads:[~2008-10-16 11:41 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-15 12:07 [BUG] git status doesn't handle submodules properly on OSX Lars Hoss
2008-10-15 12:49 ` Jeff King
2008-10-15 14:30   ` Lars Hoss
2008-10-15 14:38 ` Pieter de Bie
2008-10-15 14:51   ` Lars Hoss
2008-10-15 14:59     ` Pieter de Bie
2008-10-15 15:14       ` Lars Hoss
2008-10-15 15:01     ` Richard Bubel
2008-10-15 15:21       ` Lars Hoss
2008-10-16  9:49         ` Pedro Melo
2008-10-16  9:48     ` Pedro Melo
2008-10-16 10:30       ` Lars Hoss
2008-10-16 11:23       ` Lars Hoss
2008-10-16 11:39         ` Johannes Sixt [this message]
2008-10-16 11:53           ` Lars Hoss
2008-10-16 12:30           ` Lars Hoss
2008-10-16 14:18             ` Jeff King
2008-10-16 14:59               ` [PATCH] refactor handling of "other" files in ls-files and status Jeff King
2008-10-16 15:07                 ` Jeff King
2008-10-17 23:58                 ` Junio C Hamano
2008-10-16  9:43 ` [BUG] git status doesn't handle submodules properly on OSX Pedro Melo

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=48F7280C.3080205@viscovery.net \
    --to=j.sixt@viscovery.net \
    --cc=git@vger.kernel.org \
    --cc=lars@woeye.net \
    --cc=melo@simplicidade.org \
    --cc=pdebie@ai.rug.nl \
    --cc=peff@peff.net \
    /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 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).