From 5c0c899676a35a35742dc4f75d316789474a3a50 Mon Sep 17 00:00:00 2001 From: mustard Date: Mon, 20 Oct 2025 16:01:27 +0200 Subject: [PATCH] fix: bundle all commits in branch on pull --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index c523b18..13c9e36 100644 --- a/Makefile +++ b/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) create-bundle = git show-ref --verify --quiet refs/remotes/$(1)/$* \ - && git bundle create $(BUNDLEOUT) $(1)/$*..$* \ || git bundle create $(BUNDLEOUT) $* .PHONY: pull pull/%