Do not show .exe in git command list.
commitf9039f30d56e3815eaab870d8b19c7b94aded8aa
authorJunio C Hamano <junkio@cox.net>
Fri, 18 Nov 2005 23:40:22 +0000 (18 15:40 -0800)
committerJunio C Hamano <junkio@cox.net>
Fri, 18 Nov 2005 23:40:22 +0000 (18 15:40 -0800)
tree45749ba15ab38131ad1961630572b93698c06579
parent9a888b758f48d88d1e83c9765e33d4452710d5a5
Do not show .exe in git command list.

Truncate the result from readdir() in the exec-path if they end
with .exe, to make it a bit more readable on Cygwin.

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