On Wed, Dec 03, 2008 at 12:34:22AM -0800, Junio C Hamano wrote: > diff --git a/Makefile b/Makefile > index 9577d6f..5158197 100644 > --- a/Makefile > +++ b/Makefile > @@ -320,6 +320,7 @@ BUILT_INS += git-merge-subtree$X > BUILT_INS += git-peek-remote$X > BUILT_INS += git-repo-config$X > BUILT_INS += git-show$X > +BUILT_INS += git-stage$X > BUILT_INS += git-status$X > BUILT_INS += git-whatchanged$X We need this, too, then. -- >8 -- add stage to gitignore This is a generated builtin since 24b1f65f (Install git-stage in exec-path). Signed-off-by: Jeff King <peff@xxxxxxxx> --- .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 0c35577..327e660 100644 --- a/.gitignore +++ b/.gitignore @@ -118,6 +118,7 @@ git-show git-show-branch git-show-index git-show-ref +git-stage git-stash git-status git-stripspace -- 1.6.1.rc1.309.g51074 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html