Not. Xcode 4 git integration is “broken” by trying to present a single interface for source control, whether it is back-end git or svn. This means that they only support the lowest common denominator of functionality. As a result, the use of an index (“intermediate region”) is absent. It always makes automatic additions whether you want it or not.
EDIT: Actually, I don't think this automatically adds. I think he is always commit -a . Looking at git status on the command line, I see a lot of new and changed files that are NOT delivered. But I'm sure that if I committed to Xcode, they would all end this commit.
Dan ray
source share