From 76a8a874ea2bf01110b306e534c9e35c757c6e87 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 31 Aug 2022 16:43:17 +0300 Subject: Run git-add command with --force option in submit-git handler --- brep/handler/submit/submit-git.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'brep/handler') diff --git a/brep/handler/submit/submit-git.in b/brep/handler/submit/submit-git.in index 8bf6a07..c882b84 100644 --- a/brep/handler/submit/submit-git.in +++ b/brep/handler/submit/submit-git.in @@ -405,7 +405,7 @@ function git_add () # ... local d="$1" shift - run git -C "$d" add $gvo "$@" >&2 + run git -C "$d" add --force $gvo "$@" >&2 } # For now we make 10 re-tries to add the package and push to target. Push can -- cgit v1.1