Ben Greear [off-list ref] 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).