On Oct 15, 2008, at 3:51 PM, Lars Hoss wrote:
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
My git version "1.6.0.2" says:
# On branch master
# Changes to be committed:
# (use "git reset HEAD <file>..." to unstage)
#
# new file: .gitmodules
# new file: lib
#
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# lib/
git --version
git version 1.6.0.2
Git was build from macports.
hmms.. Really, I know about fink and Macports and all others, but I'm
using Mac OS X since version 10.1 (when compiling OSS software was
near impossible due to Apple decisions) and I've always had better
results with compiling my own than using any of those OSS repositories.
I understand the appeal, it seems easier, but I would recommend that
you compile yourself the software packages you depend on.
Regarding git, I saw a git-build.sh script floating around. If you
cannot find it, you might want to try my own recipe (http://tinyurl.com/4ayze6
). I compile git master every day (cron) and thats the one I use on my
main machine.
Best regards,
--
Pedro Melo
Blog: http://www.simplicidade.org/notes/
XMPP ID: melo@xxxxxxxxxxxxxxxx
Use XMPP!
--
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