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:
Jan Lindemann 2026-04-04 16:22:57 +02:00
commit 160cb993df

View file

@ -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 ;\