]> git.ipfire.org Git - thirdparty/git.git/commit - fast-import.c
git-fast-import: rename cmd_*() functions to parse_*()
authorMiklos Vajna <vmiklos@frugalware.org>
Thu, 15 May 2008 22:35:56 +0000 (00:35 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 16 May 2008 19:40:09 +0000 (12:40 -0700)
commitb30317819dcbcb99a9ef520631e6ab002b6755a0
tree4432d883614633785777dedc4eed893be429c075
parented020917147ca733477a0186f3bb1791ec6e5b5c
git-fast-import: rename cmd_*() functions to parse_*()

There is a cmd_merge() function in fast-import that will conflict with
builtin-merge's cmd_merge() function. To keep it consistent, rename all
cmd_*() function to parse_*()

Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
Acked-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
fast-import.c