projects-dir.mk: Add target git-short-diff

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2016-10-02 19:37:22 +00:00
commit 206d67f3cf

View file

@ -102,6 +102,9 @@ git-push:
git-diff:
$(PGIT) diff
git-short-diff:
$(PGIT) diff --shortstat
git-pull:
$(PGIT) pull