summaryrefslogtreecommitdiff
path: root/src/plugins/git/gitclient.cpp
Commit message (Expand)AuthorAgeFilesLines
* Git: Limit length for revisions displayed in context menuOrgad Shaneh2012-07-191-3/+10
* Git: Use HEAD as parent revision for 00000000Orgad Shaneh2012-07-191-0/+5
* Git: Improve Clean dialogOrgad Shaneh2012-07-021-3/+10
* Git: CleanupOrgad Shaneh2012-07-021-25/+9
* Git: Keep author information on amendOrgad Shaneh2012-06-281-10/+11
* Git: Better status resolvingOrgad Shaneh2012-06-261-3/+5
* VCS: Fallback to raw revision if decorate failsOrgad Shaneh2012-06-051-1/+1
* VCS: Always allow "Revert Chunk"Orgad Shaneh2012-06-041-2/+0
* VCS: Add 'Blame current revision' in blame context menuOrgad Shaneh2012-06-041-30/+14
* editormanager: simplify use of interfacehjk2012-05-111-3/+3
* Git: Fix warning about invalid connection.Friedemann Kleint2012-05-031-1/+1
* Git: Offer recent list of changes for reset --hard.Friedemann Kleint2012-05-021-0/+24
* Compile after qt5/qtbase commit 75a0c7f9Bradley T. Hughes2012-04-301-1/+1
* qtcassert: move actual printing to separate function and enforce stylehjk2012-04-171-1/+1
* Git: Allow commit (or amend) when not on a branchOrgad Shaneh2012-03-141-9/+2
* Git: Enable --no-verify for commitOrgad Shaneh2012-03-141-0/+2
* Git: Add customizable repository browser command.Francois Ferrand2012-03-121-0/+7
* Git: Do not fail on amend if no files were modifiedOrgad Shaneh2012-03-061-1/+1
* Rename IFile->IDocument and FileManager->DocumentManagerEike Ziller2012-02-201-3/+3
* Removed module names from #include directives.Erik Verbruggen2012-02-151-12/+12
* Git: Speed up diff/show outputTobias Hunger2012-02-031-2/+5
* VCS: Never try to run empty binariesTobias Hunger2012-02-031-0/+3
* Git: Prepend to PATH instead of replacing itOrgad Shaneh2012-01-311-3/+7
* Version control: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2012-01-311-13/+15
* Long live the king!hjk2012-01-261-1/+1
* Use new static ICore interface.hjk2012-01-241-15/+12
* VCS: Fix warning about hiding a virtual methodTobias Hunger2012-01-201-1/+1
* Git: Fix finding of top-level directoryTobias Hunger2012-01-171-1/+15
* Replace Q_ASSERTs with QTC_ASSERTsTobias Hunger2012-01-131-4/+4
* Git: Fix error encoding of output text in some caseYuchen Deng2012-01-131-2/+20
* Git: Find correct topLevelOrgad Shaneh2012-01-111-3/+11
* Git: Fix error encoding if the source file not existYuchen Deng2012-01-111-1/+11
* vcs: s/VCS/Vcs/hjk2012-01-091-77/+77
* Git: Fix editor parameter widgetsTobias Hunger2011-12-121-19/+14
* Git: Enable difference display in LogOrgad Shaneh2011-12-121-16/+67
* Git: Use MERGE_MSG as commit template when existsOrgad Shaneh2011-12-121-1/+3
* Fixed possibly unused variable in GitClientRobert Loehning2011-12-081-1/+1
* Git: Push to non-default remotesTobias Hunger2011-12-081-2/+5
* Git: Fix branch list when checking out from gitTobias Hunger2011-12-081-3/+4
* Git: Add diff options for showOrgad Shaneh2011-12-051-1/+2
* Git: Figure out codec for amend commitYuchen Deng2011-11-141-2/+3
* Git: Fix error text codec of 'Show Commit...'Yuchen Deng2011-11-141-1/+1
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* | more Id type fixeshjk2011-11-101-9/+9
* | Git: Do the right thing when commitingTobias Hunger2011-10-311-71/+98
* | Git: Add support for the i18n.logoutputencoding settingYuchen Deng2011-10-211-12/+19
* | Git: Support encoding convert of commit messagesYuchen Deng2011-10-211-0/+1
|/
* Git: Fixed launch gitk failedYuchen Deng2011-10-121-3/+3
* Git: Use indexes to address pretty printing comboboxTobias Hunger2011-10-061-1/+1