]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
git-commit.sh: convert run_status to a C builtin
authorJeff King <peff@peff.net>
Fri, 8 Sep 2006 08:05:34 +0000 (04:05 -0400)
committerJunio C Hamano <junkio@cox.net>
Fri, 8 Sep 2006 23:46:35 +0000 (16:46 -0700)
commitc91f0d92efb36d7b349f586cafafaf0e6ac3f5b2
tree9f328dd9bbc033e3c3d50a43d0a08ebfe6bd0d79
parent7c92fe0eaa4fb89e27fa3617b9ae52f20b511573
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>
.gitignore
Makefile
builtin-runstatus.c [new file with mode: 0644]
builtin.h
dir.c
dir.h
git-commit.sh
git.c
wt-status.c [new file with mode: 0644]
wt-status.h [new file with mode: 0644]