git log --graph in the face of vendor imports

Philip Paeps philip at freebsd.org
Sat Dec 26 03:29:49 UTC 2020


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


More information about the freebsd-git mailing list