Re: [PATCH v0] fast-import: Add drop command
From: Vitor Antunes <hidden>
Date: 2016-06-15 22:52:06
On Sep 24, 2011 8:37 PM, "Jonathan Nieder" [off-list ref] wrote:
Thanks. I must have missed the earlier discussion. What are the semantics of this command and its intended purpose? For example, what happens if the branch already existed or if there is a checkpoint (perhaps triggered by the impatient user sending SIGUSR1 to fast-import) before the "drop" command is processed?
In the tests I made there are checkpoints triggered before using the command. I tried to remove the branch within fast-import variables as well as the already processed objects in git. This command is required because I need to reset a given branch multiple times in order to be able to "guess" its origin commit in the parent branch. To make this analysis I also need to use "checkpoint" at each try. (Resending... apparently gmail Android app sends a HTML attachment)