aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Koglin-Fischer2023-12-21 16:16:13 +0100
committerStephan Koglin-Fischer2023-12-21 16:16:13 +0100
commitd6d921ae3d9459a2df183ce6b2603b232b4fddad (patch)
treea307914816e5dfc6c2135843fbb6e09ecde5d8cd
parent6fd74d4257cb948052c80bba676f66cd66a8c79d (diff)
downloadaur-d6d921ae3d9459a2df183ce6b2603b232b4fddad.tar.gz
feat: git merge aur master with no edit
-rw-r--r--justfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile
index beed114af1b4..5194f352a4a3 100644
--- a/justfile
+++ b/justfile
@@ -67,7 +67,7 @@ publish: prepare
@echo -e "\e[36mSwitching to aur master branch...\e[0m"
@git checkout master
@echo -e "\e[36mMerging main into aur master...\e[0m"
- @git merge -X theirs main
+ @git merge -X theirs --no-edit main
@echo -e "\e[36mPushing to aur...\e[0m"
@git push aur master
@echo -e "\e[36mSwitching back to main...\e[0m"