| author | Jeff King <peff@peff.net> | |
| Fri, 8 Sep 2006 08:05:34 +0000 (04:05 -0400) | ||
| committer | Junio C Hamano <junkio@cox.net> | |
| Fri, 8 Sep 2006 23:46:35 +0000 (16:46 -0700) | ||
| commit | c91f0d92efb36d7b349f586cafafaf0e6ac3f5b2 | |
| tree | 9f328dd9bbc033e3c3d50a43d0a08ebfe6bd0d79 | tree | snapshot |
| parent | 7c92fe0eaa4fb89e27fa3617b9ae52f20b511573 | commit | diff |
git-commit.sh: convert run_status to a C builtin
This creates a new git-runstatus which should do roughly the same thing
as the run_status function from git-commit.sh. Except for color support,
the main focus has been to keep the output identical, so that it can be
verified as correct and then used as a C platform for other improvements to
the status printing code.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This creates a new git-runstatus which should do roughly the same thing
as the run_status function from git-commit.sh. Except for color support,
the main focus has been to keep the output identical, so that it can be
verified as correct and then used as a C platform for other improvements to
the status printing code.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
| .gitignore | diff | blob | history | |
| Makefile | diff | blob | history | |
| builtin-runstatus.c | [new file with mode: 0644] | blob |
| builtin.h | diff | blob | history | |
| dir.c | diff | blob | history | |
| dir.h | diff | blob | history | |
| git-commit.sh | diff | blob | history | |
| git.c | diff | blob | history | |
| wt-status.c | [new file with mode: 0644] | blob |
| wt-status.h | [new file with mode: 0644] | blob |