summaryrefslogtreecommitdiff
path: root/src/plugins/git/mergetool.h
Commit message (Expand)AuthorAgeFilesLines
* Git: ModernizeOrgad Shaneh2018-09-191-2/+2
* Git: clean forward declarationLaurent Montel2017-09-281-2/+0
* Git: Make mergetool parsing more robustOrgad Shaneh2016-11-091-0/+1
* Git: Avoid QProcess::waitForReadyRead in MergeToolOrgad Shaneh2016-09-201-1/+1
* Git: Do not rely on QProcess::readData/writeData in MergeToolOrgad Shaneh2016-09-201-2/+3
* Git: Prompt for unchanged file after custom mergetool failsOrgad Shaneh2016-06-241-0/+1
* Git: ModernizeTobias Hunger2016-02-101-10/+6
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Git: Use Qt5-style connectsTobias Hunger2015-11-231-2/+1
* Git: s/GitPlugin::gitClient/GitPlugin::client/Tobias Hunger2015-04-081-1/+1
* Update LicenseEike Ziller2015-01-161-6/+6
* License updateEike Ziller2014-10-091-7/+8
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Git: Move some functions from MergeTool to GitClientOrgad Shaneh2013-03-011-2/+0
* Git: Handle "no changes" case on conflict resolvingOrgad Shaneh2013-02-121-1/+1
* Incremented year in copyright infoRobert Loehning2013-02-011-1/+1
* Git: Added Revert and cherry-pickPetar Perisin2013-01-211-0/+4
* Git: Write mergetool input/output to VCS output windowOrgad Shaneh2012-11-161-2/+3
* Git: Introduce MergeTool supportOrgad Shaneh2012-11-071-0/+93