aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git
Commit message (Expand)AuthorAgeFilesLines
* Git: Avoid duplicate check for modified filesOrgad Shaneh2015-11-201-2/+0
* Gerrit: Initialize all membersOrgad Shaneh2015-11-161-6/+4
* Git: Do not use file name when retrieving parent commitOrgad Shaneh2015-11-113-9/+2
* Git: Mute commit description fetching on right-clickOrgad Shaneh2015-11-111-1/+2
* Gerrit: Index by number instead of Change-IdOrgad Shaneh2015-10-302-29/+26
* Git: Show success message on rebase --continueOrgad Shaneh2015-10-301-0/+1
* Gerrit: Add ProgressIndicatorTobias Hunger2015-10-142-0/+35
* Gerrit: No need to subclass FancyLineEditTobias Hunger2015-10-144-64/+30
* Merge remote-tracking branch 'origin/3.5'Eike Ziller2015-10-071-25/+29
|\
| * Git: Increase delay for mergetoolOrgad Shaneh2015-09-301-25/+29
* | Merge remote-tracking branch 'origin/3.5'Eike Ziller2015-09-301-1/+1
|\|
| * Git: Enable "Continue Merging" dialog on deleted conflictOrgad Shaneh2015-09-281-1/+1
* | Git: Replace accelerator for Checkout in Gerrit dialogOrgad Shaneh2015-09-221-1/+1
* | GitPlugin: Coding style fixes (WS only)Tobias Hunger2015-09-161-7/+7
|/
* Git: Fix compilation with GCC 4.8Orgad Shaneh2015-09-101-3/+3
* Git: Fix crashOrgad Shaneh2015-09-101-1/+1
* Git: Fix source repository resolution in Stashes dialogOrgad Shaneh2015-08-122-9/+12
* Git: Fix typo in commentOrgad Shaneh2015-08-091-1/+1
* GitPlugin: reorder namespaces endinNikita Baryshnikov2015-07-161-1/+1
* Git: Strip line numbers from blame outputOrgad Shaneh2015-07-071-22/+18
* Git: Include committer details in ShowOrgad Shaneh2015-07-061-1/+7
* Git: Limit size of conflicted files listOrgad Shaneh2015-07-061-4/+12
* Fix the getting of the Git author name when user.name isn't setThiago Macieira2015-07-012-4/+30
* Git: Remove unused variableTobias Hunger2015-06-301-2/+0
* Git: Suppress output for submodule statusOrgad Shaneh2015-06-231-1/+2
* Git: Remove last user of Core::Id::fromUniqueIdentifierhjk2015-06-232-58/+74
* Vcs: Do not crash when stopping running commandsTobias Hunger2015-06-231-1/+1
* Git: Fix Stash & Pop for synchronous actionsOrgad Shaneh2015-06-221-4/+5
* Git: Show original branch name while rebasingOrgad Shaneh2015-06-151-1/+10
* Git: Always warn on hard reset when there are modified filesOrgad Shaneh2015-06-112-16/+13
* Git: Fix detection of line with whitespace in commit highlighterOrgad Shaneh2015-06-111-1/+1
* VcsBase: Make some slots protected and update users accordinglyTobias Hunger2015-06-111-1/+1
* Gerrit: Fix buildMarco Bubke2015-06-101-1/+2
* Gerrit: Remove method that is used only onceTobias Hunger2015-06-102-11/+4
* Gerrit: WS fixTobias Hunger2015-06-101-1/+1
* Gerrit: Use Qt5 style connectsTobias Hunger2015-06-105-65/+55
* ShellCommand: Store workingdirectory in the jobsTobias Hunger2015-06-101-1/+1
* Move "open" from IEditor to IDocumentEike Ziller2015-06-102-3/+3
* Add override keyword to IEditor & TextEditorWidget implementationsEike Ziller2015-06-091-1/+1
* Git: Re-disable timeout for interactive rebaseOrgad Shaneh2015-05-271-4/+5
* Git: Replace CloneWizard with a Json wizardTobias Hunger2015-05-1810-391/+0
* Git: Make initial checkout more verboseTobias Hunger2015-05-181-1/+1
* CheckoutWizards: Use IVersionControl::createInitialCheckoutCommandTobias Hunger2015-05-113-31/+24
* CheckoutWizards: Simplify code to look up specific pagesTobias Hunger2015-05-111-6/+1
* IVersionControl: Add method to get a ShellCommand for initial checkoutsTobias Hunger2015-05-112-4/+23
* Git: Use side-by-side layout for Fixup Previous CommitOrgad Shaneh2015-05-101-1/+1
* ShellCommand: Rename some signalsTobias Hunger2015-05-071-4/+4
* Vcs: Split up VcsCommandTobias Hunger2015-05-044-33/+31
* Vcs: Push the binary into the Jobs of VcsCommandTobias Hunger2015-04-292-5/+4
* Git: Make git show a bit more robustTobias Hunger2015-04-231-3/+14