]> git.ipfire.org Git - thirdparty/git.git/commit - cache.h
Move split_cmdline() to alias.c
authorMiklos Vajna <vmiklos@frugalware.org>
Fri, 27 Jun 2008 16:21:54 +0000 (18:21 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 1 Jul 2008 05:45:50 +0000 (22:45 -0700)
commit0989fe9623dc8d98033f6acdcc0c84ec28571b19
tree663e320d3a58266368eaeddaea3e1d7c29e8518f
parent66037991d3fd2ac7e699c7bd21d939b9e397f6a4
Move split_cmdline() to alias.c

split_cmdline() is currently used for aliases only, but later it can be
useful for other builtins as well. Move it to alias.c for now,
indicating that originally it's for aliases, but we'll have it in libgit
this way.

Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
alias.c
cache.h
git.c