In fast-import a mark can *only* be a number. It cannot be a ref
string or anything complex like that. This reduces the memory load
of fast-import, but does cause a burden on the import frontend.
I think the ':/' syntax came along after fast-import had already started
to use ':' as the mark syntax. I forgot to object to this bastard form
of looking up a commit when it was introduced by Dscho and now we have
a SHA-1 expression syntax that fast-import will confuse with a mark. I
originally had chosen to start a mark off with ':' because it is not an
allowed character in a ref, due to its use to split src:dst in a fetch
or push refspec.
Me too, but it looks like in a human edited "TODO" script we may want
to be more friendly and allow named marks. Though I'm not sure that is
really all that useful. If you are merging something because it used to
be merged before the rebase I doubt we'd generate a meaningful mark name
when the TODO script is initially formatted.
--
Shawn.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html