Commit
Commit copied to clipboard
Surprising warning message
I configured git as follows:
core.editor=flatpak run re.sonny.Commit
As a result, when I git commit then Commit is used to display the window in which I type the commit message, and sometimes I see this in the terminal:
(re.sonny.Commit:2): Gtk-WARNING **: 09:39:52.774: Trying to snapshot GtkGizmo 0x55c85408b790 without a current allocation
Doesn't seem like an actual problem as it's just a warning and not an error, but I guess something, somewhere is incorrectly done :shrug: