• S
    Added mark store/find to fast-import. · d8397168
    Shawn O. Pearce 提交于
    Marks are now saved when the mark directive gets used by the frontend
    and may be used in place of a SHA1 expression to locate a previous
    SHA1 which fast-import may have generated.  This is particularly
    useful with commits where the frontend does not (easily) have the
    ability to compute the SHA1 for an arbitrary commit but needs it
    to generate a branch or tag from that commit.
    Signed-off-by: NShawn O. Pearce <spearce@spearce.org>
    d8397168
fast-import.c 32.6 KB