Re: [StGit PATCH 2/2] Check for top == head at the start of every transaction
From: Catalin Marinas <hidden>
Date: 2016-06-15 22:45:16
From: Catalin Marinas <hidden>
Date: 2016-06-15 22:45:16
2008/8/27 Karl Hasselström [off-list ref]:
We used to check it in the run() method, but that's sometimes too late: for example, it causes stg coalesce to ask for a commit message _before_ the check, resulting in a lost commit message if the check fails. As before, the check can be disabled for the few commands that need it.
Looks fine. Thanks. -- Catalin