commit | 0989fe9623dc8d98033f6acdcc0c84ec28571b19 | [log] [tgz] |
---|---|---|
author | Miklos Vajna <vmiklos@frugalware.org> | Fri Jun 27 18:21:54 2008 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Jun 30 22:45:50 2008 -0700 |
tree | 663e320d3a58266368eaeddaea3e1d7c29e8518f | |
parent | 66037991d3fd2ac7e699c7bd21d939b9e397f6a4 [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>