From 219e2180caeca12bf7fdbc259b0f39a36b41d2e6 Mon Sep 17 00:00:00 2001 From: Tucker Johnson Date: Wed, 14 Aug 2024 14:34:47 -0400 Subject: [PATCH] print branch name --- net-clarity.ly | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-clarity.ly b/net-clarity.ly index cd3e776..26cae71 100644 --- a/net-clarity.ly +++ b/net-clarity.ly @@ -200,7 +200,10 @@ clarinetMagstep = #(magstep -2) \vspace #-0.5 \right-column \fontsize #-1 { \line { \fontsize #-2 \typewriter { \shortHash - \subject } } + \vspace #-0.4 \line { \fontsize #-2 \typewriter { \commitDate } } + \vspace #-0.4 + \line { \fontsize #-2 \typewriter { \branchName } } } \vspace #2 } -- 2.39.5