git wrapper: basic fixes.
authorJunio C Hamano <junkio@cox.net>
Wed, 16 Nov 2005 07:13:30 +0000 (23:13 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 16 Nov 2005 07:13:30 +0000 (23:13 -0800)
commit7dbc2c0402d728a206d4f1bc59729bf3a5cc4455
tree1e3fcf60526c196a46433e6947c9104ca236f230
parentad4f4daae80cb00000aca76e1528add6daf8f033
git wrapper: basic fixes.

Updates to fix the nits found during the list discussion.

 - Lose PATH_TO_MAN; just rely on execlp() to find whereever the
   "man" command is installed.

 - Do not randomly chdir(), but concatenate to the current
   working directory only if the given path is not absolute.

 - Lose use of glob(); read from exec_path and do sorting
   ourselves -- it is not that much more work.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git.c