mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-24 09:13:37 +02:00
projects-dir.mk: get-get-%: Merge into current branch
Don't use the master branch as target when getting code from somebody, merge into the branch currently checked out. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
4fdddce39a
commit
aa8d1cbfc6
1 changed files with 1 additions and 1 deletions
|
|
@ -342,7 +342,7 @@ git-get-maintainer: $(SSH_WRAPPER_SH)
|
|||
PGIT_SH_PROJECTS="$(PROJECTS_WITH_PROJECT_CONF)" $(PGIT_SH) exec make git-get-maintainer
|
||||
|
||||
git-get-%: $(SSH_WRAPPER_SH)
|
||||
$(PGIT_SH_GET) $(PGIT_SH_OPTS_NETWORK) --refspec "$*:master:master"
|
||||
$(PGIT_SH_GET) $(PGIT_SH_OPTS_NETWORK) --refspec "$*:master:current-branch"
|
||||
|
||||
git-show-non-master-branches:
|
||||
$(Q)$(PGIT_SH) branch 2>&1 | \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue