diff options
author | Junio C Hamano <junkio@cox.net> | 2006-09-17 18:14:03 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-09-17 18:14:03 -0700 |
commit | b467fb0b909883f28c4653361ccfa530ccf1a03e (patch) | |
tree | a84b4c34ef9cbf3e342a81ae14e7009a908cf2c7 /git.c | |
parent | ac8e3f2bb8a790ca7810df18c3282d07e84ae345 (diff) | |
parent | db830b4f233bd45e28592fbf59395bc98d79dec5 (diff) | |
download | git-b467fb0b909883f28c4653361ccfa530ccf1a03e.tar.gz git-b467fb0b909883f28c4653361ccfa530ccf1a03e.tar.xz |
Merge branch 'jk/diff'
* jk/diff:
wt-status: remove extraneous newline from 'deleted:' output
git-status: document colorization config options
Teach runstatus about --untracked
git-commit.sh: convert run_status to a C builtin
Move color option parsing out of diff.c and into color.[ch]
diff: support custom callbacks for output
Diffstat (limited to 'git.c')
-rw-r--r-- | git.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -253,6 +253,7 @@ static void handle_internal_command(int argc, const char **argv, char **envp) { "rev-list", cmd_rev_list, RUN_SETUP }, { "rev-parse", cmd_rev_parse, RUN_SETUP }, { "rm", cmd_rm, RUN_SETUP }, + { "runstatus", cmd_runstatus, RUN_SETUP }, { "show-branch", cmd_show_branch, RUN_SETUP }, { "show", cmd_show, RUN_SETUP | USE_PAGER }, { "stripspace", cmd_stripspace }, |