summaryrefslogtreecommitdiff
path: root/.mrconfig.in
diff options
context:
space:
mode:
Diffstat (limited to '.mrconfig.in')
-rw-r--r--.mrconfig.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/.mrconfig.in b/.mrconfig.in
index 260b4669..42496941 100644
--- a/.mrconfig.in
+++ b/.mrconfig.in
@@ -619,7 +619,12 @@ skip = ! mine
checkout = nmbug-spw clone athenap:nmbug-spw
update = nmbug-spw pull
push = nmbug-spw commit && nmbug-spw push
-status = nmbug-spw status
+status =
+ nmbug-spw status || true
+ # `nmbug status` does not catch committed but unpushed changes
+ git --no-pager log --branches \
+ --not --remotes \
+ --simplify-by-decoration --decorate --oneline
log = nmbug-spw log
commit = nmbug-spw commit
skip = ! [ -e "$HOME/local/auth/fmailsyncpass" ]