Exclude stash from glog.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 12 Jun 2018 11:22:39 +0300
changeset 898 6ac59832aba5
parent 897 8dbf5514565b
child 899 d5f00e3d31ec
Exclude stash from glog.
.gitconfig
--- a/.gitconfig	Tue Jun 12 10:52:52 2018 +0300
+++ b/.gitconfig	Tue Jun 12 11:22:39 2018 +0300
@@ -18,7 +18,7 @@
 summary = log --oneline
 tags = tag -n1 -l
 w = whatchanged
-glog = log --graph --exclude=refs/heads/*.stgit --exclude=refs/patches/* --all
+glog = log --graph --exclude=refs/heads/*.stgit --exclude=refs/patches/* --exclude=refs/stash --all
 
 [core]
 whitespace=-indent-with-non-tab,trailing-space,cr-at-eol