summaryrefslogtreecommitdiff
path: root/.mrconfig.in
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-05-03 11:16:29 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-05-03 11:16:29 -0700
commit7a106349e12523babfd4aa8b5ce04f16909c0217 (patch)
tree4fddefdd8037d7459c8f3f520cac216f248627be /.mrconfig.in
parent7f64e0142c15334433ed61dcd88e1f77c6cd2fa9 (diff)
downloaddotfiles-7a106349e12523babfd4aa8b5ce04f16909c0217.tar.gz
supplement `nmbug status`
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" ]