Commit ffd9dda732b61657f28e1182458b60d3b27b65bf

Stefan Sperling 2022-04-10T11:34:02

make 'got tag' unlock the work tree earlier when creating tags The work tree was only held open in order to find its got.conf file since this file could contain a tagger name to use. Read the tagger name earlier. Once the tagger name is known we can close the work tree already.