summaryrefslogtreecommitdiff
path: root/src/plugins/git
Commit message (Expand)AuthorAgeFilesLines
* 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
* Git: Remove duplicate argumentsTobias Hunger2015-04-231-2/+1
* Git: Fix diff for renamed/copied file from commit editorOrgad Shaneh2015-04-211-4/+13
* Git: Detect renames and copies on diffOrgad Shaneh2015-04-201-0/+1
* Git: Use colors from themeTobias Hunger2015-04-171-4/+11
* Merge remote-tracking branch 'origin/3.4'Eike Ziller2015-04-151-1/+0
|\
| * Git: Suppress double logging of commandsOrgad Shaneh2015-04-151-5/+0
* | Fix printing of seconds and millisecondsTobias Hunger2015-04-151-1/+1
* | Git: Suppress stderr output for fully synchronous executionsOrgad Shaneh2015-04-151-25/+18
* | Git: Get rid of findExistingVCSEditorTobias Hunger2015-04-152-43/+11
* | Git: Use vcsExec in favor of plain VcsCommandTobias Hunger2015-04-151-5/+1
* | Git: Rename asyncCommand to vcsExecAbortableTobias Hunger2015-04-152-17/+21
* | Git: Move executeGit into VcsBaseClientImplTobias Hunger2015-04-152-33/+13
* | Git: Add a static method to attach a GitProgressParser to a VcsCommandTobias Hunger2015-04-151-5/+7
* | Git: Use default encoding for git-branch outputTobias Hunger2015-04-151-8/+0
* | Git: Simplify use of conflict handler a bitTobias Hunger2015-04-151-23/+28
* | Git: Fix retrieval of parent commit in blameOrgad Shaneh2015-04-141-1/+1
* | Vcs: Move vcsSynchronousExec into VcsBaseClientImplTobias Hunger2015-04-142-25/+8
* | Vcs: Move vcsFullySynchronousExec into VcsBaseClientImplTobias Hunger2015-04-142-127/+75
* | DiffEditorManager simplifyNikita Baryshnikov2015-04-131-2/+1
* | Vcs: Make VcsBaseClient return stderr on fullySynchronous executionTobias Hunger2015-04-131-19/+1
* | Vcs: Standardize on second based timeoutsTobias Hunger2015-04-131-4/+3
* | Vcs: Move annotate and annotateRevisionRequested into VcsBaseClientImplTobias Hunger2015-04-134-31/+15
* | Vcs: Move createVcsEditor into VcsBaseClientImplTobias Hunger2015-04-132-57/+29
* | Merge remote-tracking branch 'origin/3.4'Eike Ziller2015-04-131-12/+8
|\ \ | |/
| * Git: Fix suppression of git status commandOrgad Shaneh2015-04-121-2/+2
| * GitClient: fix diff when committingNikita Baryshnikov2015-04-121-10/+6
* | Git: Fix filtering of date/time in blameOrgad Shaneh2015-04-122-3/+2
* | Git: Add overrideOrgad Shaneh2015-04-1222-79/+79
* | Git: WS fixTobias Hunger2015-04-102-16/+11
* | Vcs: Move resetCachedVcsInfo into VcsBaseClientImplTobias Hunger2015-04-101-2/+1
* | Vcs: Move createCommand and enqueueJob into VcsBaseClientImplTobias Hunger2015-04-104-57/+2
* | Vcs: Move vcsBinary and vcsTimeout into VcsBaseClientImplTobias Hunger2015-04-094-20/+15
* | Vcs: Unify options pages for VcsBaseClientImpl based VCSesTobias Hunger2015-04-093-50/+20
* | Git: s/GitPlugin::gitClient/GitPlugin::client/Tobias Hunger2015-04-0818-50/+50
* | Vcs: Move handling of settings from VcsBaseClient to VcsBaseClientImplTobias Hunger2015-04-0811-89/+61
* | Git: commit submit widget add tooltip to error labelNikita Baryshnikov2015-03-271-0/+1
* | GitClient fix extra CR at end of email/authorNikita Baryshnikov2015-03-261-1/+1
* | Vcs: Introduce VcsBaseClientImplTobias Hunger2015-03-261-1/+2
* | Git: Make createVcsEditor take the same arguments as in VcsBaseClientTobias Hunger2015-03-262-22/+16
* | Git: Add enqueueJob method to GitClientTobias Hunger2015-03-262-8/+16
* | Git: Make GitClient and VcsBaseClient more similarTobias Hunger2015-03-262-11/+14
* | Vcs: Add vcsBinary and vcsTimeout methods to VcsBaseClientTobias Hunger2015-03-267-25/+27