debug: remove some unneeded echos
This commit is contained in:
parent
5c0c899676
commit
47bed15eb2
2 changed files with 1 additions and 4 deletions
2
Makefile
2
Makefile
|
|
@ -24,7 +24,7 @@ BUNDLEIN := .bundles/domu.bundle
|
|||
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)/$* \
|
||||
|| git bundle create $(BUNDLEOUT) $*
|
||||
|| git bundle create $(BUNDLEOUT) $(1)/$*
|
||||
|
||||
.PHONY: pull pull/%
|
||||
pull: pull/$(shell git branch --show-current)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue