forked from qt-creator/qt-creator
Git: Prompt for unchanged file after custom mergetool fails
To reproduce, create a conflict and configure a custom mergetool that does nothing: git config mergetool.my.cmd true git config merge.tool my Then execute merge tool from Qt Creator. The merge tool process hangs while asking how to handle the unchanged file, and can only be killed externally. Change-Id: I4d2a91061bd7549e308f6a25f106e6a7afc5cadb Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
committed by
Orgad Shaneh
parent
53c4b36e4a
commit
573958e79f
@@ -64,6 +64,7 @@ public:
|
||||
};
|
||||
|
||||
private:
|
||||
void prompt(const QString &title, const QString &question);
|
||||
void readData();
|
||||
void done();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user