]> git.ipfire.org Git - thirdparty/git.git/commit - fast-import.c
Added 'reset' command to clear a branch's tree.
authorShawn O. Pearce <spearce@spearce.org>
Sun, 27 Aug 2006 10:20:49 +0000 (06:20 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 14 Jan 2007 07:15:09 +0000 (02:15 -0500)
commit5fced8dc6f4844997b6e25a67a00f428775c5233
treef474eb7bf82dbddb9443f606c5e4b2e8a5e0372d
parent53dbce78a2a018bd2828d3ecc4123015f88ae36f
Added 'reset' command to clear a branch's tree.

Sometimes an import frontend may need to work with a temporary branch
which will actually contain many different branches over the life
of the import.  This is especially useful when the frontend needs
to create a tag from a set of file versions which are otherwise
never a commit.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
fast-import.c