Re: [BUG] git status doesn't handle submodules properly on OSX
- Date: Thu, 16 Oct 2008 14:30:00 +0200 (CEST)
- From: "Lars Hoss" <lars@xxxxxxxxx>
- Subject: Re: [BUG] git status doesn't handle submodules properly on OSX
Thanks again for your feedback, guys!
Ok, I've done it and tracked it down. Unfortunately my MacBook
has no access to the company network or internet (must get an iPhone ;-),
so I cannot copy&paste my finding.
For now I can you give this:
1.5.6.rc1.24.gd629 fails
1.5.6.rc1.23.g6c2ce works
The commit was on Jun 5, 14:47:50 by Marius Storm-Olsen and the relevant
file is wt-status.c.
Ok, I think I found the issue. I enabled showUntrackedFiles in my gitconfig:
status.showUntrackedFiles = all
On the one hand it makes sense to list submodule folder as untracked
files. Then again it feels wrong because it is a registered submodule. Hm
:-)
Anyway, bisect is really impressive!
Yours,
Lars
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html