author | Shawn O. Pearce <spearce@spearce.org> | |
Thu, 24 Aug 2006 07:12:13 +0000 (03:12 -0400) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Sun, 14 Jan 2007 07:15:06 +0000 (02:15 -0500) | ||
commit | 72303d44e9d8f3fc9bef039b472a2bd259509420 | |
tree | fcdb23c39502bd96a6921395a3658b1771c23b75 | tree | snapshot |
parent | d6c7eb2c160fc40c48fd25fdae15c193eec13bb7 | commit | diff |
Implemented 'tag' command in fast-import.
Tags received from the frontend are generated in memory in a simple
linked list in the order that the tag commands were sent by the
frontend. If multiple different tag objects for the same tag name
get generated the last one sent by the frontend will be the one
that gets written out at termination. Multiple tag objects for
the same name will cause all older tags of the same name to be lost.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Tags received from the frontend are generated in memory in a simple
linked list in the order that the tag commands were sent by the
frontend. If multiple different tag objects for the same tag name
get generated the last one sent by the frontend will be the one
that gets written out at termination. Multiple tag objects for
the same name will cause all older tags of the same name to be lost.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
fast-import.c | diff | blob | history |