aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/gitclient.h
Commit message (Expand)AuthorAgeFilesLines
* Git: add svn dcommitAndre Hartmann2018-11-251-0/+1
* Git: Show detached HEAD in branches view when applicableOrgad Shaneh2018-11-121-1/+1
* Git: ModernizeAlessandro Portale2018-11-101-1/+1
* Git: Fix resolving top level for non-existent sub-sub-directoryOrgad Shaneh2018-10-251-1/+1
* Git: Make checkout asynchronousOrgad Shaneh2018-10-101-4/+3
* Git: Suppress error messages for newly initialized repositoryOrgad Shaneh2018-09-291-1/+1
* Git: Change pull to run asynchronouslyOrgad Shaneh2018-09-191-2/+2
* Move git specific stuff out of diff editor pluginJarek Kobus2018-03-151-1/+0
* Fix repeting Stage/Unstage actions in unified diff editorJarek Kobus2018-02-161-5/+3
* Git: Introduce Recover Deleted Files actionOrgad Shaneh2018-01-091-0/+1
* Git: Fix progress during rebaseOrgad Shaneh2017-10-041-1/+3
* Git: clean forward declarationLaurent Montel2017-09-281-1/+0
* Git: Add new class GitRemoteAndre Hartmann2017-03-091-0/+12
* Merge remote-tracking branch 'origin/4.2'Eike Ziller2017-02-201-2/+2
|\
| * Git: Initialize members of StashInfoRobert Loehning2017-02-161-2/+2
* | Git: Persist topic per branch on Push to GerritOrgad Shaneh2017-01-231-0/+2
* | VCS: Replace describe slots with lambdasOrgad Shaneh2016-11-281-2/+0
* | Rename VcsBaseEditorParameterWidget -> VcsBaseEditorConfigOrgad Shaneh2016-10-241-1/+0
|/
* Git: De-noiseOrgad Shaneh2016-07-221-2/+0
* Git: Delete unused cloneRepository functionOrgad Shaneh2016-07-181-1/+0
* Git: Some more cleanupTobias Hunger2016-07-151-1/+1
* Git: Sprinkle C++11 goodness over the codeTobias Hunger2016-07-111-39/+34
* VCS: Return the editor in VcsBaseClient::annotateOrgad Shaneh2016-06-141-3/+3
* Git: Fetch completion refs asynchronouslyOrgad Shaneh2016-05-091-0/+1
* SynchronousProcess: Change exit code interpreter to function objectEike Ziller2016-04-271-5/+0
* Git: some cleanup in gitclient.{h,cpp}hjk2016-04-151-3/+0
* Git: Inline a signal connectionOrgad Shaneh2016-02-151-1/+0
* VCS: Reslot describe functionsOrgad Shaneh2016-02-121-0/+1
* Git: ModernizeTobias Hunger2016-02-101-9/+4
* Git: Return QByteArray in synchronousShowOrgad Shaneh2016-02-081-1/+1
* Git: Un-slot private slotsOrgad Shaneh2016-02-041-2/+1
* Git/Clean: Fix issues with submodulesEike Ziller2016-01-251-2/+2
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Git: Use Qt5-style connectsTobias Hunger2015-11-231-3/+1
* Git: Simplify createRepositoryAction usagesTobias Hunger2015-11-231-1/+1
* Git: Do not use file name when retrieving parent commitOrgad Shaneh2015-11-111-1/+0
* Fix the getting of the Git author name when user.name isn't setThiago Macieira2015-07-011-0/+3
* Git: Get rid of findExistingVCSEditorTobias Hunger2015-04-151-2/+0
* Git: Rename asyncCommand to vcsExecAbortableTobias Hunger2015-04-151-2/+3
* Git: Move executeGit into VcsBaseClientImplTobias Hunger2015-04-151-5/+0
* Vcs: Move vcsSynchronousExec into VcsBaseClientImplTobias Hunger2015-04-141-6/+0
* Vcs: Move vcsFullySynchronousExec into VcsBaseClientImplTobias Hunger2015-04-141-7/+0
* Vcs: Move annotate and annotateRevisionRequested into VcsBaseClientImplTobias Hunger2015-04-131-5/+3
* Vcs: Move createVcsEditor into VcsBaseClientImplTobias Hunger2015-04-131-10/+4
* Git: Add overrideOrgad Shaneh2015-04-121-2/+2
* Git: WS fixTobias Hunger2015-04-101-8/+6
* Vcs: Move createCommand and enqueueJob into VcsBaseClientImplTobias Hunger2015-04-101-11/+0
* Vcs: Move vcsBinary and vcsTimeout into VcsBaseClientImplTobias Hunger2015-04-091-2/+1
* Vcs: Move handling of settings from VcsBaseClient to VcsBaseClientImplTobias Hunger2015-04-081-5/+1
* Vcs: Introduce VcsBaseClientImplTobias Hunger2015-03-261-1/+2