From: Paul Wise <pa...@bonedaddy.net>

---
 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 debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to