projects-dir.mk: Add target git-status

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2018-11-03 09:17:38 +00:00
commit 6addff64f9

View file

@ -147,7 +147,7 @@ doc-project doc-module:
status: $(SSH_WRAPPER_SH)
for p in $(CVS_PROJECTS); do test -f $$d/CVS || echo $$p; done
cvs status $(addsuffix VERSION,$(CVS_PROJECTS))
$(PGIT) status
$(PGIT) -uno status
build-order-%: $(filter-out $(UNAVAILABLE_TARGETS),pull.done)
$(PROJECTS_PY_BUILD) --build-order $* $(BUILD_PROJECTS) | sed 's/ */\n/g'
@ -304,6 +304,10 @@ git-diff: $(SSH_WRAPPER_SH)
git-short-diff: $(SSH_WRAPPER_SH)
$(PGIT) diff --shortstat
git-status:
$(PGIT) status -uno
git-pull: $(SSH_WRAPPER_SH)
$(PGIT) clone