• S
    Remove branch creation command from fast-import. · 00e2b884
    Shawn O. Pearce 提交于
    Jon Smirl was finding it difficult to alter cvs2svn to generate
    branch commands prior to the first commit of the same branch.
    This change moves the 'from' command to be an optional parameter of
    the 'commit' command, thereby allowing a new branch to be defined
    at the moment it gets used to create the first commit on that branch.
    
    This change makes it impossible to create a branch with no commits
    on it as at least one commit is needed to register the branch.
    Signed-off-by: NShawn O. Pearce <spearce@spearce.org>
    00e2b884
fast-import.c 38.4 KB