Scott R Parish <srp@xxxxxxxxxxxx> writes: > Git had previously been using the $PATH for scripts--a previous > patch moved exec'ed commands to also use the $PATH. For consistency > "help -a" should also list commands in the $PATH. > > The main commands are still listed from the git_exec_path(), but > the $PATH is walked and other git commands (probably extensions) are > listed. > > Signed-off-by: Scott R Parish <srp@xxxxxxxxxxxx> > --- > help.c | 157 +++++++++++++++++++++++++++++++++++++++++++++++++--------------- > 1 files changed, 120 insertions(+), 37 deletions(-) Thanks. It's easier to read if you briefly describe the differences between the replacement patch and the previous version of the patch below the three-dash lines. See for example Lars Knoll's patch from today <200710290959.32538.lars@xxxxxxxxxxxxx>. - 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