tj / git-extras

GIT utilities -- repo summary, repl, changelog population, author commit percentages and more
MIT License
17.3k stars 1.21k forks source link

bin\git-changelog: line 611: "C:\\Program: No such file or directory #1165

Open jackusay opened 1 week ago

jackusay commented 1 week ago

in mingw64

asd@asd-PC MINGW64 ~/Downloads/app note/a/cuda_find_in_filesJ (master)
$ git changelog -a
C:\Program Files\Git\mingw64\bin\git-changelog: line 611: "C:\\Program: No such file or directory

caught signal, shutting down
Usage: awk [POSIX or GNU style options] -f progfile [--] file ...
Usage: awk [POSIX or GNU style options] [--] 'program' file ...
POSIX options:          GNU long options: (standard)
        -f progfile             --file=progfile
        -F fs                   --field-separator=fs

...

but it actually output a history.md success...

spacewander commented 1 week ago

I don't have mingw64 to test with. But I guess it's because there is a space in the path of the cmd ps?

jackusay commented 1 week ago

because there is a space in the path of the cmd ps?

You're right.

And I actually use Git for Windows (== MINGW64 I guess)