summaryrefslogtreecommitdiff
path: root/src/plugins/git
Commit message (Expand)AuthorAgeFilesLines
* Git: Fix context menu actions in BranchViews second columnAndre Hartmann2018-10-131-1/+1
* Git: Simplify conditions in BranchViewAndre Hartmann2018-10-131-4/+2
* Git: Disable merge tool execution for vimdiffOrgad Shaneh2018-10-111-0/+6
* Git: Make checkout asynchronousOrgad Shaneh2018-10-106-31/+21
* Git: Use correct flags type in grepOrgad Shaneh2018-10-101-1/+1
* Git: Fix regexp substitution with multiple occurrences in lineOrgad Shaneh2018-10-101-14/+29
* Git: Add support for github remotesAndre Hartmann2018-10-072-1/+6
* Git: Check remote port for isValid in GitRemoteAndre Hartmann2018-10-072-2/+9
* Git: Add tests for GitRemoteAndre Hartmann2018-10-072-0/+103
* Git: Improve local file detection in GitRemoteAndre Hartmann2018-10-021-1/+7
* Git: Fix reading of gitfileOrgad Shaneh2018-10-011-1/+4
* Git: Detect also gitfile in isVcsFileOrDirectoryOrgad Shaneh2018-09-301-2/+5
* Git: Allow creating a new repository from branch viewAndre Hartmann2018-09-303-1/+13
* Git: Add shortcut to "manage remotes" to branch viewAndre Hartmann2018-09-303-3/+6
* Git: Suppress error messages for newly initialized repositoryOrgad Shaneh2018-09-292-3/+4
* Git: Fix return value of BranchModel::refreshOrgad Shaneh2018-09-271-3/+5
* Git: Double click on branch shows logNikolai Kosjar2018-09-273-9/+13
* Merge remote-tracking branch 'origin/master' into 4.8Eike Ziller2018-09-2141-91/+104
|\
| * Git: Disable branch view if no git repository foundAndre Hartmann2018-09-201-2/+8
| * Git: Support move/copy detection for blameOrgad Shaneh2018-09-193-0/+12
| * Git: ModernizeOrgad Shaneh2018-09-1937-74/+68
| * Git: Change pull to run asynchronouslyOrgad Shaneh2018-09-193-15/+16
* | Git: Avoid usage of deprecated QDateTime::fromTime_tOrgad Shaneh2018-09-213-6/+6
|/
* Git: Fix warning in branch modelAndre Hartmann2018-09-161-1/+1
* Git: Add fetch to branch viewAndre Hartmann2018-09-153-0/+22
* Git: Remove unneded qualification to CoreAndre Hartmann2018-09-151-1/+1
* Git: Switch to edit mode when branch view is requestedAndre Hartmann2018-09-151-0/+2
* Git: remove superfluous curly braces in branch viewAndre Hartmann2018-09-151-2/+1
* Git: Improve branch view reload iconAndre Hartmann2018-09-151-1/+1
* Git: Inline BranchUtils in BranchViewAndre Hartmann2018-09-126-396/+275
* Git: Replace branch dialog with branches side panelAndre Hartmann2018-09-129-497/+330
* Git: Fix launching of gitk when not in PATHOrgad Shaneh2018-09-041-4/+7
* VCS: Consolidate submit editor actions setupOrgad Shaneh2018-08-283-27/+2
* Git: Fix remote detection for local remotes starting with "file://"Andre Hartmann2018-07-301-2/+2
* Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-07-101-1/+2
|\
| * Git: Silence managesFileOrgad Shaneh2018-07-091-1/+2
* | Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-06-258-10/+39
|\ \ | |/
| * Gerrit: Update remotes on settings changeOrgad Shaneh2018-06-195-1/+30
| * Gerrit: Fix modality of warning message for invalid configurationOrgad Shaneh2018-06-191-2/+2
| * Git: Update file model after unsuccessful commitOrgad Shaneh2018-06-192-1/+2
| * Git: Minor cleanup in commit processingOrgad Shaneh2018-06-191-6/+4
| * Gerrit: Unset authenticated on unknown errorOrgad Shaneh2018-06-191-0/+1
* | Git: Abort mergetool if not configuredOrgad Shaneh2018-06-191-0/+7
|/
* VCS: Unify default and maximum timeout in all setting pagesOrgad Shaneh2018-06-191-1/+1
* Git: Show also stderr on MergetoolOrgad Shaneh2018-06-171-0/+1
* Git: Use nullptr in MergetoolOrgad Shaneh2018-06-171-1/+1
* Gerrit: Do not refresh dialog on update remotes when hiddenOrgad Shaneh2018-06-012-2/+3
* Gerrit: Fix some clang-tidy warningsOrgad Shaneh2018-06-014-7/+6
* Git: Fix handling Esc in "Create Local Branch" dialogNikolai Kosjar2018-05-311-1/+1
* Remove some lambdas from Utils::transform callsEike Ziller2018-05-281-1/+1