summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2008-12-03 00:30:34 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2008-12-03 00:30:34 -0800
commit24b1f65fed0396497ae42c3c12390370819e8bc4 (patch)
tree0f2b9612484d9bd86daa0d0df798bc29fd07822c /Makefile
parentgit-stash: use git rev-parse -q (diff)
downloadtgif-24b1f65fed0396497ae42c3c12390370819e8bc4.tar.xz
Install git-stage in exec-path
Earlier the plan was to eventually eradicate git-foo executables from the filesystem for all the built-in commands, but when we released 1.6.0 we decided not to do so. Instead, it has been promised that by prepending the output from $(git --exec-path) to your $PATH, you can keep using the dashed form of commands. This also allows "git stage" to appear in the autogenerated command list, which is used to offer man pages by "git help" command. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9577d6fc73..51581973ab 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