-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git log -G fails with "cannot spawn astextplain: No such file or directory" error #449
Comments
|
|
It should actually be in It looks a little bit different here: $ git clone https://github.com/Radrik5/test-git-log-g
Cloning into 'test-git-log-g'...
remote: Counting objects: 6, done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 6 (delta 0), reused 6 (delta 0), pack-reused 0
Unpacking objects: 100% (6/6), done.
Checking connectivity... done.
me@work MINGW64 ~
$ cd test-git-log-g/
me@work MINGW64 ~/test-git-log-g (master)
$ GIT_TRACE=1 git log -GIniFileFontSection -p
20:23:16.337925 git.c:348 trace: built-in: git 'log' '-GIniFileFontSection' '-p'
20:23:16.344769 run-command.c:335 trace: run_command: 'less'
20:23:16.387786 run-command.c:335 trace: run_command: 'astextplain' 'C:/Users/me/AppData/Local/Temp/6djQ18_Document.rtf'
me@work MINGW64 ~/test-git-log-g (master)
$ echo $?
0 |
... and $ which astextplain
/usr/bin/astextplain |
Ah, oops. I tested with a test installer. And when I dug deeper, it looked as if a bogus In any case, I verified that the next installer will contain |
Release 2.5.3 32 bit does contain |
Yep, that was my finding, too. It was simply an oversight that a package I built during the development process of All is well with Git for Windows 2.6.0. |
Yes, I can confirm that release 2.6.0 64 bit contains Thank you! |
I use Git 2.5.3 64 bit on Windows 7.
MCVE:
The text was updated successfully, but these errors were encountered: