I am using the indent (Linux) tool to check the coding conventions on some C code. I want to do it only on the lines that I have modified or added, to avoid flooding the codebase with whitespace/line-break/bracket changes. How can I use the git command-line together with indent to do it?
$ indent -linux myfile.c