Am 15.02.25 um 03:09 schrieb Christoph Anton Mitterer: > Hey. > > I see some weird segfaults on a fresh repo. > It has just one commit with license files, then branch from master in > which I have a staged an initial skeleton program. > > From there when I do a > git dt > (which is an alias `dt = difftool --dir-diff`) I get most of the time: > > $ git dt > error: git died of signal 11 This is a know bug fixed by 98e4015593 (builtin/difftool: intialize some hashmap variables, 2024-11-12), included in v2.48.0. René