Commit Graph

151 Commits

Author SHA1 Message Date
Joao Moreno
5f87a2ad40 properly handle git uris in getOpenRepository
fixes #40408
2017-12-18 10:59:48 +01:00
Joao Moreno
920a282c16 just move a single repository up 2017-12-15 15:21:31 +01:00
Joao Moreno
71701f982d Merge branch 'repo-rank' of https://github.com/keegancsmith/vscode into keegancsmith-repo-rank 2017-12-15 15:05:13 +01:00
Joao Moreno
fd6cdc91f4 cleanup stage/unstage submodule changes 2017-12-14 10:59:48 +01:00
Joao Moreno
9f131c1762 more submodule support, diff colorization 2017-12-13 16:21:12 +01:00
Joao Moreno
13bb4c9b85 detect submodules, make them a part of status 2017-12-13 12:03:53 +01:00
Joao Moreno
26b8508db1 Merge branch 'git-submodules' of https://github.com/petkahl/vscode into petkahl-git-submodules 2017-12-13 10:31:47 +01:00
Joao Moreno
6793990e25 move autoRepositoryDetection implementation 2017-12-11 17:51:40 +01:00
Joao Moreno
a95ad23b04 fixes #38245 2017-12-07 17:23:35 +01:00
Joao Moreno
f3b04c11f7 fixes #39690 2017-12-06 12:49:08 +01:00
Joao Moreno
9544e5faa0 git.enabled as a resource setting
fixes #37492
2017-11-27 16:08:15 +01:00
Joao Moreno
548bfe91af disable auto fetch
fixes #34684
2017-11-24 11:12:45 +01:00
Keegan Carruthers-Smith
b4d51dcc6c git: Sort RepositoryPicks to rank active repo first 2017-10-27 14:06:19 +02:00
Peter Kahle
124b9a4032 Cleaning up handling of Git Submodule status 2017-10-15 21:16:45 -04:00
Peter Kahle
472349046b Sorting repositories when searching by Uri to ensure nested repositories are found if appropriate. 2017-10-13 08:50:11 -04:00
Peter Kahle
9e2338a8c7 First, naive pass at supporting submodules.
Scan for submodules when a module is added, and add those repositories immediately.
2017-10-12 21:43:25 -04:00
Joao Moreno
45fa36902e diff: snappier stage 2017-10-11 15:27:37 +02:00
Joao Moreno
a13fdcbf50 Repository.close
fixes #35041
2017-09-28 11:09:44 +02:00
Joao Moreno
826c2ae009 fix #33692 2017-09-27 16:47:42 +02:00
Joao
11237b630f fixes #33878 2017-09-07 12:14:28 +02:00
Joao
f23b0d7974 fixes #33615 2017-09-01 11:23:44 +02:00
Joao Moreno
4d1cc41085 fixes #33498 2017-08-31 16:19:19 +02:00
Joao Moreno
c9e070991a remove close repo command 2017-08-31 16:12:10 +02:00
Joao
8ab7abed91 fixes #33521 2017-08-30 16:59:31 +02:00
Joao
5b265e0cab fixes #33341 2017-08-30 13:02:20 +02:00
Joao
6d0e370140 fixes #33498 2017-08-30 12:35:05 +02:00
Joao
d00f5c2047 fixes #33153 2017-08-29 15:06:58 +02:00
Joao Moreno
e9798613ad git: gitOpenRepositoryCount 2017-08-23 16:25:20 +02:00
Joao Moreno
bcf2f1dabb git: init 2017-08-23 16:12:46 +02:00
Joao Moreno
f36f53f8e3 git: cant open resources starting with . 2017-08-23 12:42:52 +02:00
Joao Moreno
b6c3338ddf git: fix same repo multiple times 2017-08-21 16:01:20 +02:00
Joao Moreno
2800d4628c remove log 2017-08-21 12:12:04 +02:00
Joao Moreno
93011ff01c git: improved multirepo model 2017-08-18 17:35:24 +02:00
Joao Moreno
f0c93eb9f7 git: fix content provider events 2017-08-17 11:36:50 +02:00
Joao Moreno
20b7747ac4 git: multiroot content provider 2017-08-17 11:17:50 +02:00
Joao Moreno
e3b15fca01 wip: register multiple source control providers 2017-08-16 16:53:09 +02:00
Joao Moreno
eb04eaa1c4 git: contextual repositories 2017-08-16 16:03:18 +02:00
Joao Moreno
d7a2be05b6 scm: multiroot refresh 2017-08-16 12:51:30 +02:00
Joao Moreno
1e00878d20 💄 2017-08-16 12:02:53 +02:00
Joao Moreno
6a9a529a89 git: multirepo stageAll, unstageAll, cleanAll 2017-08-16 11:46:54 +02:00
Joao Moreno
56d1dadf05 git: multirepo clean 2017-08-15 16:21:46 +02:00
Joao Moreno
3f31510686 git: multirepo revert 2017-08-15 16:20:58 +02:00
Joao Moreno
b95a585df9 git: multi repo stage 2017-08-15 16:19:44 +02:00
Joao Moreno
76cfa5d796 git: remove splats 2017-08-15 16:14:41 +02:00
Joao Moreno
8c747ed66e git model remove run 2017-08-15 15:56:11 +02:00
Joao Moreno
303dd11747 git multirepo stage 2017-08-15 15:55:00 +02:00
Joao Moreno
16e8189650 model -> repository 2017-08-15 15:17:15 +02:00
Joao Moreno
91435475ee Merge branch 'master' into scm-multiroot 2017-08-15 12:03:01 +02:00
Joao Moreno
acb83d00c0 remove Resource from git model method interfaces 2017-08-15 11:53:35 +02:00
Joao Moreno
5553acb377 cleanup git stash functionality 2017-08-15 10:03:42 +02:00