summaryrefslogtreecommitdiff
path: root/src/plugins/git/gitclient.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/4.8'Orgad Shaneh2018-12-031-9/+9
|\
| * Git: Use ICore::dialogParent as dialog parentOrgad Shaneh2018-11-291-9/+9
* | Git: add svn dcommitAndre Hartmann2018-11-251-0/+6
* | Merge remote-tracking branch 'origin/4.8'Eike Ziller2018-11-191-1/+2
|\ \ | |/
| * Git: Make commit a bit less synchronousOrgad Shaneh2018-11-141-1/+2
* | Git: Show detached HEAD in branches view when applicableOrgad Shaneh2018-11-121-6/+12
* | Git: ModernizeAlessandro Portale2018-11-101-2/+2
|/
* Git: Fix resolving top level for non-existent sub-sub-directoryOrgad Shaneh2018-10-251-12/+14
* Git: Disable merge tool execution for vimdiffOrgad Shaneh2018-10-111-0/+6
* Git: Make checkout asynchronousOrgad Shaneh2018-10-101-23/+14
* Git: Add support for github remotesAndre Hartmann2018-10-071-1/+1
* Git: Check remote port for isValid in GitRemoteAndre Hartmann2018-10-071-2/+3
* Git: Improve local file detection in GitRemoteAndre Hartmann2018-10-021-1/+7
* Git: Suppress error messages for newly initialized repositoryOrgad Shaneh2018-09-291-2/+3
* Git: Support move/copy detection for blameOrgad Shaneh2018-09-191-0/+9
* Git: ModernizeOrgad Shaneh2018-09-191-13/+13
* Git: Change pull to run asynchronouslyOrgad Shaneh2018-09-191-12/+13
* Git: Fix launching of gitk when not in PATHOrgad Shaneh2018-09-041-4/+7
* Git: Fix remote detection for local remotes starting with "file://"Andre Hartmann2018-07-301-2/+2
* Git: Silence managesFileOrgad Shaneh2018-07-091-1/+2
* Git: Fix handling Esc in "Create Local Branch" dialogNikolai Kosjar2018-05-311-1/+1
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-04-131-5/+5
|\
| * Pass this context object to the connect()Jarek Kobus2018-04-091-5/+5
* | Utils: Purge asConstOrgad Shaneh2018-04-091-5/+4
* | Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-03-161-75/+218
|\ \ | |/
| * Move git specific stuff out of diff editor pluginJarek Kobus2018-03-151-75/+218
* | Git: Fix warning about unused lambda capturesTobias Hunger2018-03-061-2/+2
|/
* Fix repeting Stage/Unstage actions in unified diff editorJarek Kobus2018-02-161-37/+30
* DiffEditor: Replace bool arguments with flags enumAndre Hartmann2018-01-171-2/+5
* Git: Do not pop the VCS pane on every [Un]StageOrgad Shaneh2018-01-131-3/+3
* Git: add reload button for 'git blame' and 'git log' windowsPrzemyslaw Gorszkowski2018-01-091-0/+5
* Git: Introduce Recover Deleted Files actionOrgad Shaneh2018-01-091-0/+17
* Merge remote-tracking branch 'origin/4.5'Eike Ziller2017-12-071-1/+2
|\
| * Git: Show success message on pushOrgad Shaneh2017-12-051-1/+2
* | Git: Remove unused variableRobert Loehning2017-10-231-1/+0
|/
* Git: Use C locale when parsing the command outputOrgad Shaneh2017-10-121-2/+4
* Git: Fix progress during rebaseOrgad Shaneh2017-10-041-6/+7
* Drop unused variables and lambda capturesUlf Hermann2017-09-081-7/+7
* Git: Do not use the (s) plural in UI textLeena Miettinen2017-07-281-4/+4
* VcsBase: Create common base diff editor controllerJarek Kobus2017-07-051-134/+26
* DiffEditor: process git diffs asynchronouslyJarek Kobus2017-07-051-45/+97
* VCS: Set user choices on editor reloadOrgad Shaneh2017-06-191-14/+12
* Merge remote-tracking branch 'origin/4.3'Orgad Shaneh2017-06-021-2/+2
|\
| * Git: Include decorations in ShowOrgad Shaneh2017-05-241-2/+2
* | Git: Improve branch listing in ShowOrgad Shaneh2017-05-291-19/+57
* | Move Git-specific logic from DiffEditor to GitOrgad Shaneh2017-05-191-2/+25
|/
* Use QFileInfo::exists(...) which is faster that QFileInfo(..).existsMontel Laurent2017-04-141-1/+1
* Git: Add new class GitRemoteAndre Hartmann2017-03-091-0/+33
* Merge remote-tracking branch 'origin/4.2' into 4.3Eike Ziller2017-03-091-9/+6
|\
| * Git: Do not re-use diff controllerOrgad Shaneh2017-03-031-9/+6