Suppose I have a number of changes in a tree: additions, deletions, renames and so on. How do I stage and commit all of that? git-commit -a omits new files. git-add . git-commit -a seemingly overlooks deletions. What am I overlooking? This should be simple, shouldn't it? -- David Kastrup - 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