We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e64bbca commit 4a3f24eCopy full SHA for 4a3f24e
Makefile
@@ -23,7 +23,7 @@ create-patch:
23
@mkdir -p patches
24
@echo -e "\e[1;34m[+] Creating and splitting patch from branch 'cla' against 'main' (excluding patches/)...\e[0m"
25
@git fetch origin main >/dev/null 2>&1
26
- @git diff origin/main...HEAD -- . ':(exclude)patches/' | awk '\
+ @git diff origin/main...origin/cla -- . ':(exclude)patches/' | awk '\
27
/^diff --git a\// { \
28
if (out) close(out); \
29
fname = $$3; \
0 commit comments