Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Dec 2020 11:29:41 +0800
From:      Philip Paeps <philip@freebsd.org>
To:        git@freebsd.org
Subject:   git log --graph in the face of vendor imports
Message-ID:  <EE8C8A14-B828-402F-AE2C-68B3E214A1CF@freebsd.org>

next in thread | raw e-mail | index | archive | help
I have this alias to make `git log --graph` meaningful:

```
[alias]
         llog = log --graph 
--pretty=format:'%C(yellow)%h%C(red)%d%Creset %s %C(blue)- %an, 
%ar%Creset'
```

I noticed that in our repository, the graph shifts farther to the right 
with each vendor import.  Is this expected behaviour?

Philip

-- 
Philip Paeps
Senior Reality Engineer
Alternative Enterprises



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?EE8C8A14-B828-402F-AE2C-68B3E214A1CF>