author | Michael J Gruber <git@drmicha.warpmail.net> | |
Sat, 5 Dec 2009 15:04:37 +0000 (16:04 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 5 Dec 2009 17:27:23 +0000 (09:27 -0800) | ||
commit | 84dbe7b867cfaaa929ed1941f930d564514ae714 | |
tree | 7a00257519fb5420080680a2d8372f4c7143dccf | tree | snapshot |
parent | 14ed05ddd6a8cdd3cb792e2c991207d1640943d1 | commit | diff |
builtin-commit: refactor short-status code into wt-status.c
Currently, builtin-commit.c contains most code producing the
short-status output, whereas wt-status.c contains most of the code for
the long format.
Refactor so that most of the long and short format producing code
resides in wt-status.c and is named analogously.
Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Currently, builtin-commit.c contains most code producing the
short-status output, whereas wt-status.c contains most of the code for
the long format.
Refactor so that most of the long and short format producing code
resides in wt-status.c and is named analogously.
Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-commit.c | diff | blob | history | |
wt-status.c | diff | blob | history | |
wt-status.h | diff | blob | history |