Commit a00719e9ec7fca4511eb77a8aee31bd098f52c68

Stefan Sperling 2022-06-17T11:01:26

fix a segfault in tog diff The f1 tempfile must always be created. Even if the initial diff has no objects on the left side, the view can be switched to a different diff which does have objects on both sides. When that happened, tog crashed. (To reproduce: open tog in got.git, hit G, hit Enter, hit <)