Y
Y
Yu Yu2015-02-26 13:33:36
git
Yu Yu, 2015-02-26 13:33:36

Where does git climb for settings from Qt?

I use git on Qt Creator.
When you commit there is this line

Executing in E:\CODES\QtProjects\mys: C:\Program Files (x86)\Git\bin\git.exe commit -F C:\Users\ya\AppData\Local\Temp\QtCreator.wm7136

Why does git do this and how to reconfigure?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Victor, 2015-02-26
@xztau

What bothers you?
I have not worked with Qt Creator, but I believe that it simply shows in the log that git.exe, the commit command, is being executed, with the -F switch, which specifies which file to take the commit message from (it creates a temporary file after you enter the message SourceTree does the same). It does not climb into any Qt Git settings.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question