I'm wondering why "git commit -a -o *" is not supported.With this command I'd like to commit the intersection of all changed, tracked files and those in the current directory.
I found that "git commit ." does what I want and it even detects deleted files (excellent, thank you).
<<attachment: smime.p7s>>