commit | 24b1f65fed0396497ae42c3c12390370819e8bc4 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Wed Dec 03 00:30:34 2008 -0800 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Dec 03 00:30:34 2008 -0800 |
tree | 0f2b9612484d9bd86daa0d0df798bc29fd07822c | |
parent | 757c7f60a78004fc3d0ea62f44320d54ef430c10 [diff] |
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>