projects-dir.mk: Add target pull-%

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2016-11-22 12:07:03 +00:00
commit 7c3da95d6b

View file

@ -141,6 +141,10 @@ git-clone:
git-clone-%:
PGIT_CLONE_FROM_USER=$* $(PGIT) clone
pull-%:
PGIT_CLONE_FROM_USER=$* $(PGIT) clone
# TODO implement cloning into branch, see https://jannet.de/wiki/pub/sw:build:cheat_sheet#projects_toplevel_directory
git-commit:
$(PGIT) commit