author | Miklos Vajna <vmiklos@frugalware.org> | |
Fri, 27 Jun 2008 16:21:54 +0000 (18:21 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 1 Jul 2008 05:45:50 +0000 (22:45 -0700) | ||
commit | 0989fe9623dc8d98033f6acdcc0c84ec28571b19 | |
tree | 663e320d3a58266368eaeddaea3e1d7c29e8518f | tree | snapshot |
parent | 66037991d3fd2ac7e699c7bd21d939b9e397f6a4 | commit | diff |
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>
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 | diff | blob | history | |
cache.h | diff | blob | history | |
git.c | diff | blob | history |