1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-17 00:18:05 +02:00
Commit Graph

6 Commits

Author SHA1 Message Date
5df27c61ed Apply correct styling to root commit in graph
The root commit is special in that it has no parents. So we need to add a pipe that's headed for a commit
that doesn't actually exist i.e. the mythical empty tree commit. We're using the actual hash of that
pseudo-commit, but it's not being read anywhere.
2023-06-01 22:20:30 +10:00
549ce09f71 Fix deprecated rand.Seed 2023-03-19 10:00:19 +01:00
e67fef776b add author email to commits 2022-05-08 14:26:18 +10:00
9a9e3d506d more consistent rendering 2021-11-05 07:58:21 +11:00
802cfb1a04 render commit graph 2021-11-05 07:58:21 +11:00
7a464ae5b7 add graph algorithm 2021-11-01 10:03:49 +11:00