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