From 21476d5b4e1b7aa9f9cffdd23beaca0cd8bd9b0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Sat, 19 Dec 2020 14:02:54 +0100 Subject: [PATCH] src/update-submodules: add git signoff MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- src/update-submodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/update-submodules b/src/update-submodules index e789dcf..042b693 100755 --- a/src/update-submodules +++ b/src/update-submodules @@ -8,6 +8,6 @@ export PATH git submodule update --init --recursive git submodule update --remote --merge git add . -git commit -m "submodules update" +git commit --signoff --message="submodules update" git pull --verbose git push --verbose