# HG changeset patch # User Oleksandr Gavenko # Date 1528789972 -10800 # Node ID 8dbf5514565b951753343e638b021446a9210028 # Parent e709b4c3ccf662ce8e7278f5bc762a779995c3f4 Exclude StGit commits from graph. diff -r e709b4c3ccf6 -r 8dbf5514565b .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