Ben Greear <[EMAIL PROTECTED]> writes: > Is there a way to tell it to add all modified files (that git commit mentions) > to the cache for commit, or do I have to not be so lazy and > paste them all on the cmd line?
Perhaps 'git commit -a' is what you want (it is documented; http://www.kernel.org/pub/software/scm/git/docs/, especially git-commit-script.html there). - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html