mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-24 17:23:36 +02:00
projects-dir.mk: Add git-show-pushable
Rename git-show-pushable-master-branches to git-show-pushable, because, the target's recipe doesn't show pushable master branches, but all commits in the working directories current branch not present in origin/master. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
fe5f343536
commit
160cb993df
1 changed files with 1 additions and 1 deletions
|
|
@ -363,7 +363,7 @@ git-show-non-master-branches:
|
|||
fi ;\
|
||||
done
|
||||
|
||||
git-show-pushable-master-branches:
|
||||
git-show-pushable:
|
||||
$(Q)for p in $(DEP_PROJECTS); do \
|
||||
if git -C $$p log --oneline origin/master.. | grep . >/dev/null; then \
|
||||
echo ======================= $$p ;\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue