On 15 okt 2008, at 14:07, Lars Hoss wrote:
two days ago I posted about an issue: http://thread.gmane.org/gmane.comp.version-control.git/98171 After more testing I can confirm it is indeed a bug. 1.6.0.2 on OSX Leopard doesn't work. After adding a submodule the folder of the submodule will always get listed under "Untracked files" when calling git status. 1.5.6, however, works fine. I have not tested trunk yet. So as a workaround I have to go back to 1.5.6 for now.
Works for me on Leopard Vienna:a pieter$ git submodule add ~/projects/GitX/ gitx Initialized empty Git repository in /Users/pieter/a/gitx/.git/ Vienna:a pieter$ git st # On branch master # Changes to be committed: # (use "git reset HEAD <file>..." to unstage) # # new file: .gitmodules # new file: gitx # Vienna:a pieter$ git --version git version 1.6.0.2.415.gf9137 - Pieter -- 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