http://bugs.winehq.org/show_bug.cgi?id=15359
--- Comment #5 from Kirill Smelkov kirr@landau.phys.spbu.ru 2008-09-30 00:34:31 --- That's because you've cd'ed to C:\Program Files\Git\bin -- so you run git.exe
try doing this:
kirr@tugrik2:~/tmp/trashme/msysgit$ LANG=C wine cmd CMD Version 1.1.5
Z:\home\kirr\tmp\trashme\msysgit>c: C:>git fixme:cmd:WCMD_for /F needs to handle options Syntax error File not found
C:>cd Program\ Files Path not found
C:>dir Volume in drive C is Volume Serial Number is 0000-0000
Directory of C:\
9/29/2008 6:04 PM <DIR> Program Files 9/29/2008 5:44 PM <DIR> windows 0 files 0 bytes 2 directories 29,184,651,264 bytes free
C:>cd "Program Files" C:\Program Files>cd Git\bin C:\Program Files\Git\bin>git usage: git [--version] [--exec-path[=GIT_EXEC_PATH]] [-p|--paginate|--no-pager] [--bare] [--git-dir=GIT_DIR] [--work-tree=GIT_WORK_TREE] [--help] COMMAND [ARGS]
The most commonly used git commands are: add Add file contents to the index bisect Find the change that introduced a bug by binary search branch List, create, or delete branches checkout Checkout a branch or paths to the working tree clone Clone a repository into a new directory commit Record changes to the repository diff Show changes between commits, commit and working tree, etc fetch Download objects and refs from another repository grep Print lines matching a pattern init Create an empty git repository or reinitialize an existing one log Show commit logs merge Join two or more development histories together mv Move or rename a file, a directory, or a symlink pull Fetch from and merge with another repository or a local branch push Update remote refs along with associated objects rebase Forward-port local commits to the updated upstream head reset Reset current HEAD to the specified state rm Remove files from the working tree and from the index show Show various types of objects status Show the working tree status tag Create, list, delete or verify a tag object signed with GPG
See 'git help COMMAND' for more information on a specific command.