Junio C Hamano wrote: > What's the use case of using -m together with --with-tree to begin with? The script runs git ls-files -d -m -o -t --with-tree=HEAD to get a parseable "git status"-like output. If I leave out --with-tree=HEAD, I do not get information about staged changes. I could use "git diff --name-status HEAD", but then there was a problem about untracked files, I think. Thanks, Anders. -- 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