fix: bundle all commits in branch on pull
This commit is contained in:
parent
fccd1d4049
commit
5c0c899676
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
|
@ -24,7 +24,6 @@ BUNDLEIN := .bundles/domu.bundle
|
||||||
clean-workdir = git init -q -b $* && git diff --quiet && git diff --cached --quiet || (echo 'dirty tree; check git status' && false)
|
clean-workdir = git init -q -b $* && git diff --quiet && git diff --cached --quiet || (echo 'dirty tree; check git status' && false)
|
||||||
|
|
||||||
create-bundle = git show-ref --verify --quiet refs/remotes/$(1)/$* \
|
create-bundle = git show-ref --verify --quiet refs/remotes/$(1)/$* \
|
||||||
&& git bundle create $(BUNDLEOUT) $(1)/$*..$* \
|
|
||||||
|| git bundle create $(BUNDLEOUT) $*
|
|| git bundle create $(BUNDLEOUT) $*
|
||||||
|
|
||||||
.PHONY: pull pull/%
|
.PHONY: pull pull/%
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue