Today I learned you can show the git status for a specific directory simply by specifying it. e.g., for the current directory:
git status .
#git #dev #devTips
@mapdirective
@aral
Also try the ’git log -L/start/,/end/:file’ option for the history of a single function or block.