]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/fast-import.c
Added mark store/find to fast-import.
authorShawn O. Pearce <spearce@spearce.org>
Wed, 23 Aug 2006 08:17:45 +0000 (04:17 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 14 Jan 2007 07:15:05 +0000 (02:15 -0500)
commitd83971688ba42e4cd37908f4d776801a997ca421
treefafbb9b15e5cac53617e9fb135686028f2d4f14d
parentd5c57b284e847a56cc1d98b783be95ba94285afe
Added mark store/find to fast-import.

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: Shawn O. Pearce <spearce@spearce.org>
fast-import.c