]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'sp/help'
authorJunio C Hamano <gitster@pobox.com>
Thu, 1 Nov 2007 06:53:51 +0000 (23:53 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 1 Nov 2007 06:53:51 +0000 (23:53 -0700)
commit452b80058235040461dae01933270c6668741b64
treed9915c8215d2840504bf34bcb0cac91122fc334b
parent37701381b66ab66234a0a5992f2b107a6507a2fb
parente8f5d87056093f40a271f89c2c91d1a7025e2440
Merge branch 'sp/help'

* sp/help:
  shell should call the new setup_path() to setup $PATH
  include $PATH in generating list of commands for "help -a"
  use only the $PATH for exec'ing git commands
  list_commands(): simplify code by using chdir()
  "current_exec_path" is a misleading name, use "argv_exec_path"
  remove unused/unneeded "pattern" argument of list_commands
  "git" returns 1; "git help" and "git help -a" return 0