From: Paul Wise <[email protected]>
---
mr | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mr b/mr
index e2578a7..6722d9a 100755
--- a/mr
+++ b/mr
@@ -2113,7 +2113,7 @@ vcsh_clean =
fi
svn_status = svn status "$@"
-git_status = git status -s "$@" || true; git --no-pager log --branches --not
--remotes --simplify-by-decoration --decorate --oneline || true
+git_status = git stash list ; git status -s "$@" || true; git --no-pager log
--branches --not --remotes --simplify-by-decoration --decorate --oneline || true
bzr_status = bzr status --short "$@"; bzr missing
cvs_status = cvs -q status | grep -E '^(File:.*Status:|\?)' | grep -v 'Status:
Up-to-date'
hg_status = hg status "$@"; hg summary --quiet | grep -v 'parent: 0:'
--
2.1.4
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]