From 4fccb74891367417f44ca75087103faee3cfde73 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 13 Jun 2023 13:49:48 +0100 Subject: hide 'git annex restage' output, which breaks 'mr -m status' --- lib-src/mr/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib-src') diff --git a/lib-src/mr/config b/lib-src/mr/config index 07e59e98..21180c4c 100644 --- a/lib-src/mr/config +++ b/lib-src/mr/config @@ -160,7 +160,7 @@ checkout = git clone athenag:libpriv.git priv update = git annex sync --content cloud origin push = git annex sync --content cloud origin sync = mr autoci && git annex sync --no-commit --content cloud origin -pre_status = git annex restage +pre_status = chronic git annex restage fixups = chmod 600 \ .passwddb.pet .gnupg/*.kbx .gnupg/private-keys-v1.d/*.key .ssh/id_* @@ -192,7 +192,7 @@ pre_update = on athena || git annex sync origin athenah pre_push = on athena || git annex sync --content origin athenah post_update = hstow restow ~/src/athpriv post_checkout = hstow stow ~/src/athpriv -pre_status = git annex restage +pre_status = chronic git annex restage skip = ! mine post_checkout = -- cgit v1.2.3