mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
projects-dir.mk: Add target git-status
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
e00191a6e8
commit
6addff64f9
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue